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!
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?
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.