Re: PHP calling PHP?

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: PHP calling PHP?
Date: 2001-05-08 04:42:09
Message-ID: Pine.LNX.4.21.0105081440310.16933-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> > Wrong.
>
> That's helpful. Why? Example?

Thanks for the copy but I already get the message because I'm on
the email list.

~# cat test
#!/usr/local/bin/php -q
<?php
$variable_with_a_number_1_in_it = "Test";
echo "$variable_with_a_number_1_in_it\n";
?>
~# ./test
Test
~#

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Mitch Vincent 2001-05-08 05:16:40 Re: PHP calling PHP?
Previous Message Chris Smith 2001-05-08 04:34:34 Re: PHP calling PHP?