Jump to content

[SOLVED] Confused???


le007

Recommended Posts

HERE;
if ($type == "true" {
echo "";
} else {
echo "<td align='left'>
<font size=2 face='arial' color='#230045'><b>Number</b></font>
</td>
<td align='left'>
<select name="number">";
include("sel/num.inc.php");
echo "</select></td>";
ECHO <<<HERE

 

Not working? Have I written this code correctly?

Thanks,

Leo

Link to comment
https://forums.phpfreaks.com/topic/73535-solved-confused/
Share on other sites

Tried that... then I tried this (entire script)

 

HERE;
if ($type == "true" || $type == "yes"){
echo "";
} else {
echo "<td align='left'>";
echo "<font size=2 face='arial' color='#230045'><b>Number</b></font>";
echo "</td>";
echo "<td align='left'>";
echo "<select name='number'>";
include("sel/num.inc.php");
echo "</select></td>";
ECHO <<<HERE

Link to comment
https://forums.phpfreaks.com/topic/73535-solved-confused/#findComment-371019
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.