Tag:php

All Related Articles

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

PHP 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

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 .

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

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

How to build voting Ajax system with Codeigniter part 2 .

Hi, my fulfilling friends coming back from marriage vacation with most interesting and full passion, so I hope to make this tutorial as a gift to all followers. …

ReadMore

Generate image thumbnails on the fly in codeigniter .

How do you do my friends, I hope you will be good, I came again with new important tutorial for any web developer, so let's go …

ReadMore

Best free file manager alternatives to CKFinder .

Today file managers are essential for any mature CMS, for every good backend. …

ReadMore

Get Youtube video title from video link in codeigniter .

If you want to add YouTube links to your website, you should know that google always changing their API which means that you must keep updating your code to match their updates. …

ReadMore