seven10 Posted February 2, 2012 Share Posted February 2, 2012 I could really use some help, I'm a new programmer so I'm open to any advice or ideas, but we've created a VFP program and here's what I need... I need to make an HTML page for people to input information about a contract and then upload files that are associated with that contract. This all needs to be done over the internet of course and I'm not sure if there's a software that would help with this or if ODBC is even the way to go? Right now I'm coming up awfully blank with ODBC... Any suggestions? Link to comment https://forums.phpfreaks.com/topic/256256-php-odbc/ Share on other sites More sharing options...
MadTechie Posted February 2, 2012 Share Posted February 2, 2012 As ODBC is used to connect to a database, I'm not sure what your trying to do! What you are attempting to do isn't that hard, but i guess its what you want the end result to be.. for example once these details have been submitted how do you plan do access them ? why must it be ODBC ? etc --MadTechie Link to comment https://forums.phpfreaks.com/topic/256256-php-odbc/#findComment-1313777 Share on other sites More sharing options...
wright67uk Posted February 2, 2012 Share Posted February 2, 2012 Not sure if this will maybe have a few pointers? http://www.w3schools.com/php/php_db_odbc.asp Link to comment https://forums.phpfreaks.com/topic/256256-php-odbc/#findComment-1313821 Share on other sites More sharing options...
digibucc Posted February 2, 2012 Share Posted February 2, 2012 mysql is more common and doesn't need ODBC, so unless you need ODBC to connect to an access, etc db i would use mysql. Link to comment https://forums.phpfreaks.com/topic/256256-php-odbc/#findComment-1313831 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.