Jump to content

[SOLVED] unexpected T_STRING


big-dog1965

Recommended Posts

Why are there so many differant Parse error: syntax error, unexpected T_STRING I looked at post and it doesnt seem any apply to my problem. I get this

Parse error: syntax error, unexpected T_STRING in /homepublic_html/App/AppView/log/config.php on line 13

Line 13 is $site_url =

$dbtable = "Application;// THE NAME OF YOUR DATABASE , THIS SHOULD HAVE BEEN SET WHEN YOU INSTALLED dbuserdb.sql, SO YOU CAN LEAVE THIS

// PLEASE AMEND THE CODE BELOW WITH YOUR URL & FOLDER DETAILS

// PLEASE AMEND THE CODE BELOW WITH YOUR URL & FOLDER DETAILS

$site_url = "http://www.wichita.com"; // CHANGE THIS TO YOUR OWN WEBSITE URL Ie.(http://www.mysite.com)
$site_folder = "ClanApp\ClanAppView\login\index.php";
$sendersName = "Wichita"; // 

 

Link to comment
https://forums.phpfreaks.com/topic/146060-solved-unexpected-t_string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.