Oh greetings! Finally I've found a site which offers 50 megs of disk space,php and mysql.Go to http;//www.tripod.lycos.co.uk
Anyway I am facing some problems: I could let the user to upload image file, then storing it into database.
Here's the code I've used:
$img = addslashes(fread(fopen("$pic", "r"), filesize("$pic")));
$pic=getimagesize($pic);
The phpinfo shows that the temp dir is ./ and the safe mode is on. It is because of safe mode restriction or something? Thank you very much.
My phpinfo's url : http://members.lycos.co.uk/gigiclub/index.php