Jump to content

merck_delmoro

Members
  • Posts

    70
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

merck_delmoro's Achievements

Member

Member (2/5)

0

Reputation

  1. can any one here know how to resize temporary file image and upload to mysql coz large images is hard to buffer on my school project
  2. I am trying to move a file from a pc to another pc but i got a problem, how to move a file if there is a password permission on the pc that i want to move the file? any help will be appreciated thank you
  3. is there any library do i need to download just to do it? if not what function do i used in php? the only thing i knew is uploading files to server ^^ not transferring files from computer to computer can u gave me guild for it? just a simple logic no idea entering my mind now :'(
  4. Is it posible to transfer files using computer to computer using lan php?? like the netop does?
  5. I am building a php code that sends an email but when I use mail function it is not working properly I try a simple code of mail it is not working either and also i try the codes form w3schools the tutorial of scripts I copy paste the code and try it but still not working is there any alternative ways to mail using php???
  6. use $_POST to sends the check values in every page and make a $_SESSION for them
  7. @ignace I dont have problem on searching the multiple words my problem was I want to arrange all the matching strings from my csv file starting from the nearest match string that I typed
  8. make a condition like if(!isset($_COOKIE["username"])) { header("location:login.php"); }
  9. Use this PHP function mail(to,subject,message,headers,parameters)
  10. you should always place the include on the top of your code not on the bottom and "mysql_query" not "msql_query"
  11. because you don't have any image created make an image using any picture editor dn change the SRC value from <INPUT TYPE="image" SRC="button.gif" VALUE="Search" ALT="Search" NAME="Search"> to the name of your picture that been create
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.