I want to use one php file's output as another one's input ,how to?
Hi,
You can write the output of one php file into .txt file and then the second php file will open the same .txt file so that it can use the output of first php file.
I hope this will help.
Regards, Shrikant
You question was vague. But I assume you mean that you want information passed from one page to the next? If so, check into either hidden variables or sessions (cookies also come to mind).
BTW, just what is the first file outputting?