foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and wh
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
this code is not working????
it says this error.. Warning: Division by zero in ..
the variables are correct, so why is th
Email/MMS to Site
Hey guys. I'm looking for a way for a user to upload images and/or text via their cell phones. It
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like
Error with Font and imagettfbbox
I keep getting an error that says "Warning: imagettfbbox() [function.imagettfbbox]: Could not f
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)