Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-06-2008, 04:38 AM   PM User | #1
spetsacdc
New Coder

 
Join Date: Mar 2008
Posts: 92
Thanks: 19
Thanked 0 Times in 0 Posts
spetsacdc is an unknown quantity at this point
Can I use PECL with a free host?

Hi, I want to add a progress bar to my file upload, but I have to do something with this PECL:

http://pecl.php.net/package/uploadprogress

I have never used a PECL before...I am currently using freehostia to make a webpage before I actually pay for a host. How do I use this script?

The download contains a .h file, c file, and m4 file. Do I add a line to my php.ini file?

Thanks
spetsacdc is offline   Reply With Quote
Old 07-06-2008, 08:57 AM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
That is a PHP extension. You will need to compile it before you can use it with PHP. The config.m4 file is the configuration file that would generate the makefile to compile the code.

If you are on Linux, configure and make are probably already installed. On windows you'd need to download those utilities and a C compiler.

As for using it on your free host, that is a no. You aren't going to be able to install an additional PHP plug-in and configure PHP to load it. You probably wouldn't even be able to do so with paid hosting unless you are on your own server.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Users who have thanked oracleguy for this post:
spetsacdc (07-06-2008)
Old 07-06-2008, 03:01 PM   PM User | #3
spetsacdc
New Coder

 
Join Date: Mar 2008
Posts: 92
Thanks: 19
Thanked 0 Times in 0 Posts
spetsacdc is an unknown quantity at this point
Ok thanks, I guess I'm out of luck then.
spetsacdc is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:59 AM.


Advertisement
Log in to turn off these ads.