Hi
Is it possible to have PHP spawn a second process that will run
independently of the script that started it?
This is what I'm trying to do :
1 - page.php > browser calls it, starts to execute
2 - if (condition) > fetch information from server.x via http pipe, log
to database
3 - display page
Probably only by writing javascript to the window using php.
---
Christopher Wright
303 447 2496 x 107
www.netinfra.com
"We'll take care of it."
"Net Infrastructure has definitely helped our company, even though we're
not in the US, Net Infrastructure has been a key part in the success of
our b
With javascript onSubmit, but that ain't php, so with
if($form1==$form2){sendthembackwitherrors()}
---
Christopher Wright
303 447 2496 x 107
www.netinfra.com
"We'll take care of it."
"Net Infrastructure has definitely helped our company, even though we're
not in the US, Net Infrastructure has b
Zara:
>>
If I have a user input a file in an html form for uploading, is there
any way
that I can pull the name of the file that was uploaded out some how?
<<
If your file field is called "the_file"
$the_file_name
$the_file_type
$the_file_size
are all created and contain good stuff to play wit
4 matches
Mail list logo