Sublime directory Surf the web anonymous Pagerank Monitor


Is Downloading PHP needed?

smurf
Sat 28 June 2008, 09:50 pm GMT +0200
So I have been reading online on how to use PHP and I am getting the idea. But every one says to download PHP. Is this needed? I have this on my server, it;s lunix hosting:

Quote
Database Set Up and ConfigurationThe following view and edit options are available on this page:


Quote
Available or set up databases
You see all the databases set up so far, as well as the availability of additional MySQL databases.
If you have not used a database yet, please click on Set Up to enable the MySQL database.
Configuration of the MySQL database
Delete an existing database or change its password.
Disk space
See details on the used, maximum, and remaining disk space for every database created within this package.



Quote
Important MySQL Usage Information
The MySQL database may not be used for log evaluation operations, ad clicks, chat systems, banner rotations, or similar applications putting extreme loads on the database under any circumstances.
Your MySQL databases are stored behind a firewall to protect your data. You can only access each one exclusively through your server. Direct access to your MySQL databases using a home PC (external ODBC connection) cannot be established.
Please note:
The Admin function gives you unrestricted access to your MySQL databases. Any changes made using this interface cannot be rolled back. Deleting entries in forum (ex. phpBB), guestbook or similar applications should only be made using the administrative functions of the particular application.


Does this mean it is already there? Or do I need to upload it into the database?
Thanks!

Nikolas
Sat 28 June 2008, 10:43 pm GMT +0200
this is about mysql. to see if your hosting has php, just upload a php file to see if it is parsed.

olaf
Sun 29 June 2008, 02:32 pm GMT +0200
yep create a php file with this code to check your php:

<?php phpinfo() ?>


btw you can't install php on your linux hosting accpunt ;)

smurf
Sun 29 June 2008, 04:36 pm GMT +0200
Oh, I see. So I did what you said and have a whole page of info. Here's the 1st part of it.
Quote
System  Linux infong 2.4 #1 SMP Wed Sep 26 00:19:50 CEST 2007 i686 GNU/Linux 
Build Date  Mar 6 2008 18:08:31 
Configure Command  '../configure' '--with-pear=/usr/lib/php' '--prefix=/usr' '--with-mysql=/usr/' '--with-zlib' '--enable-debug=no' '--enable-safe-mode=no' '--enable-discard-path=no' '--with-gd' '--with-png-dir' '--enable-track-vars' '--with-db' '--with-gdbm' '--enable-force-cgi-redirect' '--with-ttf' '--enable-ftp' '--with-mcrypt' '--enable-dbase' '--enable-memory-limit' '--enable-calendar' '--enable-wddx' '--with-jpeg-dir' '--enable-bcmath' '--enable-gd-imgstrttf' '--enable-shmop' '--enable-mhash' '--with-mhash' '--with-openssl' '--enable-xslt' '--with-xslt-sablot' '--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--with-imap' '--with-curl' '--with-iconv' '--with-freetype-dir' '--with-bz2' '--with-gettext' '--enable-exif' '--with-idn' '--enable-mbstring=all' '--with-kerberos' '--with-imap-ssl' '--with-sqlite' '--with-zip' 
Server API  CGI 
Virtual Directory Support  disabled 
Configuration File (php.ini) Path  /usr/lib/php.ini 
PHP API  20020918 
PHP Extension  20020429 
Zend Extension  20050606 
Debug Build  no 
Zend Memory Manager  enabled 
Thread Safety  disabled 
Registered PHP Streams  php, http, ftp, https, ftps, compress.bzip2, compress.zlib 


So I guess it is there. Well then now I am confussed. What does the MYSQL have to do with it? Wait, I will go read and figure it that out, maybe I am not that far in the learning.
Thanks for your help.


Nikolas
Sun 29 June 2008, 05:06 pm GMT +0200
That means that your host has php. Mysql is a database, php is a programming language

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional