Forum Moderators: coopster
Parse error: parse error, unexpected T_VARIABLE in /home/autosurf/public_html/lang/l1/misc.php on line 1
Here is the first part of misc.php- What do I fix?
<?php$lang = array ('rate_1-5' => 'Please choose a rating between 1 and 5 for','rate' => 'Rate','site_information' => 'Site Information','info' => 'Information','email_user' => 'E-Mail this Site Owner','vote_for_site' => 'Vote for this Site!','not_allow_email' => 'Sorry, this user does not allow users to send e-mails to them.','email_user_intro' => 'Use the below form to e-mail this site owner. Just fill in the form, and when you are ready click \'Send\'','send' => 'Send!','your_email' => 'Your E-mail','your_name' => 'Your Name','to_name' => 'To Name','to_email' => 'To E-mail','your_message' => 'Your Message','name_short' => 'The name entered is to short, please try again.','message_short' => 'The message entered is to short, please try again','from' => 'From','email_sent' => 'Your e-mail has been sent successfully!','no_comments' => 'Sorry, this site has no comments submited.','comments' => 'Comments','submit_comments' => 'Submit Comments','comments_added' => 'Your comments have been added successfully',
<?php
$lang = array (
'rate_1-5' => 'Please choose a rating between 1 and 5 for',
'rate' => 'Rate',
'site_information' => 'Site Information',
'info' => 'Information',
'email_user' => 'E-Mail this Site Owner',
'vote_for_site' => 'Vote for this Site!',
'not_allow_email' => 'Sorry, this user does not allow users to send e-mails to them.',
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting '(' in /home/autosurf/public_html/lang/l1/misc.php on line 2
<?php
$lang = array 'rate_1-5' => 'Please choose a rating between 1 and 5 for','rate' => 'Rate','site_information' => 'Site Information','info' => 'Information','email_user' => 'E-Mail this Site Owner','vote_for_site' => 'Vote for this Site!','not_allow_email' => 'Sorry, this user does not allow users to send e-mails to them.','email_user_intro' => 'Use the below form to e-mail this site owner. Just fill in the form, and when you are ready click \'Send\'','send' => 'Send!','your_email' => 'Your E-mail','your_name' => 'Your Name','to_name' => 'To Name','to_email' => 'To E-mail','your_message' => 'Your Message','name_short' => 'The name entered is to short, please try again.',
<?php
$lang = array 'rate_1-5' => 'Please choose a rating between 1 and 5 for',
'rate' => 'Rate',
'site_information' => 'Site Information',
'info' => 'Information',
'email_user' => 'E-Mail this Site Owner',
'vote_for_site' => 'Vote for this Site!',
'not_allow_email' => 'Sorry, this user does not allow users to send e-mails to them.',
'email_user_intro' => 'Use the below form to e-mail this site owner. Just fill in the form, and when you are ready click \'Send\'',
'send' => 'Send!',
'your_email' => 'Your E-mail',
'your_name' => 'Your Name',
'to_name' => 'To Name',
'to_email' => 'To E-mail',
'your_message' => 'Your Message',
'name_short' => 'The name entered is to short, please try again.',