Re: PHP calling PHP? - Mailing list pgsql-php

From Grant
Subject Re: PHP calling PHP?
Date
Msg-id Pine.LNX.4.21.0105081440310.16933-100000@webster.conprojan.com.au
Whole thread Raw
In response to Re: PHP calling PHP?  (Chris Smith <csmith@squiz.net>)
List 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
~#


pgsql-php by date:

Previous
From: Chris Smith
Date:
Subject: Re: PHP calling PHP?
Next
From: "Mitch Vincent"
Date:
Subject: Re: PHP calling PHP?