installing pecl extention httprequest without direct access

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

installing pecl extention httprequest without direct access

Post by chopficaro »

all i want to do is make a request with some php variables
but apparently i have to install the pecl extension httprequest in order to do so
there are guides on how to do so on a linux and windows machine
but i dont have direct access to the server, all i can do is put files in the public_html folder via ftp, and i also have mysql access
there MUST be an easier way to do this, all i want to do is make a simple php request
Post Reply