|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
PHP - html help plz...
Hello and thx in advance for any help offered
My friend is starting a html site but would like to incorporate a news system like you find on php nuke...... He would like a system where people can submit news and he can update the news page easily , like in phpnuke.... Is this possible ? and if so can anyone point me in the right direction ? Thx again for the help or advice you leave |
|
#2
|
|||
|
|||
|
RE: PHP - html help plz...
Check out the following two tutorials:
http://codewalkers.com/tutorials/5/1.html http://codewalkers.com/tutorials/7/1.html |
|
#3
|
|||
|
|||
|
RE: PHP - html help plz...
those in phpnuke have comments and so on but a simple one can be made by just inserting the data into a simple database (fields: id, author, subject, content, date, and maybe an icon or something). Thats a simple one like the one i made for my website (www.dematrix.net). The key to adding in the comments part is having a separate table with the id of the news so the fields are like: id, newsid, content, author, date. Thats the theory behind it.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > PHP - html help plz... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|