How can i use multithread in php?
Is it possible passing info to any other cgi or php ,without any link, in program automatically.
I know php is a script so it must be interpreted but. Is it possible convert sample.php to sample.exe ?
thanks
I realised that using header() without exit after it causes web server goes to new address after reaching the programs end.(which we did redirection). Is tis normal?