Closed Thread Icon

Preserved Topic: PHP server stuff (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17922" title="Pages that link to Preserved Topic: PHP server stuff (Page 1 of 1)" rel="nofollow" >Preserved Topic: PHP server stuff <span class="small">(Page 1 of 1)</span>\

 
Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-04-2001 22:03

I wanna mess with PHP. Where can I find the software that needs to be installed on my web server for PHP to work? Are there varying versions like Active State's Perl? If so which version is the most stable?

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 04-04-2001 22:07

php.net

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 04-05-2001 20:50

If you look at applications at www.zend.com they actually have a lot of cool installer apps to make it even easier.


Walking the Earth like Kane

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 20:54

once installed is there some kind of test that can do to see if it is correctly installed?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-05-2001 21:54

Create a PHP page with the folowing content:

<? phpinfo(); ?>

If it works fine, then PHP is installed correctly...

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 22:36

is that supposed to display anything? i pasted that in the body of a page named test.php and loaded it ina browser and it didn't do anything other than load without errors...

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 04-05-2001 22:44

yes, it should be a long page full of information. Did you just put

<? phpinfo(); ?>

in the middle of a page with no other html.

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 22:53

This is what I did...

<HTML>
<HEAD>
<TITLE> Test.php </TITLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF">
<? phpinfo(); ?>

</BODY>
</HTML>

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-05-2001 23:04

It should work fine... What web server do you use and how you installed PHP?

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 23:06

PWS on NT4...

I ran build #PHP 4.0.4pl1 from PHP.NET and it installed with out any problems that I'm aware of...

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 23:12

i don't think PHP is installed correctly....

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-05-2001 23:16

I guess that you downloaded the smaller package that contains windows installer, right? I would suggest you to download larger package (more things are compiled in the binary) that come as zip file and follow insturctions from install.txt to install it...

Boudga
Maniac (V) Mad Scientist

From: Jacks raging bile duct....
Insane since: Mar 2000

posted posted 04-05-2001 23:22

will do....

« BackwardsOnwards »

Show Forum Drop Down Menu