Parse Error --- I can't find it

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Parse Error --- I can't find it

Post by tecktalkcm0391 »

I keep getting:
Parse error: syntax error, unexpected '}' in /home/cmmvideo/public_html/myvirtuallife.com/_intranet/_cron jobs/Security Codes.php on line 69
and I can't seem to figure out whats wrong. Can someone help?

Thanks:

Code: Select all

<?php
//REMOVED
?>
Last edited by tecktalkcm0391 on Mon Jul 10, 2006 12:25 pm, edited 2 times in total.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

its here:

Code: Select all

$display = mysql_query("SELECT * FROM codes WHERE Type='{$type}' ORDER BY ID desc LIMIT 1");} // <--- excessive brace
Post Reply