![]() |
connection String Php with Mysql..?
help me ....
|
Re: connection String Php with Mysql..?
What kind of help?
|
Re: connection String Php with Mysql..?
Php doesn't use connection strings like ASP.NET does. Instead you need to use two functions to establish a connection to both the database and the table.
PHP Code:
You can check if there is a connection like so PHP Code:
PHP Code:
As with the connection function you can use an if statement to check if the variable has any value. PHP Code:
|
| All times are GMT +5.5. The time now is 06:54. |