chris-newman Posted October 2, 2006 Share Posted October 2, 2006 Building an internet based database containing electoral roll info. [b] Particulars[/b]: Database mySQL, PHP4 on server, HTML and CSS on client. The question relates to displaying user messages. Validating input done by the usual JS which checks if all fields are empty and if so switches CSS properties to display a message. Know it is possible to populate refresh content on webpage remotely using AJAX though granted this requires the click of a button.Want to use same mechanism to inform user if search unsuccessful without having to load a different page or reload the same one. Need to pass the field values to the server to complete the query using GET or post but could also use AJAX. Won't know if search fails until I test the number of rows returns from SQL query. Is it possible to invoke a javascript function over AJAX from within a PHP script? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 2, 2006 Share Posted October 2, 2006 AJAX questions belong in the AJAX forum ;) Quote Link to comment Share on other sites More sharing options...
ober Posted October 2, 2006 Share Posted October 2, 2006 I think your wording is a little off. You want to invoke a PHP script using Javascript, not the other way around.If you have something started, post it up... otherwise read up on the tutorials on www.ajaxfreaks.com and let us know when you hit a roadbump! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.