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 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

Yes, not a helpful description. Maybe he means a callback function which would do something like
    echo '<a href="'. $_SERVER['PHP_SELF'] .'">Please try again</a>';
and he may have to pass a variable string.

M.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to