Jump to content

PHP basics


alberte

Recommended Posts

Hi, I'm an ASP developer who created an a jobs/applicant tracking application
that run on Access DB. I was approached by a company who wants it to run on
their apache server. I don't know much about PHP, Apache or mySQL and
i 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

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 Apache
open
/conf/httpd.conf in apache directory
press ctrl + f
find: "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

A) Yes, details are here: http://www.phpfreaks.com/tutorials/61/0.php
Normally 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

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.