bagoes4all99
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
anyone can help to fix my problem ::
command php form lke this :
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, “http://wap.mig33.com/member2/t.php?...D&rememberName=on&action=Sign+in&cmd=login”);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_exec($ch);
curl_close($ch);
$ch = curl_init();
?>
and i go to my domain site > http://4all.elementfx.com/migbotbagoes4all.php
and get the error :
Parse error: syntax error, unexpected ':' in /home/leoni/public_html/migbotbagoes4all.php on line 3
help me to fix this problem please ....
original site http://wap.mig33.com/ coz' i want make my id always online with this cron job using x10hosting ....
thanks...
command php form lke this :
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, “http://wap.mig33.com/member2/t.php?...D&rememberName=on&action=Sign+in&cmd=login”);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_exec($ch);
curl_close($ch);
$ch = curl_init();
?>
and i go to my domain site > http://4all.elementfx.com/migbotbagoes4all.php
and get the error :
Parse error: syntax error, unexpected ':' in /home/leoni/public_html/migbotbagoes4all.php on line 3
help me to fix this problem please ....
original site http://wap.mig33.com/ coz' i want make my id always online with this cron job using x10hosting ....
thanks...