Welcome to Webmaster Resources 101


Our Network:

Programming/Coding - PHP & MySQL Articles

Articles Home :: Programming/Coding - PHP & MySQL Articles

Articles: 16

Anti-Automated Registration
Have you ever seen popular sites that block automated registrations with an image that has some garbled string? These are extremely hard for a computer to read, but they are extremely easy to generate.
Tuesday, 19th July 2005

Comparison of Navicat with PhpMyAdmin
Comparing strengths and weaknesses of a commercial GUI with a Free admin tool...
Thursday, 26th May 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...
Monday, 15th November 2004


Using str_replace to make BB Code
Simple way to make your own BB Code using PHP's str_replace function.
Wednesday, 10th November 2004

How Many Users Online?
Wanting to display how many users are on your website? Here's a simple script that will do just that...
Tuesday, 9th November 2004

How To Upload Files Using PHP
Here is a simple script that will upload files to your server.
Tuesday, 9th November 2004

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!
Tuesday, 9th November 2004

Showing MySQL Results In Pages
Do you hate the idea of showing 100 results from your MySQL Database on one page? Find out how to put your results onto seperate pages.
Tuesday, 9th November 2004

How To Hide Your JavaScript With PHP!
Don't want your JavaScript copied? Here's a very simple script that will hide it!
Tuesday, 9th November 2004

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!
Tuesday, 9th November 2004