[jQuery] Re: php mysql

2008-05-06 Thread Brad Hile
I'm certainly not a jquery.guru but do use jquery for database update (php/mysql) I think from your post your thinking of jquery in the same league as server side languages like php & ruby and its not. Its client side javascript with all the restrictions that brings but a much nicer way of dealing

[jQuery] Re: php mysql

2008-05-06 Thread darren
Yeah, you can use jquery to help you make ajax calls to your server, but really, all of the database programming is done there. you'd still use php or python. jquery just hlps you make things look good from the client side. On May 6, 1:58 am, FreakDev <[EMAIL PROTECTED]> wrote: > jQuer is a jav

[jQuery] Re: php mysql

2008-05-06 Thread Caffeneide
On May 6, 2:57 am, John <[EMAIL PROTECTED]> wrote: > I have the same question. I have over 20k rows of data in mysql, and > the idea is for there to be an update button beside each row. I don't > see any examples of how to interact with the database here -- in php > it's $sql = "..."; in ruby/rail

[jQuery] Re: php mysql

2008-05-06 Thread FreakDev
jQuer is a javascript "framework" and not a all a "server side" langage... On Tue, May 6, 2008 at 2:57 AM, John <[EMAIL PROTECTED]> wrote: > > I have the same question. I have over 20k rows of data in mysql, and > the idea is for there to be an update button beside each row. I don't > see any exa

[jQuery] Re: php mysql

2008-05-05 Thread John
I have the same question. I have over 20k rows of data in mysql, and the idea is for there to be an update button beside each row. I don't see any examples of how to interact with the database here -- in php it's $sql = "..."; in ruby/rails it's Thing.new[...], but what's up with jquery? I don't t