|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
REQUEST: Tutorial
I want to know how to make a BLOG usig PHP and MY SQL. So Im requestion for a TUTORIAL on how to make your OWN BLOG. Thanks!
|
|
#2
|
|||
|
|||
|
RE: REQUEST: Tutorial
http://codewalkers.com/tutorials/19/1.html
|
|
#3
|
|||
|
|||
|
RE: REQUEST: Tutorial
Thanks but I want to know how you can archive your posts into months and years like --- a blog.
|
|
#4
|
|||
|
|||
|
RE: REQUEST: Tutorial
for an archive, all you would need to use is a little SQL, SELECT * FROM news WHERE postdate = ?year? / ?date? / ?month?
|
|
#5
|
|||
|
|||
|
RE: REQUEST: Tutorial
How will I do if I want to list the months available in my posts like:
December 2005 November 2005 October 2005 and then if you click the month the posts that are posted in that month will be shown? What is the code to list the months available? Dont worry for the link I know how to do it. I just want to know how to list the months. |
|
#6
|
||||
|
||||
|
RE: REQUEST: Tutorial
easiest way I can think of is select max and min date - then loop through making the links.
|
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > REQUEST: Tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|