Hi i have a php script that accepts a POST request as a listener to a web service then process all the data to two final arrays, I'm looking for a way to initiate a second script that GET's those serialized arrays and do some more processing. include() will not be good for me since i actually want to "free" or "end" the first script after passing the data
Lütfen yardım çok zaman olduğu gibi takdir :)
EDIT - kuyruk çözüm olabilir gibi Tamam öyle görünüyor! i herhangi örnekleri ya da referans önce böyle bir şey yapmadım?