Posted by Robin on 04/27/06 17:08
Jerry Stuckle wrote:
> First thing I think you need to do is verify your Javascript is working
> and calling the PHP properly.
Use firefox and its javascript console and dom inspector to check the
javascript. Turning on sajax_debug_mode might also help.
Also creating a dummy page with a form that calls sajax will se what PHP
is returning, e.g. (untested)
<html>
<body>
<form name='test' action='/Movies/ajax_index.php' method='post'>
<input type='text' name='rs' value='show_mysql' />
<input type='submit' value='Go' />
</form>
</body>
</html>
Robin
[Back to original message]
|