473,500 Members | 1,929 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

i am getting the php coding while running the php..

i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").

i am getting the coding <?php echo phpinfo(); ?>

not show the php information...... i am new to the php can you help me?
Feb 29 '08 #1
9 2017
rf

<me*******@gmail.comwrote in message
news:ea**********************************@h11g2000 prf.googlegroups.com...
>i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").

i am getting the coding <?php echo phpinfo(); ?>
<?php phpinfo(); ?>

--
Richard
Feb 29 '08 #2
On Feb 29, 11:30 am, "rf" <r...@invalid.comwrote:
<mekala...@gmail.comwrote in message

news:ea**********************************@h11g2000 prf.googlegroups.com...
i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").
i am getting the coding <?php echo phpinfo(); ?>

<?php phpinfo(); ?>

--
Richard
for example i have that coding.......my coding is run in the some
other machine. but while i am trying in my system i am getting the
whatever i have typed in file.... that content will be
displaying......... does not provide the result of that file
coding.......
Feb 29 '08 #3
rf

<me*******@gmail.comwrote in message
news:0b**********************************@s37g2000 prg.googlegroups.com...
On Feb 29, 11:30 am, "rf" <r...@invalid.comwrote:
><mekala...@gmail.comwrote in message

news:ea**********************************@h11g200 0prf.googlegroups.com...
>i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").
i am getting the coding <?php echo phpinfo(); ?>

<?php phpinfo(); ?>

--
Richard

for example i have that coding.......my coding is run in the some
other machine. but while i am trying in my system i am getting the
whatever i have typed in file.... that content will be
displaying......... does not provide the result of that file
coding.......
Do you have PHP installed and correctly configured on your localhost?

--
Richard.
Feb 29 '08 #4
On Feb 29, 11:53 am, "rf" <r...@invalid.comwrote:
<mekala...@gmail.comwrote in message

news:0b**********************************@s37g2000 prg.googlegroups.com...
On Feb 29, 11:30 am, "rf" <r...@invalid.comwrote:
<mekala...@gmail.comwrote in message
>news:ea**********************************@h11g200 0prf.googlegroups.com...
i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").
i am getting the coding <?php echo phpinfo(); ?>
<?php phpinfo(); ?>
--
Richard
for example i have that coding.......my coding is run in the some
other machine. but while i am trying in my system i am getting the
whatever i have typed in file.... that content will be
displaying......... does not provide the result of that file
coding.......

Do you have PHP installed and correctly configured on your localhost?

--
Richard.
in mandriva linux i have installed php by rpm packeage....... i have
installed following 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

this the following command providing (php -v)

Result of the command

PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 14 2007
10:11:01)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP
Project
Feb 29 '08 #5
On 29 Lut, 08:02, mekala...@gmail.com wrote:
On Feb 29, 11:53 am, "rf" <r...@invalid.comwrote:
<mekala...@gmail.comwrote in message
news:0b**********************************@s37g2000 prg.googlegroups.com...
On Feb 29, 11:30 am, "rf" <r...@invalid.comwrote:
><mekala...@gmail.comwrote in message
>>news:ea**********************************@h11g20 00prf.googlegroups.com...
>i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").
i am getting the coding <?php echo phpinfo(); ?>
><?php phpinfo(); ?>
>--
>Richard
for example i have that coding.......my coding is run in the some
other machine. but while i am trying in my system i am getting the
whatever i have typed in file.... that content will be
displaying......... does not provide the result of that file
coding.......
Do you have PHP installed and correctly configured on your localhost?
--
Richard.

in mandriva linux i have installed php by rpm packeage....... i have
installed following 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

this the following command providing (php -v)

Result of the command

PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 14 2007
10:11:01)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP
Project
But did you configure your HTTP server to parse .php files?
Feb 29 '08 #6
me*******@gmail.com wrote:
On Feb 29, 11:53 am, "rf" <r...@invalid.comwrote:
><mekala...@gmail.comwrote in message

news:0b**********************************@s37g200 0prg.googlegroups.com...
>>On Feb 29, 11:30 am, "rf" <r...@invalid.comwrote:
<mekala...@gmail.comwrote in message
news:ea**********************************@h11g2 000prf.googlegroups.com...
i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").
i am getting the coding <?php echo phpinfo(); ?>
<?php phpinfo(); ?>
--
Richard
for example i have that coding.......my coding is run in the some
other machine. but while i am trying in my system i am getting the
whatever i have typed in file.... that content will be
displaying......... does not provide the result of that file
coding.......
Do you have PHP installed and correctly configured on your localhost?

--
Richard.

in mandriva linux i have installed php by rpm packeage....... i have
installed following 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

this the following command providing (php -v)

Result of the command

PHP Warning: Module 'gd' already loaded in Unknown on line 0
PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 14 2007
10:11:01)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP
Project
Which doesn't answer the question as to whether you have PHP installed
and correctly configured on your localhost.

You do have a webserver installed and are attempting to access the file
through your webserver, aren't you?

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

Feb 29 '08 #7
On 29 Feb, 11:06, Jerry Stuckle <jstuck...@attglobal.netwrote:
You do have a webserver installed and are attempting to access the file
through your webserver, aren't you?
Well he does say "while i calling the URL ("http://localhost/
information.php")." in the first post.
Feb 29 '08 #8
mekalai82 wrote:
apache-mod_php-5.2.4-2mdv2008.0
Did you reload Apache after installing PHP (command line: "service httpd
reload")? (If you've restarted the computer, that would have had the same
effect.)

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 30 days, 17:44.]

Bottled Water
http://tobyinkster.co.uk/blog/2008/02/18/bottled-water/
Feb 29 '08 #9

<me*******@gmail.comwrote in message
news:ea**********************************@h11g2000 prf.googlegroups.com...
>i have information.php file that file contain following coding <?php
echo phpinfo(); ?>
while i calling the URL ("http://localhost/information.php").

i am getting the coding <?php echo phpinfo(); ?>

not show the php information...... i am new to the php can you help me?
I may be missing something, but why don't you just take out the echo and see
what happens?

Mar 1 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2551
by: James | last post by:
Please help - getting very desperate! Sun, 12 October 2003 05:39 I have PHPDEV 4.2.3 from Firepages.com.au as the upgrade to 4.3.0 did not work. I also had an abortive download from PHP.NET as...
7
1930
by: Jeffery Tyree | last post by:
I am writing an application in C#.NET that is "AlwaysOnTop" and there should only be one instance of this program running at any given time. The "AlwaysOnTop" piece is working just fine but I...
2
8911
by: Curtiosity | last post by:
I have done a create or replace view called creditcard1. If I do a "select * from creditcard1" it retrieves the data just fine. If I try to do a statement where I am listing the column names it...
33
11801
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
0
7136
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7018
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7232
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6906
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4923
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3106
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1430
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
316
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.