Forums | Chat | News | Contact Us | Register | PSU Social |
PSU: Can we login yet?
Forums | Chat | News | Contact Us | Register | PSU Social |
Home | Forum | Chat | Wiki | Social | AGN | PS2 Stats |
|
|
|
Thread Tools | Search this Thread | Display Modes |
2013-03-24, 02:36 AM | [Ignore Me] #1 | ||
Private
|
hey all I am curious what is the best way to validate data is present before outputting errors / empty data :| Every time I try to display 666 it breaks my table @_@ all the data is using a isset function any ideas? thanks!
atm I am just using Code:
if (isset($row['name']['first']) && isset($row['character_id'])) { $character_id = $row["character_id"]; $game_name = $row["name"]["first"]; echo "<td>{$character_id}'>{$game_name}</a></td>"; } |
||
|
|
Bookmarks |
|
|