On Tue, Feb 8, 2011 at 7:24 AM, Tolas Anon <tolas...@gmail.com> wrote:
> Hi..
>
> For a set of media import routines, i'm using a
> javascript->php_on_apache->windows.bat->php_cli->curl->php_script invocation
> method.
> It seems longwinded, but it's designed to have different parts of the import
> process run on different servers.
>
> I'm stuck at getting curl_exec() to return the data of the final php_script
> that does the importing.


this is the part that hits my non professionals nerve.you want
something to return data like a 'db' that does the 'final' importing'.
Importing is more of python from my exp, and it is never done at the
end, but at the beginning, so please explain why it's last that this
is done.

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

Reply via email to