Calendar Help
Posted: Fri May 08, 2009 3:37 pm
Hey,
I am trying to make a calendar and was going off of this, http://www.evolt.org/quick_calendar_using_ajax_and_php
Right now, I have the calendar being displayed properly for the month, what I am having problems with is understanding the AJAX part. I am not sure where I am supposed to include it or anything like that. I am still learning PHP and wanted to hand code my own calendar which is why I am not downloading his full source code. If you need me to post up my PHP script I will do that for you.
Also I created it in a class and have been confused by using the $this-> variable. From what I have learned just from debugging, is it seems its needed in any of the functions if you are trying to access a variable that you declared in the beginnig or if you want to use a function in the class inside another function. Could someone please help me understand the concept a little more?
Last question is I have WAMP installed and when I try to access phpMyAdmin I keep getting HTTP 403 Forbidden Error. Any clue on how to fix that?
Thanks for the help!
I am trying to make a calendar and was going off of this, http://www.evolt.org/quick_calendar_using_ajax_and_php
Right now, I have the calendar being displayed properly for the month, what I am having problems with is understanding the AJAX part. I am not sure where I am supposed to include it or anything like that. I am still learning PHP and wanted to hand code my own calendar which is why I am not downloading his full source code. If you need me to post up my PHP script I will do that for you.
Also I created it in a class and have been confused by using the $this-> variable. From what I have learned just from debugging, is it seems its needed in any of the functions if you are trying to access a variable that you declared in the beginnig or if you want to use a function in the class inside another function. Could someone please help me understand the concept a little more?
Last question is I have WAMP installed and when I try to access phpMyAdmin I keep getting HTTP 403 Forbidden Error. Any clue on how to fix that?
Thanks for the help!