waq2062 Posted December 11, 2008 Share Posted December 11, 2008 Is it possible to send and load data from PHP without refreshing page and without using technologies like Javascript or Flash. I know we can do it with AJAX but i guess it requires javascript Thanks Waqar Link to comment https://forums.phpfreaks.com/topic/136532-transferring-data-without-refreshing/ Share on other sites More sharing options...
trq Posted December 11, 2008 Share Posted December 11, 2008 Is it possible to send and load data from PHP without refreshing page No. PHP runs on the server therefore a new request needs to be made. Wether that is done in the background using Javascript or not doesn't matter. Link to comment https://forums.phpfreaks.com/topic/136532-transferring-data-without-refreshing/#findComment-712685 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.