Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP + SQL
#11
Quote:To access a table using PHP, you need to provide

the host name (oftenly replaced with "localhost")
the user name
the password
the database name
the name of the table

for example

$db_conexion= mysql_connect("$sql_host", "$sql_user", "$sql_pass") or die ("Could not connect");

http://www.php.net/manual/es/function.mysql-connect.php

It was my understanding that this was the case... but I haven't heard back from my webmasters. Thanks for the confirmation.
Reply
#12
oh did i read over it?
url=http://forums.containment-breach.net][Image: vampire_sig.jpeg][/url]
Reply
#13
Quote:Fine don't say my name! :wink: j/k

That was dated May 04. No one had ever heard of you :wink: .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)