Passing to Javascript to php then to a database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ferronrsmith
Forum Newbie
Posts: 3
Joined: Sat Apr 04, 2009 3:50 pm

Passing to Javascript to php then to a database

Post by ferronrsmith »

I want to implement a guestbook. The information is passed to javascript from a textfield, then to a php which inserts the data in a database;

any help?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Passing to Javascript to php then to a database

Post by requinix »

Why use JavaScript?
Post Reply