Everyone,
Sorry if this is a dumb question, but I've searched and can't find it. I want to add a "Tech Support" link to an app I'm writing, and what I want is to get ALL the data that is in phpinfo, put it into a variable, then post it to a SSL enabled webpage.
I tried the simple:
$content = phpinfo();
but it echos phpinfo data to the screen, which I don't want. I just want the data in the variable so I can post it.
Any ideas? Can this be done?
Thanks,
Ross
http://jinzora.jasbone.com