Tags
Banner Rotator bulk file uploader captcha cheap web hosting contact form contact form by email custom php function file upload filter unwanted words get into google get ip google pagerank google pagerank update html contact form ip ip address link rotator membership script mysql pagerank update php php $_POST php Banner Rotator php captcha php constants php contact form php email php file uploader php filter php function php function to refresh page php ip php link rotator php password php random php refresh php tutorial pr update Random Banner Rotator random link refresh in a number of given seconds security code send email show ip address validate captcha
Category Archives: Usefull PHP
PHP Tutorial : Block certain IP Address
I see this seems to be a very hot subject on the folks searching for php scripts and help. Its not really big deal to block a certain visitor IP Address. It works like : first you need to detect … Continue reading
PHP Tutorial : Detect visitor country by ip address
Well, well, well, It seems a “global” interests in this php script to detect visitors country, so, I decided to write a guide on how you could get it done. There is a free solution to detect visitors country by … Continue reading
PHP Tutorial : getcwd get full path on host
Hello, How many scripts which you have/had to install requires/required you to enter somewhere in a config php file to enter and setup the full path of your account in the web host? There are few I guess. The full … Continue reading
PHP Tutorial : Password protect page script
Do you have some content which you do not want to show to public? There is a php script which “hides” the content, protecting it with a password and username to access a page. It can be done with MySQL … Continue reading
Posted in Usefull PHP
Tagged password protected area, password protected pages, password secured, php password, php password protected, php password protected pages, php password protection, php password secured, php protect, php protected, php secure, php secure area, php secure page, protected area, secure area
2 Comments
PHP Tutorial : Dynamic titles for different pages
Very usefull when optimizing your website for search engines, this tutorial will show you how to keep in one single page which you will include in all others, the dynamic titles script for different pages. This will help keep your … Continue reading
Posted in Usefull PHP
Tagged different title, dynamic title, php different title, php dynamic title, php seo, php title, seo, seo title, title
Leave a comment
PHP Tutorial : Check the referrer
Simple and short for today, but very popular and searched daily which means it will be usefull for you. Here is the code to get a referrer with php <?php $ref = $_SERVER['HTTP_REFERER']; print $ref; ?>
Posted in Usefull PHP
Tagged get referrer, page referrer, php referrer, referrer, show referrer, website referrer
2 Comments
PHP Tutorial : Dynamic pages Switch and Case
Do you want to keep all the content in only one single page to avoid searching and editing and opening tons of files for only one modification? For that, we can do a single php dynamic page which will act … Continue reading
Posted in Usefull PHP
Tagged dynamic, dynamic pages, multiple pages in a single one, pages, php dynamic, php dynamic pages, php pages
1 Comment
PHP Tutorial : Special Date Script
Today is the last day of the year 2008 and I will write a script to show your visitors a “happy new year” message automatically on tomorrow if you cannot manually add it in that day because of the traveling … Continue reading
PHP Tutorial : Simple views counter script
Hi, In this php tutorial you will learn the simple way to build a script which counts how many times a page is viewed. For this, we can use a mysql database table and a simple php script. <?php $pagename … Continue reading
Posted in Usefull PHP
Tagged count, count views, counter, counter script, number of views, php count, php counter, php views counter, views count, views counter, views script
Leave a comment
PHP Tutorial : Tell a friend script
Hi, In this php tutorial I’ll teach you how to create a simple tell a friend script. Basically, it will use what you learned in the send email with a contact form script, but in this case we’ll choose the … Continue reading
Posted in Usefull PHP
Tagged html tell a friend, php tell a friend, tell a friend, tell a friend form, tell a friend script
1 Comment