This is a discussion on PHP & Apache within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I am having problems getting PHP and Apache to "talk" with one another. Does anyone know of a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Lawrence Traub wrote:
> I am having problems getting PHP and Apache to "talk" with one another. Does anyone know of a good website that can show me how to get this done without a lot of pain? For Gentoo users: http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL |
|
|||
|
Thanks. I think I should have given more information.I'm using PHP 5.x and
Apache 1.x because that is what the book I am using uses. At the current time I am trying to get them to work on a Windows XP system, but will probably need to move to Linux later on. Do you know of another website that could help me out? Thanks, -- Lawrence Traub "On a clear disc, you can seek forever." "J.O. Aho" <user@example.net> wrote in message news:4475iuFmp59U2@individual.net... > Lawrence Traub wrote: >> I am having problems getting PHP and Apache to "talk" with one another. >> Does anyone know of a good website that can show me how to get this done >> without a lot of pain? > > For Gentoo users: > http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL |
|
|||
|
Lawrence Traub wrote:
> Thanks. I think I should have given more information.I'm using PHP 5.x and > Apache 1.x because that is what the book I am using uses. At the current > time I am trying to get them to work on a Windows XP system, but will > probably need to move to Linux later on. Do you know of another website that > could help me out? I'm not much into microsoft, but I guess you can have some help of http://www.webmasterstop.com/48.html It includes MySQL too, which is quite useful when making dynamic pages. There should be some already made packages for microsoft that does include apache/php/mysql already configured to be used together, but as I never used those I can't remember the names even if they have been many time written here. //Aho |
|
|||
|
J.O. Aho wrote:
> Lawrence Traub wrote: > ... but as I never used > those I can't remember the names even if they have been many time written here. > > //Aho Would that be XAMMP: http://www.apachefriends.org/en/xampp.html? Jonathan |
|
|||
|
J.O. Aho wrote:
> I'm not much into microsoft, but I guess you can have some help of > http://www.webmasterstop.com/48.html phpdev seems to work quite well out of the box with Apache (1.x and 2.x) php, mysql and a few other goodies. It has a pretty decent installer. -- http://www.petezilla.co.uk |
|
|||
|
Or WinLAMP: http://sourceforge.net/projects/winlamp/
Download Link: http://sourceforge.net/project/showf...group_id=80998 |
|
|||
|
Or WinLAMP: http://sourceforge.net/projects/winlamp/
Download Link: http://sourceforge.net/project/showf...group_id=80998 (Sorry if this post appears twice, something weird happened with my browser...) |
|
|||
|
Lawrence Traub wrote:
> I am having problems getting PHP and Apache to "talk" with one another. > Does anyone know of a good website that can show me how to get this done > without a lot of pain? > > Thanks, > > -- > Lawrence Traub > > "On a clear disc, you can seek forever." Just use any old machine, load Linux on it (I suggest Fedora Core) with developemnet tools, text only, elinks of lynx test browser, read the documentation in php, mysql and apache and you will soon have yourself a super little web server, and learn a bunch on the way! |
|
|||
|
In article <7geEf.10198$vU2.8886@newsread3.news.atl.earthlink .net>,
J B Carr <jbc_ccm@earthlink.net> wrote: > Lawrence Traub wrote: > > I am having problems getting PHP and Apache to "talk" with one another. > > Does anyone know of a good website that can show me how to get this done > > without a lot of pain? > > > > Thanks, > > > > -- > > Lawrence Traub > > > > "On a clear disc, you can seek forever." > Just use any old machine, load Linux on it (I suggest Fedora Core) with > developemnet tools, text only, elinks of lynx test browser, read the > documentation in php, mysql and apache and you will soon have yourself > a super little web server, and learn a bunch on the way! I have always found the site, http://www.phpfreaks.com to have plenty of information. From tutorials to links to all the documentation you might need. Plus, there is a forum there that a lot of helpful people frequent. Give it a shot. And if all else fails, just doing a simple google on "setting up php and apache" will likely warrant you some step-by-step articles as well. Dan |