View Single Post
Old 07-06-2006, 05:00 PM   #7 (permalink)
GoWFB_SEO
Member
 
GoWFB_SEO's Avatar
 
Join Date: 06-01-06
Posts: 70
iTrader: 0 / 0%
Latest Blog:
None

GoWFB_SEO is liked by many
Send a message via MSN to GoWFB_SEO
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>)
GoWFB_SEO is offline   Reply With Quote