[PHP] Re: PHP & Ajax progress bar

2008-03-12 Thread Manuel Lemos
Hello, on 03/12/2008 12:24 AM Shelley said the following: > Hi all, > > I'm searching some file upload progress bar code. > But no good result was found. :( > So is there anybody please be kind enough to show some code here? You may want to take a look at this forms generation and validation cla

[PHP] Re: php/ajax question

2006-12-30 Thread tedd
At 1:30 AM +0500 12/31/06, Fahad Pervaiz wrote: When you use "HEADER()", an HTTP header is sent to client browser. So when using with an ajax call the header cannot redirect the page. For the purpose you have to use include or require. If you want to redirect client browser to some other locati

[PHP] Re: php/ajax question

2006-12-30 Thread Fahad Pervaiz
When you use "HEADER()", an HTTP header is sent to client browser. So when using with an ajax call the header cannot redirect the page. For the purpose you have to use include or require. If you want to redirect client browser to some other location then you can work around with javascripts. But

[PHP] Re: php/ajax..

2006-08-07 Thread Manuel Lemos
Hello, on 08/07/2006 04:11 PM bruce said the following: > will php allow a user to enter field on a form, and compute aresult based on > the field, without having to reload the entire form, or will i need ajax... > > any good examples on how to accomplish this.. You may want to take a look at th

RE: [PHP] Re: php/ajax..

2006-08-07 Thread bruce
thanks for the reply... that's pretty much what i had read/found out.. 'ppreciate it.. -Original Message- From: Adam Zey [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 12:04 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: [PHP] Re: php/ajax.. bruce w

[PHP] Re: php/ajax..

2006-08-07 Thread Adam Zey
bruce wrote: hi.. will php allow a user to enter field on a form, and compute aresult based on the field, without having to reload the entire form, or will i need ajax... any good examples on how to accomplish this.. thanks PHP is a server-side language. Javascript is a client-side language.

Re: [PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Rasmus Lerdorf
Ruben Rubio Rey wrote: The best and simplest for me is prototype.js Is much more than ajax ! 100% cross browser! ang GPL! http://www.sergiopereira.com/articles/prototype.js.html Note that quite a few people who know a lot about Javascript really don't like the fact that prototype.js extends

Re: [PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Miles Thompson
At 06:25 PM 4/3/2006, Andrei Verovski (aka MacGuru) wrote: Hi, Many thanks for everyone who have replied. Its seems Manuel's suggestion regarding iFrame sounds really good. BTW, I am using Savant as template engine, and integrate it with Manuel Forms Generation and Validation would be a good id

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Manuel Lemos
Hello, on 04/03/2006 06:25 PM Andrei Verovski (aka MacGuru) said the following: > Many thanks for everyone who have replied. Its seems Manuel's suggestion > regarding iFrame sounds really good. BTW, I am using Savant as template > engine, and integrate it with Manuel Forms Generation and Validatio

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Andrei Verovski (aka MacGuru)
Hi, Many thanks for everyone who have replied. Its seems Manuel's suggestion regarding iFrame sounds really good. BTW, I am using Savant as template engine, and integrate it with Manuel Forms Generation and Validation would be a good idea (there is a Smarty plugin for this class, but I am using

Re: [PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Ruben Rubio Rey
The best and simplest for me is prototype.js Is much more than ajax ! 100% cross browser! ang GPL! http://www.sergiopereira.com/articles/prototype.js.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-03 Thread Manuel Lemos
Hello, on 04/01/2006 12:00 PM Andrei Verovski (aka MacGuru) said the following: > Anyone can suggest me which PHP AJAX framework you are using, for what > reason(s), what are pros and cons of your particular choice. > > I found many, and now facing difficult choice. > > BTW, how do you pass ses

[PHP] Re: PHP AJAX Framework - Suggestions Please

2006-04-01 Thread Greg Beaver
Andrei Verovski (aka MacGuru) wrote: > Hi, > > Anyone can suggest me which PHP AJAX framework you are using, for what > reason(s), what are pros and cons of your particular choice. > > I found many, and now facing difficult choice. > > BTW, how do you pass session id between calls to PHP from J

Fw: [PHP] Re: php & ajax

2006-02-15 Thread Satyam
There is not much more to it than that, but do read this afterwards: http://www-128.ibm.com/developerworks/views/web/libraryview.jsp?search_by=Mastering+Ajax It is a series of articles, so far 3 of them (there were two when someone posted it) but it goes step by step and has good code. To me