PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
How to assign a textbox value to PHP variable??
Hi ! Can any one help me out as quickly as possible. As I m new to PHP.
Plz tell me how to assign
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,
Socket programming
Hello all,
I have a PHP socket script. GPS trackers connect to this socket. IMEI verification
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
Why does my php page download images over and over
Can anybody please explain to me why my php page keeps downloading the images and other items every
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complca
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means