Search results

  1. S

    How do you create a chat system between 2 computers using PHP without connecting

    them into the internet? with mysql i suppose.. and/or any web-based language.. but i prefer php and mysql.^^ please give me links and/or tips. i really need to make this in 3 days. :'c thank you. :)
  2. S

    How do you code this in php?

    i have an 'edit function' on the website that i am working on. the form of that page contains an upload of picture.. php1 <input type="file" name="pic" /> <input type="hidden" name="delpic" value="<SQL statement, retrieve filename >" />...
  3. S

    How do you code this in php?

    i have an 'edit function' on the website that i am working on. the form of that page contains an upload of picture.. php1 <input type="file" name="pic" /> <input type="hidden" name="delpic" value="<SQL statement, retrieve filename >" />...
  4. S

    How do you code this in php?

    i have an 'edit function' on the website that i am working on. the form of that page contains an upload of picture.. php1 <input type="file" name="pic" /> <input type="hidden" name="delpic" value="<SQL statement, retrieve filename >" />...
Back
Top