Support Forums

Full Version: [PHP] SIMPLE NEWS SYSTEM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

May someone point me in the right direction of creating a simple news system with the ability to submit it's self like a facebook feature. So say i create a text and i click the submit button, and then the text i entered shows under neath the area i wrote the text right away. I am looking to do that, is there a way i can get some help with this.

Regard's,

Leprechaun Coder.
Look into using AJAX. PHP alone can't modify page content without reloading the page.
(05-15-2011, 03:26 PM)Sly Wrote: [ -> ]Look into using AJAX. PHP alone can't modify page content without reloading the page.

Thank you sly for the quick response. Can you give me an example of it, like a page i can read and do it. I learn while physically doing it.
I have written a Tutorial for Newsletter subscription, though the technique is the same.
You can take the tutorial and turn it into a news system with ease, if you're willing to learn.
Note that the tutorial isn't using any security measures.
http://www.supportforums.net/showthread.php?tid=486

And here is also a good Article on the topic, http://www.tweako.com/real_in_depth_php_...ith_source

I was just going to direct him to Gaijin's thread but he already did lol