Dave3765 Posted October 23, 2007 Share Posted October 23, 2007 I need to (if it's possible) use AJAX to run a php include command to include a file that contains more php, amongst other things. Can AJAX be used in this way? For background info see my previous thread: http://www.phpfreaks.com/forums/index.php/topic,164798.0.html Thanks, Dave Link to comment https://forums.phpfreaks.com/topic/74486-using-ajax-to-excecute-a-php-include-function-possible/ Share on other sites More sharing options...
mainewoods Posted October 26, 2007 Share Posted October 26, 2007 ajax can only run php by calling a php file on the server through ajax. that php file can do anything php can normally do. Link to comment https://forums.phpfreaks.com/topic/74486-using-ajax-to-excecute-a-php-include-function-possible/#findComment-378351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.