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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lupin3

  1. lupin3

    create table error

    see this website and i'm sure it's a big help!! http://www.freewebmasterhelp.com/tutorials/phpmysql/2
  2. lupin3

    PHP/MySQL Connection Problem

    try this to connect: $username="username"; $password="password"; $database="your_database"; mysql_connect("localhost","username","password"); @mysql_select_db("database") or die( "Unable to select database");
  3. lupin3

    lwp::useragent equiv in php?

    <form action=&quot;insert.php&quot; method=&quot;post&quot;> First Name: <input type=&quot;text&quot; name=&quot;first&quot;><br> <input type=&quot;Submit&quot;> </form> <? <? $first=$_POST[&quot;first&quot;]: $username=&quot;username&quot;; $password=&quot;password&quot...
  4. lupin3

    mail is not going through

    <?php $to = &quot;yourplace@somewhere.com&quot;; $subject = &quot;My HTML email test.&quot;; $headers = &quot;From: myplace@here.com\r\n&quot;; $headers .= &quot;Reply-To: myplace2@here.com\r\n&quot;; $headers .= &quot;Return-Path: myplace@here.com\r\n&quot;; $headers .= &quot;MIME-Version...

Part and Inventory Search

Back
Top