Calendar Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Spark_Plug
Forum Newbie
Posts: 1
Joined: Fri May 08, 2009 3:35 pm

Calendar Help

Post by Spark_Plug »

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!
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Calendar Help

Post by akuji36 »

here is a video tutorial for creating a php video here WITHOUT ajax:

http://www.webstockbox.com/php/creating ... -tutorial/


Try Xampp --Haven't experienced any errors in setup or applications.

I have always used xampp...

It contains Apache web server, php, mysql , and myphpadmin.

easy to install find it here:

http://www.apachefriends.org/en/xampp.html
Post Reply