switch form actions? not working
i want on submit to go to different pages according to the CatID
Code: <?php $CatID=$_
Help with simple query
Hi,
I'm trying to do a Query with a Union where I want to print the number of rows $tc conta
if description does not contain the following words
Hello everyone,
I am parsing a MS Excel (.xls) file and adding it's content to a mySQL databa
Add code to enable passing of checkbox variable on login
Ok, I have a login page, but want to add a checkbox that when checked and successful login is made i
Why will this program not run if the variables are not global?
Hey guys I have a kind of perplexing situation that is probably simple, but I can't seem to understa
Php - mysql store data and use it later?
Hi, i' making a login page at the moment, however my username + password is stored many different pl
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
CHECH A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However