...Beauty, cleaning, DIY tips and more - free to join!
   Login   Contact us   Site map   Puzzle Club   Ask a question    Newsletter

Learning PHP

How To Backslash Entries Going Into A Database
Addslashes...

How To Count Rows In A Database
Use the count function...

How To Create A Database Driven Site
Here is one combination...

How To Create A Random Number In PHP
Several ways rand is easiest in PHP...

How To Create A Template For Your Site
All about the include, required knowledge...

How To Create Free Newsletters With PHP
PhpList makes it easy...

How To Create Hyperlinks Automatically With PHP
If you run a website that allows people to add articles or posts, then you may want to set it up so as to automatically turn URLs into actual links. There...

How To Decide Between PHP And Perl
Web application or not... PHP or Perl...

How To Ensure An Email Address Is Correct
Give an incentive...

How To Export To Excel With PHP
Set the headers and you are away...

How To Find A Match From Specific Values In MySQL
Use the IN keyword in mySQL query...

How To Find Affected Rows In MySQL
mysql_affected_rows and remember that...

How To Find Image Colours
Use the imagecolorat function...

How To Find Number Of Rows Returned: MySQL
Use the mysql_num_rows function...

How To Find Out Your Version Of PHP
Use this simple function...

How To Find The ID Of A New Row With MySQL
YOu can easily find the ID of an inserted row...

How To Format Numbers In PHP
Use the number_format PHP function...

How To Geo-target Your Adverts
Use an IP look up table...

How To Highlight Your PHP Code
Will this be the highlight...

How To Include A File In PHP
As simple as using the include keyword...

How To Insert The Current Date With MySQL
Use the curdate function in mySQL...

How To Insert The Current Time With MySQL
The now function makes this easy...

How To Install PHP On Home Computer
Choose the server that you want first...

How To Issue Date Queries With MySQL
mySQL has powerful date time functions...

How To Learn About Your PHP Installation
Use this handy function...

How To Learn More About Mod-rewrite
Some excellent and clear documentation...

How To Put Data In A Database
This is quite simple...

How To Re-direct A Page And Keep Pagerank
All about the 301 header to redirect...

How To Read A Word Document Using PHP
You need to connect to COM in PHP...

How To Require A File In PHP
Use the require function...

How To Select The Same Field From Two Tables In One Query
Time for a bit of union...

How To Track Bugs
Use a tool like Bugzilla...

How To Turn Off Register_globals
Add this line to your htaccess...

How To Validate An Email Address
Use this ereg to help out...

How To View Array Contents In PHP
Use the print_r function...

How To Write A PHP Application Well
All about the error reporting...

How To Write PDFs With PHP
use this class...

The Difference Between Echo And Print In PHP
One will tell you of its success...


add to Learning PHPAdd an article to Learning PHP

Related Topics