Search results

  1. R

    php file upload on server.............?

    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"]);
  2. R

    php file upload help..............?

    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"]);
  3. R

    php mysql help.............?

    can i insert value in mysql which expires in 5 minute(or 10, or more) and deletes itself?
  4. R

    php mysql help.............?

    can i insert value in mysql which expires in 5 minute(or 10, or more) and deletes itself?
  5. R

    php. mysql update.....................?

    in php is it possible update(or delete,insert) mysql on browser close?
  6. R

    php users detection.............?

    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... :)
  7. R

    php users detection help.......?

    in php how can i detect how many people are on my web site?
  8. R

    php programming.........?

    in php DOMDocument is it possible to call HTML Tag (to get it`s value)? as it is in xml?
  9. R

    php image display on my page?

    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.....?
  10. R

    php get value from input form?

    in php can i get(read) value from input(hidden, text, password...) without submit as it is in javascript?
  11. R

    php file upload script not work.................?

    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...
  12. R

    php hide image links...................................?

    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?
  13. R

    convert image quality in php...........?

    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...
  14. R

    php programming Hide url adress?

    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...
  15. R

    php programming Hide url adress?

    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...
  16. R

    php and c# programming...............................?

    which is best php and Microsoft Visual Studio 2010 C# ebooks? I need names please
  17. R

    ASP web programming............................?

    some help, i need ASP and ASP.Net editor with own virtual server, does someone knows name of editor or name of virtual server to test my web application before i upload on server
Back
Top