Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: leenakrishna

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    1,249

    Try this: First one is the html form:

    Try this:

    First one is the html form:
    <form action="newphp.php" method="post">
    Firstname: <input type="text" name="firstname" />
    Lastname: <input type="text" name="lastname" />
    Age: <input...
  2. Answers
    2
    Views
    1,048

    Update in PHP

    This is my code.Please tell me how to update it.How can I get values individually so that I can update my database.please help me...

    <?php
    $con = mysql_connect("localhost","root","");
    if...
  3. Answers
    3
    Views
    1,249

    Authentication in PHP

    Hai,

    I'am ne wto PHP and I am doing a project.I want a login,in such a way that each one entered should be identified (i.e,whether the entered person is a client or admin )and they should be...
  4. Answers
    1
    Views
    318

    Search from web in PHP

    Hello,
    I want to make a search somewhat similar to what Google does.Is that possible in PHP to some extend... Can anybody please help me...
Results 1 to 4 of 4