Search results

  1. R

    How to create an inline submit with php?

    I want to create an inline submit, take the example of google when you type in the search box suggestions will appear, or any sign up page where you type a username and the website checks if the username is taken or not. How can i do the same? type in a box , check if the username is taken...
  2. R

    How do you consider yourself good in js php and html? and what age are you?

    I just want to know all if i am good at my age in writing websites.
  3. R

    How do you consider yourself good in js php and html? and what age are you?

    I just want to know all if i am good at my age in writing websites.
  4. R

    How can i pass a variable from php to php?

    i have a form on page test.html ans pass a variable name with value RA8 to test.php so on test.php i have $_POST["name"]="RA8"; i want to post this variable to page test2.php automatically. so i post from test.html to test2.php the name passing trough test.php; how can it be done?
  5. R

    In php how to keep a certain variable around pages?

    I want to create a website that has many pages, when the user surfs around the pages i want his username to stay in a variable. I think it's like facebook or yahoo mail that my signed in account will travel along the pages, how can it be done?
  6. R

    How can i write html tags without formatting?

    i want to write in a <li> tag <b>help</b> and actually <b>help</b> to be written not help in bold characters
Back
Top