can you help me

This is a discussion on can you help me within the PHP Language forums, part of the PHP Programming Forums category; i am using mandriva linux. i ahve installed manually apache,mysql, php installed by following RPM package. php-ini-5....


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008
mekalai82@gmail.com
 
Posts: n/a
Default can you help 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...........
Reply With Quote
  #2 (permalink)  
Old 02-29-2008
rf
 
Posts: n/a
Default Re: can you help me


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

>i am


starting a new thread.


Reply With Quote
  #3 (permalink)  
Old 03-01-2008
jamesgoode
 
Posts: n/a
Default Re: can you help 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.
Reply With Quote
  #4 (permalink)  
Old 03-01-2008
Jerry Stuckle
 
Posts: n/a
Default Re: can you help 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
==================

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:22 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0