AdRock Posted August 19, 2007 Share Posted August 19, 2007 I have recently installed PEAR to my base directory next to my website which wasn't a problem (i hope). What i need to do now is install the BBCodeParser package. I need to know how to install this package using the command line. Do i use the command prompt on my PC and if so how do i connect to the web server which is on a host not stored locally. I appreciate any help that anyone can give as I have never had to do this before and I'm trying to find a way of using BBCode in my forms and I understand I need to install this package to achieve what i want Link to comment https://forums.phpfreaks.com/topic/65717-how-to-connect-to-pear-with-command-line/ Share on other sites More sharing options...
phpknight Posted August 20, 2007 Share Posted August 20, 2007 you do this from a shell on the server (not sure how to get this permission if you do not have it--contact your host): pear install HTML_BBCodeParser On some packages that are in alpha or beta you have to do this: pear install PACKAGE_NAME-alpha pear install PACKAGE_NAME-beta BTW, that is a cool package. How do you get the BB code to begin with? I might use this. Link to comment https://forums.phpfreaks.com/topic/65717-how-to-connect-to-pear-with-command-line/#findComment-328488 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.