|
Go4Expert Founder
|
![]() |
| 2Oct2011,09:54 | #2 |
|
What kind of help?
|
|
Ambitious contributor
|
|
| 11Oct2011,02:57 | #3 |
|
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:
|

