urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Simultaneous select/update/insert
Hi
How would I need to go about when 2 users update a single row simultaneous? And how would
Newb advice
Hi all,
I'm a flash front end designer and I've taken on a project that needs some back end p
PHP header help!
Hi all I am trying to get this php page to refresh every 5 seconds on my phone which is an aastra 48
Two warning messages
Quote<b>Warning</b>: mysql_real_escape_string() expects parameter 1 to
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message s
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan