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
Monthly Archives: February 2009
It Stuff : Cheap Web Hosting
Hello, In a recent post of mine I have been talking with you visitors about php hosting technology. Now it’s time to guide you finding cheap web hosting on the internet. Firstly of all, what you should do is to … Continue reading
PHP Tutorial : Read file with php
Reading the contents of a file with php is made via read php fread() function. Additionally we need to use other to functions for opening the file called fopen() and to close it with fclose(). PS : the f from … Continue reading
Posted in Basic PHP
Tagged fclose, fopen, fread, php fread, php read, php text read, read file with php, read php
Leave a comment
PHP Tutorial : Writing your own custom functions
Errrr, I dont know which hello word to say for this post to keep the “unique” style so will start explaining how you can do it. Firstly, you have red about a lot of “ready made” php functions which comes … Continue reading
PHP Tutorial : Parse/split url and get components
Hello folks, My question is : how do you split and get an URL to get his components? If you’re using all kind of functions, regular expressions or whatever, here is the save and original function you’ll need and it’ll … Continue reading
Posted in Basic PHP
Tagged php get url, php get url components, php parse url, php split url
Leave a comment
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 : Secured encrypted passwords
Are you searching for a way to encrypt and secure a password or just a simple phrase? If the answer is yes, in php exists a lot of functions which does that, but the most popular is md5() encrypting function. … Continue reading
Posted in Basic PHP
Tagged encrypt, md5, password, php encrypt, php password, php secured, secure
Leave a comment
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