View Articles by Category
There are no sub categories
Category » PHP
All about php. Help tutorials, tips and examples.
There were 4 articles found in this category:
What Are Databases and Do You Need One?
Web Hosting - Databases, What Are They and Do You Need One? All copyrights reserved 2008 Zeronese, Inc.© 'Database' is one of the most commonly used terms that one encounters in web site design. Yet, what they really are and whether they're essential is often not clear to novices. A database is ...
Image Uploading With Auto Thumbnails Using PHP
All copyrights reserved 2008 Zeronese, Inc.© At many times, simple tasks might appear to be very complicated to accomplish. This might be because the task in hand is so important to us, so important to the extent that we cannot think that it can be important as much and simple at the same time ...
Creating a Website Design Templating System Using PHP
Creating a Website Design Templating System Using PHP Copyright © zeronese.net Note: Although experienced coders might find some useful information in this tutorial, this tutorial is designed to be easily understood and comprehended by total beginners. Introduction Requirements The Tutorial ...
How to find absolute path of file from root on a linux web server?
The easiest way to find absolute path of file from root on a linux web-server is to use php. Create a file in the directory that you want to find the absolute path, name it apath.php Put the following code in that file. <?php echo 'The absolute path to this directory is <br><b&g ...