PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > dumb question about using php
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

dumb question about using php

Réponse
 
LinkBack Outils de la discussion
Vieux 07/08/2007, 19h00   #1
Michael Fothergill
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut dumb question about using php

Dear Debianists

I downloaded a small free software from the following location:

http://webscripts.softpedia.com/scri...ure-31835.html

I unzipped it and three little files appeared.

Two look like PHP files. They have the file extension .m.

The other file is a gif file and is probably some sample graphical output.

My dumb question for the day is:


How do I call up php e.g. at a terminal window and then get it to execute
the .m files?

Is php automatically installed in a bog standard etch desktop installation?

Comments appreciated.

Regards

Michael Fothergill

__________________________________________________ _______________
The next generation of Hotmail is here! http://www.newhotmail.co.uk


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 07/08/2007, 19h40   #2
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: dumb question about using php

On Tue, Aug 07, 2007 at 04:53:19PM +0000, Michael Fothergill wrote:
> Dear Debianists
>
> I downloaded a small free software from the following location:
>
> http://webscripts.softpedia.com/scri...ure-31835.html
>
> I unzipped it and three little files appeared.
>
> Two look like PHP files. They have the file extension .m.
>
> The other file is a gif file and is probably some sample graphical output.
>
> My dumb question for the day is:
>
>
> How do I call up php e.g. at a terminal window and then get it to execute
> the .m files?
>
> Is php automatically installed in a bog standard etch desktop installation?


apt-cache search is your friend.

andrew@basement:~$ apt-cache search php interpreter
gs-esp - The Ghostscript PostScript interpreter - ESP version
kmflcomp - KMFL Compiler
libapache-mod-suphp - Apache module to run php scripts with the owner
permissions
libapache2-mod-suphp - Apache2 module to run php scripts with the
owner permissions
libkmflcomp0 - KMFL compiler library
php5 - server-side, HTML-embedded scripting language (meta-package)
php5-cgi - server-side, HTML-embedded scripting language (CGI binary)
php5-cli - command-line interpreter for the php5 scripting language
scummvm - free implementation of LucasArts' S.C.U.M.M interpreter
suphp-common - Common files for mod suphp

apt-cache show php5-cli.... probably not installed.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuKwJaIeIEqwil4YRAhTKAKCX08Cp/jaciynF9X3eZSKW5Md3RgCgnz0n
cMnqbzYh0fLHTWyKreqbN14=
=s3Nw
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 07/08/2007, 19h40   #3
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: dumb question about using php

On Tue, Aug 07, 2007 at 04:53:19PM +0000, Michael Fothergill wrote:
> Dear Debianists
>
> I downloaded a small free software from the following location:
>
> http://webscripts.softpedia.com/scri...ure-31835.html
>
> I unzipped it and three little files appeared.
>
> Two look like PHP files. They have the file extension .m.
>
> The other file is a gif file and is probably some sample graphical output.
>
> My dumb question for the day is:
>
>
> How do I call up php e.g. at a terminal window and then get it to execute
> the .m files?
>
> Is php automatically installed in a bog standard etch desktop installation?


apt-cache search is your friend.

andrew@basement:~$ apt-cache search php interpreter
gs-esp - The Ghostscript PostScript interpreter - ESP version
kmflcomp - KMFL Compiler
libapache-mod-suphp - Apache module to run php scripts with the owner
permissions
libapache2-mod-suphp - Apache2 module to run php scripts with the
owner permissions
libkmflcomp0 - KMFL compiler library
php5 - server-side, HTML-embedded scripting language (meta-package)
php5-cgi - server-side, HTML-embedded scripting language (CGI binary)
php5-cli - command-line interpreter for the php5 scripting language
scummvm - free implementation of LucasArts' S.C.U.M.M interpreter
suphp-common - Common files for mod suphp

apt-cache show php5-cli.... probably not installed.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuKwJaIeIEqwil4YRAhTKAKCX08Cp/jaciynF9X3eZSKW5Md3RgCgnz0n
cMnqbzYh0fLHTWyKreqbN14=
=s3Nw
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 07/08/2007, 19h50   #4
Kumar Appaiah
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: dumb question about using php

On Tue, Aug 07, 2007 at 04:53:19PM +0000, Michael Fothergill wrote:
> Dear Debianists
>
> I downloaded a small free software from the following location:
>
> http://webscripts.softpedia.com/scri...ure-31835.html
>
> I unzipped it and three little files appeared.


These are Matlab scripts. PHP is wrong information on the website you
mention.

Your best bet is to run in using GNU Octave on Debian GNU/Linux.

apt-get install octave2.9

Kumar
--
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 07/08/2007, 19h50   #5
Kumar Appaiah
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: dumb question about using php

On Tue, Aug 07, 2007 at 04:53:19PM +0000, Michael Fothergill wrote:
> Dear Debianists
>
> I downloaded a small free software from the following location:
>
> http://webscripts.softpedia.com/scri...ure-31835.html
>
> I unzipped it and three little files appeared.


These are Matlab scripts. PHP is wrong information on the website you
mention.

Your best bet is to run in using GNU Octave on Debian GNU/Linux.

apt-get install octave2.9

Kumar
--
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h54.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11307 seconds with 13 queries