[PHP-DOC] Hello world in PHP

2010-04-30 Thread Robert P. J. Day
probably about to embarrass myself but i'm looking at the PHP manual page Your first PHP-enabled page, which suggests this as an initial PHP program: html head titlePHP Test/title /head body ?php echo 'pHello World/p'; ? /body /html but if i enter, then browse to that page, i get

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Philip Olson
On Apr 30, 2010, at 7:35 AM, Robert P. J. Day wrote: probably about to embarrass myself but i'm looking at the PHP manual page Your first PHP-enabled page, which suggests this as an initial PHP program: html head titlePHP Test/title /head body ?php echo 'pHello World/p'; ? /body

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Rasmus Lerdorf
On 4/30/10 7:35 AM, Robert P. J. Day wrote: probably about to embarrass myself but i'm looking at the PHP manual page Your first PHP-enabled page, which suggests this as an initial PHP program: html head titlePHP Test/title /head body ?php echo 'pHello World/p'; ? /body /html but if i

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Robert P. J. Day
Quoting Philip Olson phi...@roshambo.org: On Apr 30, 2010, at 7:35 AM, Robert P. J. Day wrote: probably about to embarrass myself but i'm looking at the PHP manual page Your first PHP-enabled page, which suggests this as an initial PHP program: html head titlePHP Test/title /head

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Daniel Brown
On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day rpj...@crashcourse.ca wrote:  first part was cut and paste error, argh.  and, yes, i embarrassed myself as i was ssh'ed into the wrong test box which didn't even have the PHP package installed.  and that, people, is the danger of drinking decaf.

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Robert P. J. Day
Quoting Daniel Brown danbr...@php.net: On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day rpj...@crashcourse.ca wrote:  first part was cut and paste error, argh.  and, yes, i embarrassed myself as i was ssh'ed into the wrong test box which didn't even have the PHP package installed.  and that,

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Robert P. J. Day
Quoting Robert P. J. Day rpj...@crashcourse.ca: Quoting Daniel Brown danbr...@php.net: On Fri, Apr 30, 2010 at 10:47, Robert P. J. Day rpj...@crashcourse.ca wrote:  first part was cut and paste error, argh.  and, yes, i embarrassed myself as i was ssh'ed into the wrong test box which

Re: [PHP-DOC] Hello world in PHP

2010-04-30 Thread Christopher Jones
On 04/30/2010 09:00 AM, Robert P. J. Day wrote: hmmm ... apparently, it's not as simple as i thought. i'm on a test, fresh install of fedora 13 beta, i've installed apache 2 and started it, i've done a # yum install php and i can see: # rpm -qa *php* php-5.3.2-1.fc13.x86_64

Re: [PHP-DOC] listing inherited properties

2010-04-30 Thread Philip Olson
On Apr 29, 2010, at 6:04 AM, Daniel Convissor wrote: Hi Hannes: On Thu, Apr 29, 2010 at 10:49:34AM +0200, Hannes Magnusson wrote: I didn't even realize that built-in classes had private properties/methods. Seems utterly useless to tell the end-user that. You're right. They shouldn't