| I cant run fread() or fclose() and my permissions are set to 755 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
If you are attempting to use fread() or fclose() from PHP, you will need to ensure that you have turned register_globals on in a php.ini file in the folder the script will execute from.
For example, if you have a script, www.enetica.com.au/admin/getFile. PHP which is attempting to use those functions, you will need to ensure that you have a 'php.ini' file in the ~/public_html/admin/ directory, with the line:
register_globals = on
present in that file.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|