here is my code:
=============== =============== =============== =========
<?
$ch = curl_init();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitl ed Document</title>
</head>
<body>
JUST ECHO TEXT
</body>
</html>
=============== =============== =============== ==========
WHY I M NOT GETTING ANY ECHO IN DOCUMENT BODY... WHAT IS PROBLEM WITH curl_init() function ???
please help me,
=============== =============== =============== =========
<?
$ch = curl_init();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitl ed Document</title>
</head>
<body>
JUST ECHO TEXT
</body>
</html>
=============== =============== =============== ==========
WHY I M NOT GETTING ANY ECHO IN DOCUMENT BODY... WHAT IS PROBLEM WITH curl_init() function ???
please help me,
Comment