Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rmccoy

    Creating MySQL Database Table

    I have a form on a website that has contact information. The only part I am having trouble with is creating the section in the MySQL database which captures a comments section. What type of format do I set that up in MySQL? text? textarea? Thanks in advance Ryan McCoy
  2. rmccoy

    HTML login form to PHP check page to another page

    I have a HTML form which is checked by a PHP page. Here is the code. <HTML> <HEAD> <TITLE></TITLE> <HEAD> <BODY> <?php require (&quot;common.inc&quot;); mysql_connect($dbserver, $dblogin, $dbpassword); $result = mysql_query(&quot;csmgroup&quot;,&quot;SELECT * FROM userinfo WHERE...
  3. rmccoy

    know how to connect, now what?

    I have learned how to connect, now I would like the user to be able to login to a certain webpage. Say coming from a page called login.htm, the form submits to a login.php page which checks the MySQL database, checks to see if the username and password are valid, then redirects to the...
  4. rmccoy

    MYSQL Connection String

    What is the connection string for MySQL, I am pretty new to this stuff and need big time help. Any books I could get on this? Any help would be appreciated. Thanks in advanced

Part and Inventory Search

Back
Top