JAKO Posted August 17, 2009 Share Posted August 17, 2009 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??? Link to comment https://forums.phpfreaks.com/topic/170583-help-with-php-and-microsoft-access-database/ Share on other sites More sharing options...
danp Posted August 17, 2009 Share Posted August 17, 2009 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 Link to comment https://forums.phpfreaks.com/topic/170583-help-with-php-and-microsoft-access-database/#findComment-899756 Share on other sites More sharing options...
JAKO Posted August 17, 2009 Author Share Posted August 17, 2009 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] Link to comment https://forums.phpfreaks.com/topic/170583-help-with-php-and-microsoft-access-database/#findComment-899773 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.