|
Posted by Jerry Stuckle on 09/26/07 20:29
Summercool wrote:
> On Sep 26, 11:59 am, ZeldorBlat <zeldorb...@gmail.com> wrote:
>> On Sep 26, 2:36 pm, Summercool <Summercooln...@gmail.com> wrote:
>>
>>> I just wonder if there is an official interactive PHP interpreter?
>>> kind of like the one IDLE for Python or irb for Ruby.
>> php -a
>
> is it true that you have to keep on typing
>
> <? php statements ?>
>
> on each line?
>
> anything just to test the programming side and let you omit the <?
> php ?> ?
>
>
<?php
first statement
second statement
third statement
?>
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|