When click on submit, it ask for username/pw (the admin info) in order for me to sent it.
Any idea why it happen like that?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-01-13
Did you move form1.html, process.php, and global.inc.php out of the phpform directory? You can move and rename those files....
You can rename form1.html to something like add_news.html and process.php to add_news_process.php. You don't have to rename global.inc.php. All of your forms can use the same global.inc.php. It may be that you have your phpform directory password protected. You can submit anything to the php file if it is protected anywhere.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I create the form and everythign went ok.
When click on submit, it ask for username/pw (the admin info) in order for me to sent it.
Any idea why it happen like that?
Thanks
Did you move form1.html, process.php, and global.inc.php out of the phpform directory? You can move and rename those files....
You can rename form1.html to something like add_news.html and process.php to add_news_process.php. You don't have to rename global.inc.php. All of your forms can use the same global.inc.php. It may be that you have your phpform directory password protected. You can submit anything to the php file if it is protected anywhere.