using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
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
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h
help me fix these syntax errors...
I keep getting multiple syntax errors on this script like this one:
Parse error: syntax error
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
UDP Multicast question
Hey,
Im not really in the know when it comes to network related programming and activitie
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
Socket programming
Hello all,
I have a PHP socket script. GPS trackers connect to this socket. IMEI verification
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?