Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: HUB 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.
-
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
-
Thank you that rpm worked Great
-
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.
-
Thanx Jon