Sorry to resurrect this old thread. Just revisited it today to make a formal APOLOGY for being WRONG before in my earlier posts in this thread. Lesson learned - even if I was sure, I should've kept...
Maybe I am jumping the gun here, but here is a quick solution with PHP , assuming you can use one on your server - save your page with .php extention.
Another assumption is you will be getting to...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">...
What do you mean by "I haven't set up a MySQL database file"? You mean you have not set up the config file for the existing database, or you have not set up the database? If you are trying to...
before dissecting your script, can you please provide more detail? When you say "its always failed" do you mean you actually get to the login-failed.php index, or does it die and display "Query...
First of all you may want to double check the query; It seems you are looking up the password based on the email address, but do you actually post it?...
It may sound too obvious, but I don't know how novice - or not - you are, so, just to do the due diligence here: do you actually have the username and a password and a database name, or do you just...
Don't take my word for it, but I am not sure that you can do what you want to do via form with get method... Perhaps someone else would be able to answer that better. Sorry! If I come across (an...
Can you please provide more detail on purpose of this redirect - on what is it you are actually trying to do, in terms of functionality? Are you using a SEARCH FORM to POST the date and then GETTING...
are you trying to actually redirect to the different location (i.e. do you actually have the search/blablabla/ folder - probably not ) , or to simply rewrite the...
If I understood you correctly, you want to pass Yes/No value via radio button? Then you would need to replace your hard 'y' value in the UPDATE, with a value that you would actually post via radio...