Stephen wrote:
> Wolf wrote:
> 
>> Open a terminal window on the server
>> at the prompt type:
>>  locate QuickForm.php
>>
>> If it comes back with the path/file, make sure the path to the file is
>> in the include folder
>>
>> If it comes back to just a regular terminal prompt right away, then
>> you need to install it.
>>
>> The following is what you get when it is NOT located:
>> ~$ locate Quickform.php
>> ~$
>> You could also run the following:
>> ~$ pear list
>> Installed packages, channel pear.php.net:
>> =========================================
>> Package          Version  State
>> Archive_Tar      1.3.2    stable
>> Auth             1.5.4    stable
>> .....
> 
> Thank you.
> 
> I just have four packages installed. I need to grab some and install them.
> 
> Stephen
> 
sudo pear install HTML_QuickForm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to