Re: PHP calling PHP?

Поиск
Список
Период
Сортировка
От Grant
Тема Re: PHP calling PHP?
Дата
Msg-id Pine.LNX.4.21.0105081440310.16933-100000@webster.conprojan.com.au
обсуждение исходный текст
Ответ на Re: PHP calling PHP?  (Chris Smith <csmith@squiz.net>)
Список 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 по дате отправления:

Предыдущее
От: Chris Smith
Дата:
Сообщение: Re: PHP calling PHP?
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: PHP calling PHP?