Ive got a php script which is called by a flash function, which prints out a string for the flash file to evaluate before it displays a page
Because some of my users dont have flash, I need to create a non flash page, and I really dont want to have to redo that script. I was wondering if there was a way I could capture the text that this script prints as a variable instead of having it display to the screen if i were to use require. Is there any function I could use to do this?