My form action code to submit values to itself have stopped working using
the code
form action = <?=$_SERVER['PHP_SELF']?>
This code used to work
My web host recently told me they enabled phpsuexec option in apache which
apparently needs me to CHMOD my PHP page to 750 and the directory to 755. (I
don't know what this means but know how to CHMOD files). I have CHMODed the
files this but my PHP page doesn't work with those settings, so I set them
back.
Thanks in advance for any help.
Best regards,
tHatDudeUK
the code
form action = <?=$_SERVER['PHP_SELF']?>
This code used to work
My web host recently told me they enabled phpsuexec option in apache which
apparently needs me to CHMOD my PHP page to 750 and the directory to 755. (I
don't know what this means but know how to CHMOD files). I have CHMODed the
files this but my PHP page doesn't work with those settings, so I set them
back.
Thanks in advance for any help.
Best regards,
tHatDudeUK
Comment