PHP Databases.. Help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mcglynef
Forum Newbie
Posts: 1
Joined: Tue May 09, 2006 4:08 am

PHP Databases.. Help!

Post by mcglynef »

Hi,

I need to connect to an Access Database using PHP and having problems.

The only way I can access the database is through an ftp site (I have the username and password for it). Most tutorials on the web instruct me to open ODBC Data Source Administrator and add the database under System DSN.. But I can't access ftp site through that.. Can I use the File DSN do you know??

Can anyone suggest a good tutorial on PHP databases?

Please help!
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

Please go through this URL http://www.zend.com/zend/tut/odbc.php. This might help you.

:wink:
Dibyendra
Post Reply