On Tuesday, September 2, 2003, at 02:06 AM, Viraj Kalinga Abayarathna wrote:

Seth,

 <?php
 if ($thisVar) {
         if ($myVar) {
                 lots;
                 of;
                 php;
         } else {
                 // End of PHP content
                                ?>
                                 <lots>
                 <of>
                 <html>
                                 <?php
                         // End of HTML content
         }
 }
 ?>


Aaahhhh ok. I was confused with the semi colon and colon used in the last example. This clears it all up. Thanks.


Seth Willits
------------------------------------------------------------------------ ---
President and Head Developer of Freak Software - http://www.freaksw.com
Q&A Columnist for REALbasic Developer Magazine - http://www.rbdeveloper.com
Webmaster for REALbasic Game Central - http://www.freaksw.com/rbgames


"Dreams are what reality is made of."
-- Seth Willits
------------------------------------------------------------------------ ---


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to