UDT creation - 404 error on specific code being entered
Posted: Mon May 27, 2013 11:13 am
I'm trying to create a UDT, but am having trouble with one specific line of PHP code.
The line is:
If that line is in the code, and I try to submit the UDT, I get a 404 response. If I use the back button to go back to the UDT edittor, and delete the line, the UDT saves successfully.
Can anyone tell me what's going on?
The line is:
Code: Select all
$res = fgets ($fp, 1024);
Can anyone tell me what's going on?