Php | Basic Php
163 days ago | forum.codecall.net
PHP variables start with a dollar sign. The first character must be a letter. Other than that, you can use any letter or number. The variable name can be as long and as short as you want.
Php | Database Integration
200 days ago | webdevelopmentstuff.com
This third part of MySQL optimizing tutorial mini series shows an importance of table order during JOIN. The difference between regular JOIN and optimized one is dramatic, so keep reading!
Php | File Handling
200 days ago | webdevelopmentstuff.com
This tutorial shows how to manipulate Excel files by PHP. OLE compatible COM object allows to load Excel data directly from XLS file and process it by using its methods and properties.
Php | Database Integration
200 days ago | webdevelopmentstuff.com
Performance Tuning Primer Script is the shell script which gets performance related information from MySQL engine and produce some recommendations for tuning of MySQL server variables. It’s easy to use and offers valuable output for MySQL performance optimization.
Php | Basic Php
200 days ago | 999tutorials.com
Implode is a simple but yet so affective and great function. Great example to help you understand the function.
Php | Database Integration
200 days ago | webdevelopmentstuff.com
Is it possible to recover data destroyed by unintentionaly confirmed DROP DATABASE command? This tutorial answers this question and offers step-by-step procedure how to do it, if possible.
Php | Database Integration
202 days ago | thewebmasterstool.com
In this tutorial I show you how to create your very own search page that searches a specified database.
Php | Basic Php
202 days ago | thewebmasterstool.com
In this tutorial I show you how to use PHP's date() function
Php | Database Integration
203 days ago | thewebmasterstool.com
Here, I share with you how to extract data from a MySQL database and present it in the form of links and images.
Php | Advanced Php
203 days ago | thewebmasterstool.com
Learn how to present a MySQL table with alternating row colours