Hi... I swear I'm going nuts.
I have this line:
echo "<form method=\"post\"><textarea name=\"event1_headline\" cols=25 rows=1 wrap=\"virtual\">";
but i need to add $month.$day.$year. in front of the event1_headline
I'm not sure if I'm having syntax problems, or if I'm just doing something blatantly wrong but I get an error everytime, and i think I've tried every possible solution but the correct one... any help? thanks in advance!
I have this line:
echo "<form method=\"post\"><textarea name=\"event1_headline\" cols=25 rows=1 wrap=\"virtual\">";
but i need to add $month.$day.$year. in front of the event1_headline
I'm not sure if I'm having syntax problems, or if I'm just doing something blatantly wrong but I get an error everytime, and i think I've tried every possible solution but the correct one... any help? thanks in advance!