Koozali.org: home of the SME Server

PHP files

HUB

PHP files
« on: January 11, 2003, 08:04:14 AM »
I am setting up my site, and have never used PHP before, i want to download phpMyAdmin, as I will be using Geeklog for my website. When I went to download phpMyAdmin it had two version "php" and "php3" which one do I download? Also if anyone could point out a site that explain PHP i would be really Apreciative thanks.

Des Dougan

Re: PHP files
« Reply #1 on: January 11, 2003, 09:20:41 AM »
HUB wrote:
>
> When I went to download phpMyAdmin it had two
> version "php" and "php3" which one do I download?

There's an RPM for Mitel at myezserver.com. Installs in a snap.

> Also if anyone could point out a site that explain PHP i would be
> really Apreciative thanks.

I would start at www.php.org.


Des Dougan

Andrew Rosenau

Re: PHP files
« Reply #2 on: January 11, 2003, 09:31:57 AM »
Thank you that rpm worked Great

Jon Thiele

Re: PHP files
« Reply #3 on: January 11, 2003, 07:20:13 PM »
HUB wrote:
>
> I am setting up my site, and have never used PHP before, i
> want to download phpMyAdmin, as I will be using Geeklog for
> my website. When I went to download phpMyAdmin it had two
> version "php" and "php3" which one do I download? Also if
> anyone could point out a site that explain PHP i would be
> really Apreciative thanks.


at the root prompt, type "rpm -q php" and this will tell you the version of php that your sme server uses.

on my sme5.5 server, the response back from the rpm query says:

php-4.1.2-2es3      therefore, i have version 4.1.2 of php.

if you have version 3 of php (unlikely...) grab that one, else grab the regular version of the software.

Andrew Rosenau

Re: PHP files
« Reply #4 on: January 13, 2003, 05:02:04 AM »
Thanx Jon