Jump to content

base836ball

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by base836ball

  1. hmmm well i just dont know lol....its clearly not connecting though. a value in one of these has to be wrong $host="mike401.com"; // Host name $username="mike401c"; // Mysql username $password="password"; // Mysql password $db_name="mike401c_members"; // Database name $tbl_name="members"; // Table name if you are uploading to someone server you might want to make the host = localhost
  2. Sounds like your being able to connect to your database. mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); I'm guessing you have $host = "localhost" $username = "mike401c@df53" $password = "whatever your sql password is" Im just making sure thats all. Logically without looking at your code it sounds like your doing it right. Can you paste in your checklogin.php code?
  3. Hello all, I have a text box that i want users to enter in data. If the data, however, is matching data in the database then how can I have the data show up so the user can select a entry that has already been put in. Example: In my database i have 3 entries, Jims Collision Jakes Paint and Body Sams Auto Now when the user goes to enter data into the text box it will bring all entries up. If he enters a "J" for his first character input then Jims Collision Jakes Paint and Body will show up underneath the textbox only. And if they enter a "S" only Sams Auto will show up underneath the text box. Google has this on their search engine stuff. How does it know what i last searched. Also, Quick books has this as well if you go under "Write a Check". I hope this is enough info, if not let me know. Drew and Thanks!!!!!!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.