|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Script Not Working
I created this scipt from one in a book. When I run it, I get a parse error on line 105. I check my code and that is the ?> the closing php tag. Can anybody help. This script is attached to this post.
|
|
#2
|
|||
|
|||
|
you're just missing a closing brace; the end of the code should look something like:
print ("</BODY> </HTML>"); } ?> |
|
#3
|
|||
|
|||
|
As far as I can tell,
PHP Code:
PHP Code:
Hope that works for ya ![]() Cheers & Good Luck, Joe of 4Life ![]() [edit]Dang, John beat me! I guess I should have noticed that! [/edit]
__________________
Check out 4Life today! Last edited by Joe4JC : October 17th, 2002 at 02:45 PM. |
|
#4
|
|||
|
|||
|
I noticed a few things wrong with the script... I'm not sure what it is you're trying to do, but my guess is have the dates displayed for each respective month.
PHP Code:
You need to close off that IF statement. Your logic for testing the Start and Last days of the month doesn't seem right... These were the changes I made: PHP Code:
Hope that helps... Btw, I left the "$StartDate = -$MonthStart" the way you had it, and I don't seem to have any problems.
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#5
|
|||
|
|||
|
Thanks. Between all you guys. I got my script working.
THANKS AGAIN !!!! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Script Not Working |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|