|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
the news program
I gotta say I love the news program, but when will part 3 be done? also I was wondering how would i be able to change to date to it read 18, feb, 2002 for example? also, i have tried to add a title bit to the news program, but i am very new and its just kinda cocked it up.
|
|
#2
|
|||
|
|||
|
RE: the news program
Thanks!
You can change the code that reads: date("m.d.y") to: date("j, M, Y") check out the manual page for the date() function to see all types of options on how to display the date... |
|
#3
|
|||
|
|||
|
RE: the news program
cheers, where the manual page? im a little slow
|
|
#4
|
|||
|
|||
|
RE: the news program
|
|
#5
|
|||
|
|||
|
RE: the news program
thanks for the info, but I keep getting this wierd thing happen when i put ' in the news, it comes up like don't
|
|
#6
|
|||
|
|||
|
RE: the news program
On the line that reads:
echo $pieces[2] . "<BR>" . "<b>Posted by " . $pieces[1] . " on " . $pieces[0] . "</b>n"; change it to : echo stripslashes($pieces[2]) . "<BR>" . "<b>Posted by " . $pieces[1] . " on " . $pieces[0] . "</b>n"; Let me know how that goes.... |
|
#7
|
|||
|
|||
|
RE: the news program
Yes, thankyou, that worked perfectly
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > the news program |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|