Re: [PHP] Re: Is BBCode Installed

2013-04-10 Thread David Robley
Stephen wrote: > On 13-04-10 10:59 PM, David Robley wrote: >> I ran phpinfo() on my host and searched for "BBCode". Not found. >> >> Does this mean that the extension is not installed? >> >> If not, how can I tell? >> >> Thanks >> >> BBCode isn't a php extension, but may be implemented using php o

Re: [PHP] Re: Is BBCode Installed

2013-04-10 Thread Stephen
On 13-04-10 10:59 PM, David Robley wrote: I ran phpinfo() on my host and searched for "BBCode". Not found. Does this mean that the extension is not installed? If not, how can I tell? Thanks BBCode isn't a php extension, but may be implemented using php or other languages. See http://www.bbcod

[PHP] Re: Is BBCode Installed

2013-04-10 Thread David Robley
Stephen wrote: > I ran phpinfo() on my host and searched for "BBCode". Not found. > > Does this mean that the extension is not installed? > > If not, how can I tell? > > Thanks > BBCode isn't a php extension, but may be implemented using php or other languages. See http://www.bbcode.org/ for

[PHP] Is BBCode Installed

2013-04-10 Thread Stephen
I ran phpinfo() on my host and searched for "BBCode". Not found. Does this mean that the extension is not installed? If not, how can I tell? Thanks -- Stephen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: htaccess question

2013-04-10 Thread James Moe
On 04/09/2013 11:07 AM, Al wrote: > I know it's not a php question, but I can't readily find the answer > elsewhere. > Try . -- James Moe jmm-list at sohnen-moe dot com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Lasting syntax error when there's none

2013-04-10 Thread Filip Zrůst
It seems the problem was caused by shared folder between host and guest systems, respectively by files’ owner and group. When I copied file to designated folder, everything started to work. However permissions and other things are the same from the point of readability and writability. It’s just