Newbie needs help with permissions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
msbleu
Forum Newbie
Posts: 2
Joined: Fri Mar 23, 2007 11:03 pm

Newbie needs help with permissions

Post by msbleu »

New to php…while most would get their feet wet I seem to have jumped in and am drowning. I have created my first php form; a registration form. When submitting the form the error…Forbidden You don't have permission to access /regform.php server. I was told I need to set permissions. Where do I set these?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Typically that is done directly on the server, either via a control panel, through a terminal login (often SSH) or some server's even allow you to do it via FTP.
msbleu
Forum Newbie
Posts: 2
Joined: Fri Mar 23, 2007 11:03 pm

Post by msbleu »

Thanks for the direction! I wasn't getting a clear answer before.
Post Reply