why file upload not work on server? it works on my pc in the localhost...? heelp...?
ini_set("memory_limit","64M");
move_uploaded_file ($_FILES ["file"] ["tmp_name"],
"files/pdf/". $_FILES["file]["name"]);
"files/pdf/". $_FILES["file"]["name"]);
why file upload not work on server? it works on my pc in the localhost...? heelp...?
ini_set("memory_limit","64M");
move_uploaded_file ($_FILES ["file"] ["tmp_name"],
"files/pdf/". $_FILES["file"]["name"]);
in php how can i detect how many people are on my website? i created table in mysql and when user visits to my web page it updates with different ip, but problem is when user leaves how delete user`s ip? or is it different way to detect users? sory if i made grammer mistakes... :)
in php i wrote image convert script imagecreatefromjpeg, i know how to save it or display with header("Content-type:image/jpeg") which displays only one image. is it different way to display converted images on my page without saving? any idea.....?
i have jpg images(size 2.5 MB or more) and i want upload them. I wrote upload form with enctype="multipart/form-data" and php script $_FILES["up"]["name"]. i got only it's name, for tmp_name, size or type it not work. for small images( 1.5MB or less) it works. any idea......? why php can`t read...
how can i write script in php like this to display image with hide url?
<img src="http://img1.examplewebsite.com/
getimage2.php?id=4355432" alt="" style="border-width: 0px;">
any manual?
I want to convert image quality in php. when i wrote imagecreatefromjpeg("filename.jpg")
(or imagecreatefrompng, imagecreatefromgif) i got this error:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 10368 bytes)
why php can`t read big quality images? for low quality images it...
can i hide url_adress in php? for example: in http://localhost/test/main/root/index.php HIDE test/main/root/ and SHOW only http://localhost/index.php(basefile). I know include or readfile and file_get_contents but it cannot see base file links(images, stylesheets end scripts). can someone help...
can i hide url_adress in php? for example: in http://localhost/test/main/root/index.php HIDE test/main/root/ and SHOW only http://localhost/index.php(basefile). I know include or readfile and file_get_contents but it cannot see base file links(images, stylesheets end scripts). can someone help...