View Single Post
Old 07-06-2006, 03:45 PM   #6 (permalink)
helloworld
Contributing Member
 
helloworld's Avatar
 
Join Date: 06-29-06
Posts: 70
iTrader: 0 / 0%
Latest Blog:
None

helloworld is liked by somebodyhelloworld is liked by somebodyhelloworld is liked by somebodyhelloworld is liked by somebodyhelloworld is liked by somebody
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?
helloworld is offline   Reply With Quote