Re: [PHP] Re: Is BBCode Installed

2013-04-11 Thread shiplu
On Fri, Apr 12, 2013 at 4:24 AM, Stephen wrote: > Now I have to install on my home development machine! You can install it by following command pecl install bbcode Note: root privilege is necessary to install -- Shiplu.Mokadd.im ImgSign.com | A dynamic signature machine Innovation distingu

[PHP] Re: Is BBCode Installed

2013-04-11 Thread Stephen
On 13-04-10 10:05 PM, 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 I am quite impressed with my host, hostpapa.ca I put in a ticket, and in 8 hours then enabled bbcode for

Re: [PHP] Re: how to insert html code with PHP

2013-04-11 Thread tamouse mailing lists
On Thu, Apr 11, 2013 at 1:12 PM, Rafnews wrote: > On 11.04.2013 19:19, Jim Giner wrote: >> >> On 4/11/2013 10:48 AM, Rafnews wrote: >>> >>> On 11.04.2013 13:34, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently n

Re: [PHP] search array

2013-04-11 Thread tamouse mailing lists
On Thu, Apr 11, 2013 at 1:37 PM, Russell Brackett wrote: > I need help with this code to echo all items in the general database and not > just the fields I'm searching for. > > > // filter function > function cleanInput($input) { > > $search = array('OEM Name, Category, OEM N

[PHP] search array

2013-04-11 Thread Russell Brackett
I need help with this code to echo all items in the general database and not just the fields I'm searching for. newFindRequest($layoutName); $findSerial->addFindCriterion('OEM Name', $cleanInput); // Add 2nd request for category $findDesc = $f

Re: [PHP] Re: how to insert html code with PHP

2013-04-11 Thread Rafnews
On 11.04.2013 19:19, Jim Giner wrote: On 4/11/2013 10:48 AM, Rafnews wrote: On 11.04.2013 13:34, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say ... (so based on its I

Re: [PHP] Re: Is BBCode Installed

2013-04-11 Thread David Harkness
Hi Stephen, I just tried installing the PECL extension, but it failed to build on PHP 5.4.6-1ubuntu1.2. I see Xdebug in the phpinfo output, and I assume other PECL extensions will show up there once installed. Good luck! David

[PHP] Re: how to insert html code with PHP

2013-04-11 Thread Jim Giner
On 4/11/2013 10:48 AM, Rafnews wrote: On 11.04.2013 13:34, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say ... (so based on its ID and tagname) and inside it to insert

[PHP] Re: how to insert html code with PHP

2013-04-11 Thread Rafnews
On 11.04.2013 13:34, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say id="#submenu">... (so based on its ID and tagname) and inside it to insert my PHP/HTML code. how

Re: [PHP] Re: how to insert html code with PHP

2013-04-11 Thread Rafnews
On 11.04.2013 14:14, Jim Giner wrote: On 4/11/2013 7:34 AM, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say ... (so based on its ID and tagname) and inside it to insert

Re: [PHP] how to insert html code with PHP

2013-04-11 Thread tamouse mailing lists
On Apr 11, 2013 6:35 AM, "Rafnews" wrote: > > Hi, > > I would like to insert a piece of HTML code inside several pages. > all pages are differently named. > > i need in each page to find a particular tag, let's say ... (so based on its ID and tagname) and inside it to insert my PHP/HTML code. > >

[PHP] Re: how to insert html code with PHP

2013-04-11 Thread Jim Giner
On 4/11/2013 7:34 AM, Rafnews wrote: Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say ... (so based on its ID and tagname) and inside it to insert my PHP/HTML code. how can i do that ?

[PHP] how to insert html code with PHP

2013-04-11 Thread Rafnews
Hi, I would like to insert a piece of HTML code inside several pages. all pages are differently named. i need in each page to find a particular tag, let's say id="#submenu">... (so based on its ID and tagname) and inside it to insert my PHP/HTML code. how can i do that ? thx. A. -- PHP Gen

Re: [PHP] [ask] convert unknown format Japanese string to readable string

2013-04-11 Thread KOYAMA Tetsuji
Hi, On Thu, Apr 11, 2013 at 5:39 PM, Morning Star wrote: > Hi guys, > > i have a string like this: > $string = \u3053\u3093\u306b\u3061\u306f\u30ef\u30fc\u30c9 > (Japanese words that say "hello world" in English) > How can I convert that $string to Japanese character? > It should be こんにちは世界 I fo

[PHP] [ask] convert unknown format Japanese string to readable string

2013-04-11 Thread Morning Star
Hi guys, i have a string like this: $string = \u3053\u3093\u306b\u3061\u306f\u30ef\u30fc\u30c9 (Japanese words that say "hello world" in English) How can I convert that $string to Japanese character? It should be こんにちは世界 my regards, Marco -- PHP General Mailing List (http://www.php.net/) To u