J
|
Jane 10/9/2009 |
Hi, echo "To Clear Fields Click the button";
if (@$_REQUEST["clear"]=="yes") |
M
|
meirco author 10/11/2009 |
Hi, you've mixed PHP, JavaScript and HTML code. Here are some changes: echo "To Clear Fields Click the button";
if (@$_REQUEST["clear"]=="yes")
|
M
|
meirco author 10/14/2009 |
Jane Thank you again for all your help. as a newbee I try to grasp the entire aspect of it all. determined I set out on this project and I will learn it all in the shortest time possible. having said that . i took what you suggested
|
J
|
Jane 10/15/2009 |
Hi, $str = "<INPUT TYPE=\"button\" VALUE=\"CLEAR\" onclick=\"window.location.href='tablename_list.php?clear=yes\">"; |