Jump to content

ajax & jason help.


jamesxg1

Recommended Posts

Hiya peeps,

 

Is there any way i can use either jason or ajax to do the following ?,

 

i need a link like so,

 

<a href="URL" onclick="send.$id.$name">Click me to edit a database without refreshing the page</a>

 

and then it will post the $id & $name to a jason or ajax script and return the values from a mysql rip without the page being refreshed ?,

 

Many many thanks,

 

James.

Link to comment
https://forums.phpfreaks.com/topic/169366-ajax-jason-help/
Share on other sites

Is there any way i can use either jason or ajax to do the following ?,

I think you meant Json instead of Jason. Json stands for JavaScript Object Notation. It's just a notation for transfering data and not really related to your problem.

 

And my brain is not functioning to well with this language of coding,

Ajax is not a language. have you read what ajax is yet? the link provided earlier is a good start. You might also want to read the wiki article http://en.wikipedia.org/wiki/Ajax_(programming)

Link to comment
https://forums.phpfreaks.com/topic/169366-ajax-jason-help/#findComment-893694
Share on other sites

Is there any way i can use either jason or ajax to do the following ?,

I think you meant Json instead of Jason. Json stands for JavaScript Object Notation. It's just a notation for transfering data and not really related to your problem.

 

Ahaha!, sorry i just noticed the error in my writing lol :) (How dumb do i feel now lol).

 

And my brain is not functioning to well with this language of coding,

Ajax is not a language. have you read what ajax is yet? the link provided earlier is a good start. You might also want to read the wiki article http://en.wikipedia.org/wiki/Ajax_(programming)

 

Oh, I didnt know that, and ok i shall have a butchers :).

 

 

James.

Link to comment
https://forums.phpfreaks.com/topic/169366-ajax-jason-help/#findComment-893704
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.