RE: [PHP] guide me please

2009-06-30 Thread Suresh Gupta VG
Hi All,
 
Should I need to install php5.X version. If so, can you please give me the link 
where I can get the source for AIX and install over php4.X. 
 
Secondly, I used a simple code as below to get the output, but now, it gives 
blank page.
html
 head
  titlePHP Test/title
 /head
 body
 ?php echo 'pHello World/p'; ? 
 /body
/html 
 
 
pls advice.
 
With thanks and Regards, 
Suresh.G
Zensar Technologies Ltd. 
Cell - +91 9890898688



From: Yuri Yarlei [mailto:gargari...@hotmail.com]
Sent: Mon 6/29/2009 9:39 PM
To: Suresh Gupta VG; php-general@lists.php.net
Subject: RE: [PHP] guide me please


Hi,

My suggestion is you install a better version of PHP or use other type of php 
server, you will use oracle db?  If is not necessary, you should use mysql or 
postgresql for learn php.
But this error maybe happen because you are using '?' '?' for php tags, 
if you use '?php'  '?'  maybe this error will go away

Yuri Yarlei.
Programmer PHP, CSS, Java, PostregreSQL;
Today PHP, tomorrow Java, after the world.
Kyou wa PHP, ashita wa Java, sono ato sekai desu.



 Date: Mon, 29 Jun 2009 15:10:22 +0530
 From: sures...@zensar.com
 To: php-general@lists.php.net
 Subject: [PHP] guide me please
 
 Hi List,
 
 I am newb to this PHP. I am using AIX Version 5.3 OS and PHP version 
 4.3.9 by default version and Oracle Application Server 10g Release 2. 
 Configured properly and I am getting the phpinfo.php on browser properly. But 
 when I write my own code for php, it is just displaying the code but it is 
 not running the php code.
 
 Is there any mistake in configuring the apache or else where? pls guide me. 
 
 With thanks and Regards, 
 Suresh.G
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 




Conheça os novos produtos Windows Live. Clique aqui! 
http://www.windowslive.com.br/  

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] guide me please

2009-06-29 Thread András Csányi
2009/6/29 Suresh Gupta VG sures...@zensar.com:
 Hi List,

 I am newb to this PHP. I am using AIX Version 5.3 OS and PHP version 
 4.3.9 by default version and Oracle Application Server 10g Release 2. 
 Configured properly and I am getting the phpinfo.php on browser properly. But 
 when I write my own code for php, it is just displaying the code but it is 
 not running the php code.

 Is there any mistake in configuring the apache or else where? pls guide me.

If Oracle Application Server 10g Release 2 able to run php scripts
this is a configuration error. I suggest search in the server
documentation or in google how can handle Oracle AppServer php.
If doesn't able to handle php choose another server for example apache.

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  Bízzál Istenben és tartsd szárazon a puskaport!.-- Cromwell

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] guide me please

2009-06-29 Thread Yuri Yarlei

Hi,

My suggestion is you install a better version of PHP or use other type of php 
server, you will use oracle db?  If is not necessary, you should use mysql or 
postgresql for learn php.
But this error maybe happen because you are using '?' '?' for php tags, 
if you use '?php'  '?'  maybe this error will go away

Yuri Yarlei.
Programmer PHP, CSS, Java, PostregreSQL;
Today PHP, tomorrow Java, after the world.
Kyou wa PHP, ashita wa Java, sono ato sekai desu.



 Date: Mon, 29 Jun 2009 15:10:22 +0530
 From: sures...@zensar.com
 To: php-general@lists.php.net
 Subject: [PHP] guide me please
 
 Hi List,
  
 I am newb to this PHP. I am using AIX Version 5.3 OS and PHP version 
 4.3.9 by default version and Oracle Application Server 10g Release 2. 
 Configured properly and I am getting the phpinfo.php on browser properly. But 
 when I write my own code for php, it is just displaying the code but it is 
 not running the php code.
  
 Is there any mistake in configuring the apache or else where? pls guide me. 
  
 With thanks and Regards, 
 Suresh.G
  
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

_
Descubra todas as novidades do novo Internet Explorer 8
http://brasil.microsoft.com.br/IE8/mergulhe/?utm_source=MSN%3BHotmailutm_medium=Taglineutm_campaign=IE8

Re: [PHP] guide me please

2009-06-29 Thread Michael A. Peters

Suresh Gupta VG wrote:

Hi List,
 
I am newb to this PHP. I am using AIX Version 5.3 OS and PHP version 4.3.9 by default version and Oracle Application Server 10g Release 2. Configured properly and I am getting the phpinfo.php on browser properly. But when I write my own code for php, it is just displaying the code but it is not running the php code.
 
Is there any mistake in configuring the apache or else where? pls guide me. 
 
With thanks and Regards, 
Suresh.G
 



What web server does Oracle use as part of their application server?
It may simply be a matter of the php module not being loaded when the 
web server starts.


But, as others have stated, you probably want to install a much fresher 
version of php, for a large number reasons.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php