chris-newman Posted October 3, 2006 Share Posted October 3, 2006 Building an internet based database containing electoral roll info. Particulars: 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? Link to comment https://forums.phpfreaks.com/topic/22914-invoking-javascript-over-ajax-from-within-a-php-script-is-it-possible/ Share on other sites More sharing options...
ober Posted October 3, 2006 Share Posted October 3, 2006 ....... The thread right under this one is the SAME QUESTION. Thread closed. Link to comment https://forums.phpfreaks.com/topic/22914-invoking-javascript-over-ajax-from-within-a-php-script-is-it-possible/#findComment-103356 Share on other sites More sharing options...
Recommended Posts