Date: 07/13/00
- Next message: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Previous message: Derick Rethans: "[PHP-DB] MySQL / subselects -> it works"
- Next in thread: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Maybe reply: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I am just fighting with quotes problem.
I know a solution for it, but is this easiest way how to do that?
<?php
$tag=5555;
echo '<TD bgcolor="#56a4d8"><FONT size=1><INPUT maxLength=5 name=tag
disabled value="';
echo "$tag";
echo '" style="HEIGHT: 22px; WIDTH: 89px"></FONT></TD>';
?>
It works (it print a field with 5555), but I have to cut the line to three
lines in PHP... is there any other way how I can work with '," etc.?
thanks
Vojtech
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Previous message: Derick Rethans: "[PHP-DB] MySQL / subselects -> it works"
- Next in thread: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Maybe reply: Zylski Marcin: "RE: [PHP-DB] Could be this less complicated?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

