Jump to content

Help with php and microsoft access database


JAKO

Recommended Posts

Hi guys... I'm currently learning php... I just want to know can I edit the content of the database that I have connected with my php (in my case I'm connecting microsoft access database with php) using php programming command??? Is there any php command that I can use to that can automatically change the content of the database... For example if I want to change a certain word in my database into another word via php... If yes could any of you give me an example???

Hey Jako, I'm learning PHP myself. I found a link on php.net which talks of an obdc_connect function you can use in PHP to establish a connection with your Access Database.

 

http://us2.php.net/manual/en/function.odbc-connect.php

 

If you scroll down a bit you'll see the Examples portion. There it actually shows sample connections to Access, Excel etc.

 

Hope this helps!

 

-Dan

Thank you so much for the link.... also I would like to know can I edit the content of my microsoft access using php command??? I have attached a screen shot of my database... as you can see I'm wondering is there anyway I can change the content in any of the column using a php command???

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.