PDA

View Full Version : Newbie PHP question


brentk
05-03-2004, 07:26 PM
I am using a Mysql database and running version 5.3, but I have 2 problems.

1.) when I run demo.php, I get the error as shown.

http://www.binckleyracing.com/escal/demo.php

2.) When I try to insert the calendar into an existing webpage, I get this -

http://www.binckleyracing.com/calendar.php

I know the first prob is most likely a script line prob, but the second problem is me not having a clue as to how to configure the calendar as a functional php page.
Is there a link to show me how to get the calendar to function properly in my page instead of just being simple text ?
Any advice for the php rookie?

Thanks, brent

Brian
05-03-2004, 07:36 PM
Please see this post for the answer to #1:

http://www.easilysimplecalendar.com/forums/showpost.php?p=3018&postcount=8

And for #2, it looks like you have two style-sheets plus and additional style in the page. Can you make sure the calendar style is included last?

brentk
05-03-2004, 08:56 PM
Thanks Brian. Got it.
One more newbie question....
How do I get the calendar page to show the listing module with details of each event below the monthly view?


Please see this post for the answer to #1:

http://www.easilysimplecalendar.com/forums/showpost.php?p=3018&postcount=8

And for #2, it looks like you have two style-sheets plus and additional style in the page. Can you make sure the calendar style is included last?

Brian
05-03-2004, 09:27 PM
We you able to try the instructions about the module included in the distribution?

brentk
05-03-2004, 09:47 PM
Would help if I read that far ahead huh. Thanks.




We you able to try the instructions about the module included in the distribution?

Brian
05-03-2004, 09:50 PM
:D :D :D

I see you got it going!

brentk
05-03-2004, 09:52 PM
Yes, but now the mouseovers won't work on the calendar. I must have messed up something in the code. Fix one thing, break another. :):D :D :D

I see you got it going!

Brian
05-03-2004, 09:55 PM
I don't see the overLIB code in your page. Did you include it in your code? See the IMPORTANT section in the instructions.

brentk
05-04-2004, 11:30 AM
Ah, I thought the overLIB option was not necessary when using Mysql. I'll add it to the code. Thanks.
I don't see the overLIB code in your page. Did you include it in your code? See the IMPORTANT section in the instructions.

Brian
05-04-2004, 12:34 PM
All of the code is required no matter which type of database you use. ;)