PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.php > can you me
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
can you me

Réponse
 
LinkBack Outils de la discussion
Vieux 29/02/2008, 07h31   #1
mekalai82@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut can you me

i am using mandriva linux. i ahve installed manually apache,mysql, php
installed by following RPM package.

php-ini-5.2.4-1mdv2008.0
php-timezonedb-2007.5-4mdv2008.0
php-xmlrpc-5.2.4-2mdv2008.0
php-pear-PEAR_RemoteInstaller-0.3.1-1mdv2008.0
php-ftp-5.2.4-2mdv2008.0
php-suhosin-0.9.20-6mdv2008.0
php-mysql-5.2.4-2mdv2008.0
libphp5_common5-5.2.4-2mdv2008.0
php-gettext-5.2.4-2mdv2008.0
php-openssl-5.2.4-2mdv2008.0
php-sysvsem-5.2.4-2mdv2008.0
php-xmlreader-5.2.4-2mdv2008.0
php-cli-5.2.4-2mdv2008.0
php-pear-5.2.4-1mdv2008.0
php-pear-Image_GraphViz-1.2.1-1mdv2008.0
php-pear-PHPUnit-3.0.6-4mdv2008.0
php-simplexml-5.2.4-2mdv2008.0
php-ctype-5.2.4-2mdv2008.0
php-hash-5.2.4-2mdv2008.0
php-posix-5.2.4-2mdv2008.0
php-sysvshm-5.2.4-2mdv2008.0
php-xmlwriter-5.2.4-2mdv2008.0
php-gd-bundled-5.2.4-1mdv2008.0
php-pear-PEAR_Command_Packaging-0.1.2-1mdv2008.0
php-pear-Testing_Selenium-0.3.1-2mdv2008.0
php-filter-5.2.4-2mdv2008.0
php-session-5.2.4-2mdv2008.0
php-zlib-5.2.4-2mdv2008.0
php-xml-5.2.4-2mdv2008.0
php-gd-5.2.4-2mdv2008.0
php-dom-5.2.4-2mdv2008.0
php-json-5.2.4-2mdv2008.0
php-tokenizer-5.2.4-2mdv2008.0
apache-mod_php-5.2.4-2mdv2008.0
php-pear-MDB2-2.4.1-1mdv2008.0

i am calling the "http://localhost/first.php"

i am getting the exact coding whatever i have typed in the first.php
file... i am not getting the first.php coding result...........
  Réponse avec citation
Vieux 29/02/2008, 07h58   #2
rf
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can you me


<mekalai82@gmail.com> wrote in message
news:681fc99b-ee7b-402b-b088-6ee34be9faeb@s12g2000prg.googlegroups.com...

>i am


starting a new thread.


  Réponse avec citation
Vieux 01/03/2008, 10h14   #3
jamesgoode
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can you me

On Feb 29, 7:31 am, mekala...@gmail.com wrote:
> i am using mandriva linux. i ahve installed manually apache,mysql, php
> installed by following RPM package.
>
> php-ini-5.2.4-1mdv2008.0
> php-timezonedb-2007.5-4mdv2008.0
> php-xmlrpc-5.2.4-2mdv2008.0
> php-pear-PEAR_RemoteInstaller-0.3.1-1mdv2008.0
> php-ftp-5.2.4-2mdv2008.0
> php-suhosin-0.9.20-6mdv2008.0
> php-mysql-5.2.4-2mdv2008.0
> libphp5_common5-5.2.4-2mdv2008.0
> php-gettext-5.2.4-2mdv2008.0
> php-openssl-5.2.4-2mdv2008.0
> php-sysvsem-5.2.4-2mdv2008.0
> php-xmlreader-5.2.4-2mdv2008.0
> php-cli-5.2.4-2mdv2008.0
> php-pear-5.2.4-1mdv2008.0
> php-pear-Image_GraphViz-1.2.1-1mdv2008.0
> php-pear-PHPUnit-3.0.6-4mdv2008.0
> php-simplexml-5.2.4-2mdv2008.0
> php-ctype-5.2.4-2mdv2008.0
> php-hash-5.2.4-2mdv2008.0
> php-posix-5.2.4-2mdv2008.0
> php-sysvshm-5.2.4-2mdv2008.0
> php-xmlwriter-5.2.4-2mdv2008.0
> php-gd-bundled-5.2.4-1mdv2008.0
> php-pear-PEAR_Command_Packaging-0.1.2-1mdv2008.0
> php-pear-Testing_Selenium-0.3.1-2mdv2008.0
> php-filter-5.2.4-2mdv2008.0
> php-session-5.2.4-2mdv2008.0
> php-zlib-5.2.4-2mdv2008.0
> php-xml-5.2.4-2mdv2008.0
> php-gd-5.2.4-2mdv2008.0
> php-dom-5.2.4-2mdv2008.0
> php-json-5.2.4-2mdv2008.0
> php-tokenizer-5.2.4-2mdv2008.0
> apache-mod_php-5.2.4-2mdv2008.0
> php-pear-MDB2-2.4.1-1mdv2008.0
>
> i am calling the "http://localhost/first.php"
>
> i am getting the exact coding whatever i have typed in the first.php
> file... i am not getting the first.php coding result...........


Best thing to do would be to check your Apache config file. I don't
know where this is on Redhat, but make sure you have CGI enabled for
PHP scripts.
  Réponse avec citation
Vieux 01/03/2008, 13h05   #4
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: can you me

jamesgoode wrote:
> On Feb 29, 7:31 am, mekala...@gmail.com wrote:
>> i am using mandriva linux. i ahve installed manually apache,mysql, php
>> installed by following RPM package.
>>
>> php-ini-5.2.4-1mdv2008.0
>> php-timezonedb-2007.5-4mdv2008.0
>> php-xmlrpc-5.2.4-2mdv2008.0
>> php-pear-PEAR_RemoteInstaller-0.3.1-1mdv2008.0
>> php-ftp-5.2.4-2mdv2008.0
>> php-suhosin-0.9.20-6mdv2008.0
>> php-mysql-5.2.4-2mdv2008.0
>> libphp5_common5-5.2.4-2mdv2008.0
>> php-gettext-5.2.4-2mdv2008.0
>> php-openssl-5.2.4-2mdv2008.0
>> php-sysvsem-5.2.4-2mdv2008.0
>> php-xmlreader-5.2.4-2mdv2008.0
>> php-cli-5.2.4-2mdv2008.0
>> php-pear-5.2.4-1mdv2008.0
>> php-pear-Image_GraphViz-1.2.1-1mdv2008.0
>> php-pear-PHPUnit-3.0.6-4mdv2008.0
>> php-simplexml-5.2.4-2mdv2008.0
>> php-ctype-5.2.4-2mdv2008.0
>> php-hash-5.2.4-2mdv2008.0
>> php-posix-5.2.4-2mdv2008.0
>> php-sysvshm-5.2.4-2mdv2008.0
>> php-xmlwriter-5.2.4-2mdv2008.0
>> php-gd-bundled-5.2.4-1mdv2008.0
>> php-pear-PEAR_Command_Packaging-0.1.2-1mdv2008.0
>> php-pear-Testing_Selenium-0.3.1-2mdv2008.0
>> php-filter-5.2.4-2mdv2008.0
>> php-session-5.2.4-2mdv2008.0
>> php-zlib-5.2.4-2mdv2008.0
>> php-xml-5.2.4-2mdv2008.0
>> php-gd-5.2.4-2mdv2008.0
>> php-dom-5.2.4-2mdv2008.0
>> php-json-5.2.4-2mdv2008.0
>> php-tokenizer-5.2.4-2mdv2008.0
>> apache-mod_php-5.2.4-2mdv2008.0
>> php-pear-MDB2-2.4.1-1mdv2008.0
>>
>> i am calling the "http://localhost/first.php"
>>
>> i am getting the exact coding whatever i have typed in the first.php
>> file... i am not getting the first.php coding result...........

>
> Best thing to do would be to check your Apache config file. I don't
> know where this is on Redhat, but make sure you have CGI enabled for
> PHP scripts.
>


No, rather PHP should be run as a module unless you have a good reason
otherwise. It's faster and better integrated with the web server.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

  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 10h57.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, 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,12128 seconds with 12 queries