php request returns javascript?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chopficaro
Forum Commoner
Posts: 68
Joined: Fri Jan 01, 2010 12:56 am

php request returns javascript?

Post 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?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: php request returns javascript?

Post 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?
Post Reply