If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > help with syntax error

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-19-10, 18:15
entre entre is offline
Registered User
 
Join Date: Apr 2010
Posts: 1
help with syntax error

i was editing some code and found this error:

Parse error: syntax error, unexpected T_DOUBLE_ARROW in C:\xampp\htdocs\index.php on line 138


the lines i added look like this can ANYONE find a problem on why im getting this:

// begin 123 flash chat mod
'CHAT_TOTAL_ROOMS' => $chat_info['room_numbers'], <~~~ this is line 138
'CHAT_TOTAL_CONNECTIONS' => $chat_info['connections'],
'CHAT_TOTAL_LOGON_USERS' => $chat_info['logon_users'],
'CHAT_USER_LIST' => $chat_list,
'CHAT_WIDTH' => $Room_im['chat_width'],'CHAT_HEIGHT' => $Room_im['chat_height'],
'CHAT_FULLSCREEN' => $Room_im['chat_fullscreen'],
//end 123 flash chat mod


PLEASE anyone help find wuts wrong here.


Thanks
Joe
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On