how to make executable in VPS or web server (cpanel)?

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
ulala099
Forum Newbie
Posts: 9
Joined: Sat Jun 14, 2008 11:19 am

how to make executable in VPS or web server (cpanel)?

Post by ulala099 »

Hi,
I never made any php executable earlier in any remote server. Now I am using a socket connection and so I need to make a php executable of this. According to php manual I need to do the following-
(chmod 755 my_server.php – where socket_server.php is the name of the file) and run it using ./my_server.php from the command line.
But how will I do that in VPS or in web hosting server where I use cpanel?

Please suggest me some way.

Thanks in advance.
Post Reply