 |
|
|
// InsertSubscriptionForm() ?>
include("subscr.php")?>
|
|
|

 |
|
// DisplayAnswers() ?>
function EscapeForJavaScript($s)
{
return str_replace("\r", ' ', str_replace("\n", ' ', str_replace('"', '"', str_replace('\'', '\\\'', str_replace('\\', '\\\\', $s)))));
}
$db->sql_query("SELECT * FROM `faq` ORDER BY position");
$faq=$db->fetched_array();
$str = "";
for($i=0;$i var answers; answers = new Array(".$str.");";
?>
|
 |
|
|
|
|