Can anyone give me some link on .htaccess tutorial
i wish to have friendly url using .htaccess, but no idea yet about this
Hope that anyone cou
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
getting weird error..
okay, I'm getting an error on this particular function, something about the syntax in the mysql LIMI
php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th
POST into Array problem
Hi Chaps,
I have a repeat region, displaying rows of data: jobid, fromtable, translatorcharge
code help - pagination
Hi all, I have this code, basically a user logs into my site and they get this page.
The pro
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know