Quote:
|
Originally Posted by GoWFB_SEO
thanks very much, actually right now my question is solved and i just fixed that page, but i do have another question here:
I did a upload image script, but it gives me this message:
move_uploaded_file(): open_basedir restriction in effect
I don't have full control over the server, is it something wrong with the permission?
|
Use phpinfo.php
Code:
<?php
phpinfo();
?>
and find "open_basedir." If the setting is something other than "no value" then you might have to use that directory.
How did you fix the other problem?
PHP htmlspecialchars?