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
Author Archives: admin
It stuff : PHP ByPass Captcha Code
Sounds exactly what you want ? Are you damn curious about how to bypass captcha with php? Me too, and, I’ve found a very interesting set of functions which does that for you. Go to http://pastebin.com/f1560d747 You’ll see it’s requesting … Continue reading
Posted in It Stuff
Tagged bypass captcha, bypass captcha code, php bypass captcha, php bypass captcha code
Leave a comment
PHP Tutorial : Country list array
In my point of view, a very usefull and common thing we need when we build for example a membership site it’s country list array. I will do it within next function then will show how to use it : … Continue reading
How Shared Web Hosting is a Batter Option?
A web server is a device that allows you to present your website over the internet. Only a few companies afford to pay a huge amount to encompass an entire web server, named as dedicated web hosting. The other small … Continue reading
Feedburner Feed
Hi, This is a request for people reading my feed or who already subscribed. Please use the feedburner feed so I will be able to see how many guy’s are following. FEEDBURNER URL : http://feeds2.feedburner.com/crivionweb/kRHa
PHP Tutorial : Membership script – Users Logout
Final step and the most easiest part is now users logging out. Just build a page called logout.php and put a link to it everywhere you want to give the option to users to logout & here’s the function: <?php … Continue reading
Posted in Complete Scripts
Tagged logout function, php logout, php user logout function, users logout
Leave a comment
PHP Tutorial : Membership script – Users Login
Second day, second tutorial. I will continue with the membership script : after I shown you how to create the php register function, I will show today how to create the php login function and also I will show you … Continue reading
PHP Tutorial : Membership script – Users Registration
Hello, I’ve just created a brand new category called Complete Scripts. In this one you will find complete solutions of applications. The first tutorial is called how to create a membership script with user registration. I will write here a … Continue reading
PHP Tutorial : Write to a file with fwrite
I showed you earlier in a older post how to open and read text contents from a file. Now it’s time to see how to write to a file using php function called fwrite(). <?php $theFileToWriteTo = “textFile.txt”; $fileHandle = … Continue reading
Posted in Basic PHP
Tagged file handle, fwrite, php file handle, php fwrite, php write to a file
1 Comment