hi, i am a newbie here, just started learning php and mysql.
i am going to redesign my company's current system by using php and mysql.
for your information, my company currently using a system built using visual foxpro. it is a client / server based system.
now, i have a question and difficulties in redesign such system as i do not know how to get started, hope you all can help me out:
1. Can i use php to connect to the visual foxpro's database which stored in the server?
2. if i am going to install my application in the same server with the database, will it be easier?
3. what is ole db for foxpro? is this related to my application?
thanks a lot first! and have a nice day. ^.^
Visual FoxPro Database with PHP and MySQL?
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Visual FoxPro Database with PHP and MySQL?
1. I believe so. Foxpro is similar in style to MS Access I believe.CooKies37 wrote:1. Can i use php to connect to the visual foxpro's database which stored in the server?
2. if i am going to install my application in the same server with the database, will it be easier?
3. what is ole db for foxpro? is this related to my application?
2. Not necessarily. As long as the DB server can be accessed by the script you should be able to connect to it.
3. It's possible. You may be able to use the PHP built-in ODBC functions. Have you looked over them yet?