this is the newest 25 tutorials added to good-tutorials.com.
How To Load Excel Data By PHP 100 days ago Read More
There are situations when we need to load data directly from Excel file, manipulate and insert into a database or use somehow. Is it possible to do it by PHP? Of course, yes. Read more to find out ...
Silently record a user IP address 111 days ago Read More
If your website has a feature such as uploader and you want to track the people that use it, then you may want to consider using some sort of record script that will record information to somewhere...
PHP Classes 115 days ago Read More
In PHP there are many methods of programming a script or website. Advanced programmers use something called classes. These help programmers to organize their code and also make the script more vers...