Click counter to ignore traffic from search bots
I have a click counter on my site that...well, counts the number of clicks a link gets on the frontp
Basic Question Regarding PHP Includes
Hi
Just starting out with PHP.
Working on a site that uses some basic includes, these
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
Socket programming
Hello all,
I have a PHP socket script. GPS trackers connect to this socket. IMEI verification
mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
iterating through an array and escape each value independently.
I have a set up where the variable being escaped is an array and it needs to be iterated and escaped
Cant display mysql data
Hey all,
I am learning php and my first goal is to create a simple CMS. At the moment I am st
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
extract a file from zip file
hi,
i know how to unzip a zip file in php, but is there a way to just extract a certain file only