PHP MYSQL Event Calender Tutorial Last Part 2
Loading...
1,215
Loading...
Uploader Comments (unknownghost03)
see all
All Comments (25)
-
@just121591 Hmm, it is best if you complete it... From what i see, the code is not complete and the is some modification... I have pm you the code which can help you fix the current code...
-
@unknownghost03 i forgot to tell you.. that stopped at 6_2 of your tutorial... because im trying to fix the calendar.. but i did my best to debug it.. but i failed.. again thanks for your respond... :D
-
@unknownghost03 hi i already sent it in your email.. thanks for your kindness :D
-
@just121591 It is best to send your source code to my email, unknownghost03@gmail.com, so that I can debug it easier... =)
Loading...
thanxx man...this tutorial helped me tons
reventon12 6 months ago 2
@reventon12 Glad to help... =)
unknownghost03 6 months ago
@unknownghost03
hi,can i have the full source code of the calendar??
im having a trouble when a choose a date to put an event..
the day that is popping on the database in the eventDate row is the present day not the day that i choose..reply asap and thanks..=) here's my email add..kevinflash_11@yahoo.com
marksyoojin 5 months ago
@marksyoojin
Hi, you can get the source code at unknownghost03.blogspot.com
why is the database record present date not the chosen date?
Ans :
if you see the SQL insert statement, the db date input is "NOW()" or "now()"... this will record the present date...
so what you need to do is declare a string variable of the chosen date in mm/dd/yyyy format (eg. $chosendate = "09/26/2011")... then change the "NOW()" to "$chosendate"...
my email : unknownghost03@gmail.com
unknownghost03 5 months ago
hi.. after i change the content on the eventform.. it did set the date that i want! thanks for your kindess i appreciate it..
just121591 11 months ago
@just121591 np... =)
unknownghost03 11 months ago