Re: Whats wrong with this ?
You're missing a semi colon;
PHP Code:
<td><?php echo $row['id'] ?></td>
Please specifiy the problem though, do you get an error?
Re: Whats wrong with this ?
nvm fixed it.... i forgot to insert sum stuff...lol....my bad...
i had no errors. All it was was no inserted info into a table i was calling.
Re: Whats wrong with this ?
Quote:
Originally Posted by Dayjo
You're missing a semi colon;
PHP Code:
<td><?php echo $row['id'] ?></td>
Please specifiy the problem though, do you get an error?
That won't matter since its the only line inside of a code block
Re: Whats wrong with this ?
thats what i was trying to tell him... lol..
Its funny how a simple mistake. Can take HOURS to fix.