| Sign In/My Account | View Cart |
| Article: |
An Introduction to PEAR | |
| Subject: | how can I tell if PEAR is installed? | |
| Date: | 2001-08-29 08:42:13 | |
| From: | ziatroyano | |
| My site is hosted by another provider. Is there a way I can tell if PEAR is installed on the server without having direct access to it? | ||
Showing messages 1 through 4 of 4.
$dsn = 'mysql://test_user:test_pw@localhost/test_db';
simpleQuery is not in use right now, to launch the query simply use $dbobj->query() passing a query string in query function using above dsn.
Regards,
ajay