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.
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.
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!
If you want to allow you or your users to download data in a .csv file, read this tutorial!
How To Hide Your JavaScript With PHP!
Don't want your JavaScript copied? Here's a very simple script that will hide it!
Don't want your JavaScript copied? Here's a very simple script that will hide it!
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.
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.
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!
This is a great script if you want to display a random avatar or banners on your forum or website!
How Many Users Online?
Wanting to display how many users are on your website? Here's a simple script that will do just that...
Wanting to display how many users are on your website? Here's a simple script that will do just that...
Using str_replace to make BB Code
Simple way to make your own BB Code using PHP's str_replace function.
Simple way to make your own BB Code using PHP's str_replace function.
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...
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...
