Inject a php script over a WebSocket connection

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
Console77
Forum Newbie
Posts: 1
Joined: Thu Dec 15, 2011 3:26 pm

Inject a php script over a WebSocket connection

Post by Console77 »

Hi,

Is it possible to somehow "inject" a script over a WebSocket connection, like receiving a string which is a php script, saved in a buffer / array, which is then executed by the browser ? Or is the only manner to have a file received from the server the http way ?

:mrgreen:
Post Reply