PHP Tutorials
Publishing Newsletter Using PHP & MySQL
Are you tired of using third-party tools to send out routine notifications and emails to your clients? Or, do you want to send your newsletters with individual names of people in the beginning. This series of articles helps you achieve this.
Thursday, 18th August 2005
Are you tired of using third-party tools to send out routine notifications and emails to your clients? Or, do you want to send your newsletters with individual names of people in the beginning. This series of articles helps you achieve this.
Thursday, 18th August 2005
Creating A .csv Document With PHP
If you want to allow you or your users to download data in a .csv file, read this tutorial!
Friday, 29th July 2005
If you want to allow you or your users to download data in a .csv file, read this tutorial!
Friday, 29th July 2005
How To Hide Your JavaScript With PHP!
Don't want your JavaScript copied? Here's a very simple script that will hide it!
Friday, 29th July 2005
Don't want your JavaScript copied? Here's a very simple script that will hide it!
Friday, 29th July 2005
Showing MySQL Results In Pages
Do you hate the idea of showing 20, 50 or even 100 results from your MySQL Database on one page? Find out how to put your results onto seperate pages.
Friday, 29th July 2005
Do you hate the idea of showing 20, 50 or even 100 results from your MySQL Database on one page? Find out how to put your results onto seperate pages.
Friday, 29th July 2005
How To Show Random Images From A Folder
This is a great script if you want to display a random avatar or banners on your forum or website!
Friday, 29th July 2005
This is a great script if you want to display a random avatar or banners on your forum or website!
Friday, 29th July 2005
How To Upload Files Using PHP
Here is a simple script that will upload files to your server.
Friday, 29th July 2005
Here is a simple script that will upload files to your server.
Friday, 29th July 2005
How Many Users Online?
Wanting to display how many users are on your website? Here's a simple script that will do just that...
Thursday, 28th July 2005
Wanting to display how many users are on your website? Here's a simple script that will do just that...
Thursday, 28th July 2005
Using str_replace to make BB Code
Simple way to make your own BB Code using PHP's str_replace function.
Thursday, 28th July 2005
Simple way to make your own BB Code using PHP's str_replace function.
Thursday, 28th July 2005
Replacing Text In A MySQL Database Using PHP
Want to replace a word or sentence in your MySQL Database with a new word or sentence? This could take a while if you have 10+ rows you want to replace in. Here's a quick and easy way to do it...
Thursday, 28th July 2005
Want to replace a word or sentence in your MySQL Database with a new word or sentence? This could take a while if you have 10+ rows you want to replace in. Here's a quick and easy way to do it...
Thursday, 28th July 2005
PHP Operators
A mostly-complete list of PHP's operators and how to use them.
Wednesday, 27th July 2005
A mostly-complete list of PHP's operators and how to use them.
Wednesday, 27th July 2005
