Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
Browsing PHP Coding Tutorials
Using $_GET to display content
Submited by: Mr. ∃v¡l @ 06/25/08, 7:09pm
This is a guide on how to display file content via URL parameters. It's pretty simple, even if you don't have a good knowledge of PHP. :)
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 05/22/08, 1:27am
This shows you how to display a random image with PHP. It's pretty brief, but still easy to follow. :)
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 05/18/08, 1:17am
This explains how to ban an IP address with PHP. It's a decent alternative to using .htaccess..
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 05/12/08, 10:42pm
This shows you how to create the all-too-popular "Your IP is" banners that a lot of people have in their signatures.
PHP Coding Tutorials
Alternative to if /else statements
Submited by: John @ 05/03/08, 3:26am
If you're getting tired of always use if / else statements for only 1 variable then heres a simple aleternative that is fast, and really easy to remember.
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 04/15/08, 6:13pm
How to split your site's layout into separate files so that when one is updated, the whole site will update.
PHP Coding Tutorials
Be notified when Google crawls your page
Submited by: Mr. ∃v¡l @ 04/11/08, 7:49am
This is a simple guide. It send you an email when a GoogleBot crawls one of your pages.
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 04/08/08, 4:03am
This shows you how you can filter out certain strings of text using a function and str_replace.
PHP Coding Tutorials
Submited by: Mr. ∃v¡l @ 02/23/08, 11:06pm
How to display random content on a webpage with php. Enjoy it :)
PHP Coding Tutorials
1