alberte Posted January 16, 2007 Share Posted January 16, 2007 Hi, I'm an ASP developer who created an a jobs/applicant tracking applicationthat run on Access DB. I was approached by a company who wants it to run ontheir apache server. I don't know much about PHP, Apache or mySQL andi have some basic questions. A) Will PHP support Access databse and Can the apache server support Access?B) If i need to convert it to MySQL how do i go about migrating the tables and fields, and where do i get mySQL server to play around with?C) If i want to run the apache server on my home PC, can it run on win XP or W2K server?That's all for now.I know i made some of you laugh, but i got to start somewere. ;) Link to comment https://forums.phpfreaks.com/topic/34374-php-basics/ Share on other sites More sharing options...
karthikeyan_coder Posted January 16, 2007 Share Posted January 16, 2007 You can use [url=http://secureslash.com/PHP-Tutorial-For-Beginner.html]WAMP Server[/url] . Windows/Apache/Mysql/PHP = WAMP ... if you are already running iis then you have to change the port no of Apacheopen /conf/httpd.conf in apache directorypress ctrl + ffind: "listen"change the default value 80 to 2112 or anything...restart apache.just visit... [url=http://secureslash.com/PHP-Tutorial-For-Beginner.html]PHP beginner tutorials[/url] Link to comment https://forums.phpfreaks.com/topic/34374-php-basics/#findComment-161770 Share on other sites More sharing options...
btherl Posted January 16, 2007 Share Posted January 16, 2007 A) Yes, details are here: http://www.phpfreaks.com/tutorials/61/0.phpNormally apache will not be involved in database access, only PHP.B) http://www.mysql.com is the official website. I'm not sure how best to do the migration.C) Yes it can. http://httpd.apache.org is the official website. Link to comment https://forums.phpfreaks.com/topic/34374-php-basics/#findComment-161776 Share on other sites More sharing options...
alberte Posted January 16, 2007 Author Share Posted January 16, 2007 Thanks that a good start. Link to comment https://forums.phpfreaks.com/topic/34374-php-basics/#findComment-161781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.