Quote:
|
Originally Posted by helloworld
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?
|
yes, under local value, i see something and "no value" under master value
the directory show in "local value" is the upper directory", so when I assign image directory, should I use
$Image_dir = "../directory-path" ??
for that problem, someone told me to use "stripslashes",
is there a code so that when I type
http://www.domain.com, it will automatically become a link? (without using <a href>)