Jonojamesmac Posted April 11, 2008 Posted April 11, 2008 I've got a problem i've just realised where the server i'm running the online store on does not have Ajax installed. Does anyone know how i install ajax on Fedora Core 6 server? Any help is appreciated. Many thanks
Guest Posted April 11, 2008 Posted April 11, 2008 AJAX is a browser technology independent of web server software. Havew a look here http://www.w3schools.com/ajax/ajax_intro.asp
Jonojamesmac Posted April 11, 2008 Author Posted April 11, 2008 AJAX is a browser technology independent of web server software. Havew a look here http://www.w3schools.com/ajax/ajax_intro.asp I think the files are to be installed on my server and i don't know which ones and where to get them from. I'm running a VPS with 1and1 on Fedora Core 6. Any help is greatly appreciated.
arietis Posted April 11, 2008 Posted April 11, 2008 I think the files are to be installed on my server and i don't know which ones and where to get them from. I'm running a VPS with 1and1 on Fedora Core 6. Any help is greatly appreciated. as brian was saying, ajax runs in your browser. there are no special files to be installed on your server. the browser will make requests to the server, and the pages that it makes requests to need to be present - but that's all. it's not like mysql which requires the database code to be installed on the server. what is it that you're trying to set up and what is the behavior you are seeing?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.