Page 1 of 1

php request returns javascript?

Posted: Sun Aug 19, 2012 10:56 pm
by chopficaro
if i make a php request, does it return the javascript? or the html the javascript generates
i think it returns the javascript
is there a way to get the html that the javascript generates as a string so i can do something with it?

Re: php request returns javascript?

Posted: Mon Aug 20, 2012 3:01 am
by requinix
It "returns" whatever you outputted. Exactly what you outputted. Verbatim.

As for your second question, what HTML and what JavaScript are you talking about?