
How to validate phone number using PHP
My client asked me to develop E-commerce website, visitors will have the ability to register and add products to the cart then place order. …
ReadMore
Google maps free alternatives
It's been a long time since google published their maps services, like many developers I was google maps developer and preferred to work with these services,built many applications , enjoyed the good support and clear documentation, but between overnight Google changed the game rules and announced they new pricing sheet which will effect…
ReadMore
react native i18n full Working Example
Applying multi language in react native is not easy task, although the community has many libraries but there's no standard way how to apply one of them practically on your app, how to integrate I with their libraries like react navigation or redux, also there is an ok another problem you will face which is how to tell the library to detect your local device…
ReadMorePHP Mobile Detect easily script
this tutorial specific for many people who ask how to detect mobile devices using PHP without any helping from javascript or whatever, just pure PHP, in this tutorial I will discuss how to use one of the most popular scripts in PHP that help you to detect the mobile device in PHP, so let…
ReadMore
Learn PHP for beginners by doing
Hi My friends, about two months left when someone leave this comment "Can you please add a PHP tutorials for beginners", that what make me think again about who those like my tutorials but not fit to them, because as you saw all PHP tutorials focus for CodeIgniter developers and not all developers like or prefer to work with CodeIgniter. …
ReadMore
create newsletter with bootstrap and codeigniter
Welcome my friends again, I am really glad to write to you and share my thoughts with you, in this tutorial we will learn how to make a newsletter popup form with codeigniter and bootstrap, and the flow will be like this: …
ReadMore
Top react native IDE for windows
Develop react native on windows? , These series for you, and for everyone that not found much helpful tutorials in this subject. …
ReadMore
Install React Native On Windows 7 steps
If you want to develop with react native ,There is two main ways to install react native …
ReadMore
react native beginners free course
Hello my friends again, for while I was thinking about what next, what is the best value I can provide in this field (Web Technologies). The stuff I liked and interested in. …
ReadMore
How to upload base64 file in PHP
Uploading files or images from mobile app is a most common case in many projects, there are two ways to finish this task, one of them is most popular, much safer, and considering as a best practice, which is encoding the uploaded file as a base64 string in your mobile application and send it as a normal post to the PHP API. …
ReadMore