I recently made an ajax/php script to query a database.
I had the ajax page and the request page seperate unlil I got it working but when I did merge then I came about a problem.
The problem arises at the merge in the if else statement. I have
I canneot get this to work,PHP Code:
<?php
if ($_SERVER['QUERY_STRING']){.....etc.....};
else { ?>
//start of html
<html>
<head>
....etc....
any help would be appreciated,
Thanks


Reply With Quote

Bookmarks