cf209
09-12-2009, 09:09 AM
Hello,
I have a web page which people can post their messages on it. Now for some reasons, I cannot submit a message to the website.
When I click on the the link below which it should submit the form data to the website. So I can click on the next step(button) to confirm and submit it.
Here is the URL: http://www.uswebcity.com/wish/wish.php?do=new
After I filled out the form and submited it, I don't get any data from the form. I don't see it created any data files in my web server DATA directory. Do you have any suggestion?
<?
if($do=='new'){
?>
I have changed it to
if($_GET['do']=='new'){
But I still cannot get any data.
Thanks.
I have a web page which people can post their messages on it. Now for some reasons, I cannot submit a message to the website.
When I click on the the link below which it should submit the form data to the website. So I can click on the next step(button) to confirm and submit it.
Here is the URL: http://www.uswebcity.com/wish/wish.php?do=new
After I filled out the form and submited it, I don't get any data from the form. I don't see it created any data files in my web server DATA directory. Do you have any suggestion?
<?
if($do=='new'){
?>
I have changed it to
if($_GET['do']=='new'){
But I still cannot get any data.
Thanks.