Dysan Posted December 16, 2007 Share Posted December 16, 2007 Can anybody give me any information, on how to build a PHP calendar, that utilizes Ajax? Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted December 16, 2007 Share Posted December 16, 2007 um.... front end design woudl be your problem, however: your AJAX woudl ask php for data, based on a timestamp value. your PHP would then query the database for things that happen + - 24 hours of that timestamp? and return then to AJAX in XML. sorry im not too good at this however i beleive thats the basics of it. gdlk Quote Link to comment Share on other sites More sharing options...
Dysan Posted December 18, 2007 Author Share Posted December 18, 2007 Why would the front end be my problem? Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted December 18, 2007 Share Posted December 18, 2007 best idea is this, You make a php script that develops the calendar "table" your primary Ajax function sends that Month/Year to that script and it returns the html table (via output) so then you say the innerHTML of that div is that table and your done. More advance things can be done beyond that, but this is the basics 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.