PDA

View Full Version : PHP + MYSQL help?


biohazerd87
09-02-2005, 01:34
do anyone know where I can find the latest version of PHP with MYSQL compiled in for windows? PHP.net doesn't have MYSQL compiled into the latest version

sPlOrYgOn
09-02-2005, 03:27
Then install it
http://dev.mysql.com/

biohazerd87
10-02-2005, 00:52
i don't need it anymore but you can't just install it and expect it to work... the PHP has to have MYSQL compiled in it that way it knows the mysql commands

sPlOrYgOn
10-02-2005, 04:29
hey that sounds like me.. I just installed it and expected it to work.. and it did..

biohazerd87
14-02-2005, 03:57
yeah but what version

4.X.X?

Ancient
18-01-2006, 04:44
Does PHP Support PC Use of PHP?

Because When I'm here and I make PHP Pages, I would like to know of an error by previewing it before uploading it to the webhost .

Whistler
18-01-2006, 07:40
Well it's actually shipped with every GNU/Linux distribution, so just get one.

And I think you can also download Apache/PHP/MySQL Windows version at their official web site.

gflare
20-01-2006, 00:23
they actually release grouped installers nowadays? apache/PHP/MySQL ?

one installer for windows that does it all yourself?

Ancient
20-01-2006, 02:32
Well actually I just wanted to install PHP on to my Personal Computer so I can use and preview stuff before I upload it and have PHP run correctly with global.php and everything.

It would be nice to have this be able to happen :D

Whistler
20-01-2006, 05:34
well I don't know what you really mean as both GNU/Linux and Apache/PHP/MySQL will run under x86 PC. There are even Windows versions of Apache/PHP/MySQL available, although they won't work as well as GNU/Linux versions.

they actually release grouped installers nowadays? apache/PHP/MySQL ?

one installer for windows that does it all yourself?
I don't think so. You will need to install then one by one.

mfrx
20-01-2006, 10:28
http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-02,GGLG:en&q=php%2Fmysql%2Fapache+installer

There are a few combined installers about although IMO its more fun to install and configure each of them yourself (you will learn more then too ;))

Be careful about the mySQL version that you install tho if you are using a shared host - your version should match their version - no point in testing on mySQL v5.x.x and expecting everything to work on your host's v3.x.x installation ;)

Zeras
27-01-2006, 23:19
OK, I have a question, I never totally found out or understood what MYSQL and PHP are?

I know it has to do with something with running a server or a system, but like is MYSQL free and what do I need have, which one should I install and how to I run it?

Cheeseh
28-01-2006, 01:11
its free, easyphp will set you up with everything, an apache server with Mysql and PHP. It lets you build web pages in PHP, that can deliver dynamic content and access MySQL databases.