get the country of visitor and display content based on that
Hello all,
I have seen that Google analytics can tell you where a visitor is coming from and
PHP Function Page Advice
Hi All, I am quite new to PHP and Javascript but have written an Online Shop (Mainly for Fun and edu
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
paginate search result
Hi, I have a paginations script to display data from my database but i would like to paginate someon
Change snippet to use CURDATE
I am using time() in the snippet below, I would like to use CURDATE() and have the database setup fo
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
How to use Ajax to verify data on a DB ?
Hello everyone, well i want to know how to check a value if it exists or not on a Data base and capt
How to change Time Zone
HI
I want to change the time zone of the server to another country.How can do that?
Thanks
CURL XML Request [From C to PHP]
Hi,
I need some help converting this into something that will work with PHP.
Code: #