Search results

  1. N

    what is the best way to creat user album with php and mysql?

    Here what I think, A user have a table named username_images so, when he upload his image to a file on the web, the file will have a unique name generated by php script, $uid_h=uniqid('anyword'); so, what happens when he upload the image using a form from html is the code will assign a...
  2. N

    How to display all records from MySql using PHP and the where function?

    I know how to display one or two or three on php using where function, but what if there is 100 records? This is the example (user enter his first name)(father name) and (grandfather name) (all in one table) I want to display some data using where function such as show from (table name)...
  3. N

    how to generate a page for each registered user with PHP and Mysql? no codes tell...

    ...me the concept ok? How can i do it, tell me the concept, what do I need? 1- user register and a profile page created to him 2- another use and so on let me know and thanks in advance :)
  4. N

    Hot to make this html form able to send its data to an Email?

    here is the code ------------------------ <form> First name: <input type="text" name="firstname" /> <br /> Last name: <input type="text" name="lastname" /> <input type="submit" value="Submit" /> </form> -------------------------------------------------------------- I know I need to use php, but...
  5. N

    How to make the input in HTML "form" send it's info to My e-mail?

    ok, my form has many things such as your name father name and your grandfather's name, plus a radio type input, 2 only showing your family roots. when I user click on the button I want the information to go to my Email. I have own website and service, but I don't know what's the code for doing...
  6. N

    how long does it take to learn these, htmlx,css,javascript, asp,php and sql?

    Say I read and work on them, 2 hours a day. How long it will take me to be 70% Professional? *After I learned these, can I create websites such as "blogs" from zero? *social sites? thank you in advance/
Back
Top