Jump to content

[SOLVED] Need New Eyes


Lamez

Recommended Posts

I cannot find the error in these lines, can you?

 

here is the error:

 

Parse error: syntax error, unexpected '[', expecting ',' or ';' in /var/www/krazypicks/user/foot/index.php on line 49

 

 

      <td colspan="2" align="center" valign="top"><?php echo f['rank_a']." ".$team_a."(".$f['rec_a'].")"; ?></td>
      <td colspan="2" align="center" valign="top"><?php echo f['rank_b']." ".$team_b."(".$f['rec_b'].")"; ?></td>

Link to comment
https://forums.phpfreaks.com/topic/136999-solved-need-new-eyes/
Share on other sites

<table width="100%" border="0">
    <tr>
      <td width="7%">Bowl Name: </td>
      <td width="47%"><?php echo $f['name']; ?>
  <?php $name = $f['name']; ?>
      <input name="name-<?php echo $num; ?>" type="hidden" id="name-<?php echo $num; ?>" value="<?php echo $name; ?>" /></td>
      <td width="7%">Point Value: </td>
      <td width="39%"><?php echo $f['pnt_val']; ?></td>
    </tr>
    <tr>
      <td colspan="2" align="center" valign="top"><img alt="<?php $team_a; ?>" src="<?php echo $img_a; ?>" border="0" /></td>
      <td colspan="2" align="center" valign="top"><img alt="<?php $team_b; ?>" src="<?php echo $img_b; ?>" border="0" /></td>
    </tr>
    <tr>
      <td colspan="2" align="center" valign="top"><?php echo f['rank_a']." ".$team_a."(".$f['rec_a'].")"; ?></td>
      <td colspan="2" align="center" valign="top"><?php echo f['rank_b']." ".$team_b."(".$f['rec_b'].")"; ?></td>
    </tr>
    <tr>
      <td colspan="2" align="center" valign="top"><input name="team-<?php echo $num; ?>" type="radio" value="<?php echo $team_a; ?>" checked /></td>
      <td colspan="2" align="center" valign="top"><input name="team-<?php echo $num; ?>" type="radio" value="<?php echo $team_b; ?>" /></td>
    </tr>
  </table>

Link to comment
https://forums.phpfreaks.com/topic/136999-solved-need-new-eyes/#findComment-715580
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.