Some Advice

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
Bennor
Forum Newbie
Posts: 2
Joined: Sun Mar 16, 2008 11:32 am

Some Advice

Post by Bennor »

Hello,
I am having hard time to think of what is the best way to do what I want to do.

I wrote a very simple blogging system. I want that the user will be able to add content click send and it will go to the database but without refreshing the page in order to enable him to insert more data to the content.

Could it be done with AJAX, if yes could you give me an idea on how to do that?

thanks
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: Some Advice

Post by Ambush Commander »

Yes, it could be done with AJAX, and I'd suggest looking at a JavaScript framework like jQuery or mootools for some tutorials/examples. This is about as basic as it gets.
Post Reply