[PHP] Re: postback for php

2006-10-18 Thread Manuel Lemos
Hello, on 10/18/2006 01:56 PM Ross said the following: > Looked on google and not found a satisfactory answer. Doies anyone have a > funtion to do this? Take a look at this forms generation class. It comes with a plug-in for submitting forms via AJAX, thus without page reloading. On the server s

Re: [PHP] Re: postback for php

2006-10-18 Thread Fred Moses
Miles Thompson wrote: At 11:48 AM 10/18/2006, M.Sokolewicz wrote: Ross wrote: Looked on google and not found a satisfactory answer. Doies anyone have a funtion to do this? R. please explain, in details, what it is you're looking for. "postback for php - a function to do this" doesn't mean s

Re: [PHP] Re: postback for php

2006-10-18 Thread Ed Lazor
On Oct 18, 2006, at 8:43 AM, Justin Cook wrote: I believe he is talking about the concept of postback in ASP.Net. PHP does not have anything built in for this. _ Is that where the same script displays a form and processes the data when the form is submitted? -- PHP General Mailing

Re: [PHP] Re: postback for php

2006-10-18 Thread Justin Cook
] Re: postback for php Maybe he's talking about the ability to post data to a website, like using PHP to simulate a user submitting a webpage form. If so, check out curl. On Oct 18, 2006, at 8:00 AM, Miles Thompson wrote: > At 11:48 AM 10/18/2006, M.Sokolewicz wrote: >

Re: [PHP] Re: postback for php

2006-10-18 Thread tg-php
With my brief foray into ASP.NET for a previous job, I remember "postback" being a conglomeration of junk code that it used to POST data back to the server and may have been kinda AJAXy in nature. The forms in ASP.NET tended to do stuff like convert from a static text string to a INPUT field wh

Re: [PHP] Re: postback for php

2006-10-18 Thread Ed Lazor
Maybe he's talking about the ability to post data to a website, like using PHP to simulate a user submitting a webpage form. If so, check out curl. On Oct 18, 2006, at 8:00 AM, Miles Thompson wrote: At 11:48 AM 10/18/2006, M.Sokolewicz wrote: Ross wrote: Looked on google and not found a

Re: [PHP] Re: postback for php

2006-10-18 Thread Miles Thompson
At 11:48 AM 10/18/2006, M.Sokolewicz wrote: Ross wrote: Looked on google and not found a satisfactory answer. Doies anyone have a funtion to do this? R. please explain, in details, what it is you're looking for. "postback for php - a function to do this" doesn't mean squat to most people. Pl

[PHP] Re: postback for php

2006-10-18 Thread M.Sokolewicz
Ross wrote: Looked on google and not found a satisfactory answer. Doies anyone have a funtion to do this? R. please explain, in details, what it is you're looking for. "postback for php - a function to do this" doesn't mean squat to most people. Please EXPLAIN. - tul -- PHP General Maili