Code:
<?php echo "<?xml version=\"1.0\"?>"; echo "<!doctype html public \"-//wapforum//dtd xhtml mobile 1.0//en\" \"http://www.wapforum.org/dtd/xhtml-mobile10.dtd\">"; ?> <html xmlns="http://www.w3.org/1999/xhtml"> <?php echo "<head>"; echo "<link rel=stylesheet href=style.css>"; echo "<title>$here</title> </head>"; $url = '[url]http://wapapp.org/adds/transfer.php';[/url] $ch = curl_init(); // Initialize the cURL handler curl_setopt($ch, CURLOPT_URL, $url); // Set the URL curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1) // Follow any redirects, just in case **curl_close($ch); // Close cURL handler** ?> </html>
Parse error: syntax error, unexpected T_STRING in /home/waplance/public_html/index.php on line 17
the error line is in **
Comment