Date: 08/31/01
- Next message: Jason Bell: "Re: [PHP] help again"
- Previous message: EDUMEXICO: "Re: [PHP] PHP with Access?"
- Maybe in reply to: Nikola Veber: "[PHP] help again"
- Next in thread: Jason Bell: "Re: [PHP] help again"
- Reply: Jason Bell: "Re: [PHP] help again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The code of your's print's the following :
$beer's taste is great";?>
I'm not sure if there could be a problen in configuring PHP, since the only thing
I have done was making html page
containing this code.
8/31/01 6:42:02 PM, "Andrey Hristov" <ahristov <email protected>> wrote:
><html>
><head>
><title>PHP Test</title>
></head>
><body>
><?php
>$beer = 'Heineken';
>echo "<h1>$beer's taste is great</h1>";
>?>
></body>
></html>
>
>Andrey Hristov
>IcyGEN Corporation
>http://www.icygen.com
>BALANCED SOLUTIONS
>
>
>----- Original Message -----
>From: "Nikola Veber" <veber <email protected>>
>To: "php forum" <php-general <email protected>>
>Sent: Friday, August 31, 2001 7:38 PM
>Subject: [PHP] help again
>
>
>> I am having big troubles here. I wrote this code just as it said in the manual,
and
>> it prints
>> "{$beer}'s taste is great";?>
>>
>> <html>
>> <head>
>> <title>PHP Test</title>
>> </head>
>> <body>
>> <?php
>> $beer = 'Heineken';
>> echo <h1>"{$beer}'s taste is great"</h1>;
>> ?>
>> </body>
>> </html>
>>
>> and if I don't put string into <h1> it prints nothing !
>>
>> I'm kind of confused right now ...
>>
>> (win98, opera 5.12, php installed with installShield)
>>
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>> For additional commands, e-mail: php-general-help <email protected>
>> To contact the list administrators, e-mail: php-list-admin <email protected>
>>
>>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jason Bell: "Re: [PHP] help again"
- Previous message: EDUMEXICO: "Re: [PHP] PHP with Access?"
- Maybe in reply to: Nikola Veber: "[PHP] help again"
- Next in thread: Jason Bell: "Re: [PHP] help again"
- Reply: Jason Bell: "Re: [PHP] help again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

