Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-04-2010, 10:26 AM   PM User | #1
dhsatya
New to the CF scene

 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dhsatya is an unknown quantity at this point
Jquery with Ajax

Hi all,

I am new to ajax and jquery. I am doing an example like reading username and password . and when i submit the submit button a page should be displayed saying that "u r details are stored". I got some example on web but they are all related to "php". Can we do with out php.

Please let me know..... how to do it.

thanks in advance,

satya.
dhsatya is offline   Reply With Quote
Old 02-04-2010, 04:05 PM   PM User | #2
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,687
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
You don't do an Ajax call without a server side. So you do need PHP, or some other server language (ColdFusion, ASP, Ruby, etc). At the very simplest, Ajax will bring in an HTML file, but that still goes to the server to get it.

Also I'm assuming you are going to store this entered information in a file or database of some kind, which is also on the server side.

Since you are new to the scene, I recommend you AVOID Ajax and jQuery for now. Instead, focus on a simple form submission that shows you how your HTML page interacts with PHP. Start here:

http://us2.php.net/manual/en/tutorial.php

Go through each topic, especially the "forms" one:

http://us2.php.net/manual/en/tutorial.forms.php

If you're comfortable with that whole process, you can move on to Ajax and other wonderful things.
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:19 PM.


Advertisement
Log in to turn off these ads.