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

Posted in It Stuff | Tagged | 10 Comments

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 , , , , , , , | 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

Posted in Basic PHP | Tagged , , , , , | Leave a comment

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 , , , | Leave a comment

PHP Tutorial : Parse english time into unix timestamp

hello, Sometime I discovered a very “pretty” php function which parses about any english date/time into unix timestamp. I used it to calculate dates, like adding 1 more day to a date or 1 year who cares. Also, I used … Continue reading

Posted in Basic PHP | Tagged , , , , | 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

Posted in Usefull PHP | Tagged , , , , , , , | Leave a comment

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 , , , , , , | Leave a comment