<[EMAIL PROTECTED]>
Bill Pilgrim:
> If php and html are to be included in the same document, does the
> document extension always have to be .php ?
No, but /why/ do you want to change it?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Christian Ista wrote:
Look the code below. Is it an obligation to multiply the number of .
There is no other way ? not possible to use only an open php tag () ?
Sure, instead of using use echo or print.
switch($constant_lastupdate[$i][3]){
case '1' :
echo "";
break;
And so on ...
Jean-C
If you want separate the code for the design, maybe u want use Smarty. The
other is put all in just on , and use the echo or printf sentences.
EF.
"Christian Ista" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Hello,
>
> Look the code below. Is it an obligation to multiply
3 matches
Mail list logo