Hello, i am trying to make a filehost site, but i got this error:
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\upload\config.php on line 4
This is my config.php
<?
$sitename = "ChillWeb FileHost";
$siteurl = "http://chillweb.sytes.net/upload/savefile_php/
$admin25email = "chillweb@live.no";
$att_max_size = '5000';
$att_filetypes = "gif|jpg|png|zip|rar|tar|gz|jar";
$dbServer = "localhost";
$dbUser = "root";
$dbPass = "secret";
$dbName = "upload";
$requirepaid = "0"; // 1 for paid. 0 for free
$paypal_email = "chillweb@live.no";
$paypal_price = "1.50";
$paypal_subcode = "M";
$paypal_sub = "Monthly";
?>