Forbidden no permission access to this server
Posted by: Dilbert137 (---.telecomplus.net)
Date: May 15, 2007 09:40AM

Dear All,

I'm having a Forbidden You don't have permission to access /<on this server after executing a php script which return a value to the same php file. I'm using Firefox as web browser.

if(isset($_REQUEST['txt_mail']))
{
//R&#65533;up&#65533;ation du mail
$mail= strtolower($_REQUEST['txt_mail']);

}

<form method="post" action="<?= $_SERVER['PHP_SELF']; ?>">
<fieldset>
<legend> Identification </legend>

<label>Votre E-Mail :
<input type="text" name="txt_mail" />
</label>
<input type="submit" value="Envoi" />
<input type="reset" value="Gommer" />
</fieldset>
</form>


Could you please help me as I thinkl their is a security permission to be set in WAMP?

Thanks
Stéphane



Post Edited (05-15-07 20:34)

Options: ReplyQuote
Re: Forbidden no permission access to this server
Posted by: Dilbert137 (---.telecomplus.net)
Date: May 17, 2007 08:07AM

I have found the solution on another website. It is quite amazing as it was just an echo to be added near the $_SERVER. Quite irritating as I have lost two night just because an echo commands. This site is useful for those having the same pb.

[www.gidforums.com]

Thanks and best Regards
Dilbert137

Options: ReplyQuote


Sorry, only registered users may post in this forum.