blog

free online web development tutorials

How to upload base64 file in PHP

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
Generate pdf thermal invoice with mpdf

Generate pdf thermal invoice with mpdf

Printing is an easy task for the web developer, you just want a pure HTML and CSS layout with simple body structure and you will be done. …

ReadMore
Why I turned react native and never come back to Ionic

Why I turned react native and never come back to Ionic

After couples of weeks studying and practicing ionic I decided to leave Ionic, also Cordova ecosystem at all, and turned all focus to react and react native technology, are you interesting to know why? , OK keep reading the next lines. …

ReadMore
Top 10 Free Charts For PHP Developers

Top 10 Free Charts For PHP Developers

Working as a backend developer need some knowledge with charts because soon or later your client will ask to make a chart for his sells or analytics for some data about targeted users, this information help his business to grow,so I make a research to choose the top free charts to work with and I hope this list to help you…

ReadMore
Push Notification PHP via Onesignal

Push Notification PHP via Onesignal

Last week I had worked with my friend to publish a new Android application, the application process started with adding the quotes through the back-end -which created by CodeIgniter- once the admin adds a new quote users notified with the updates across multiple platforms, also the admin should have the ability to notify specific users, this better than opening the…

ReadMore
paypal payment gateway integration in codeigniter

paypal payment gateway integration in codeigniter

The last week was a tough week, I was interested to integrate my PayPal module to the new e-commerce project but when I started many problems hitting my face, which makes me think to read PayPal API documentation again, once I did this, I understood what's happening exactly. …

ReadMore
codeigniter composer integration

codeigniter composer integration

Many people so confused about integrate composer with codeigniter, also the documentation is not clear about using it, in the last day I saw a tutorial that used a very bad way to integrate composer with codeigniter 3.0, after this, and by luck I saw a question in stackoverflow with confusing answers that not clearly guide how to use composer with codeigniter,…

ReadMore
Codeigniter google maps geolocation integration

Codeigniter google maps geolocation integration

Hi my friends, in the last week I have an awesome task I liked to share, the client asked me to build a reservation service form which using google map service to find the closest providers to client location by detecting his location and search in the database by latitude and longtuide ,it was in this scenario: …

ReadMore
Advanced search in codeigniter clean way

Advanced search in codeigniter clean way

Welcome my friends, many times I hear this question: what's the cleanest way to make an advanced search, many times I have busy to answer. …

ReadMore