Re: [PHP] php path and relink

2010-05-11 Thread Piero Steinger
Am 11.05.2010 02:23, schrieb Augusto Flavio: > Hi, > > > I have a shell account with limited access. The php cli version installated > is 4.4.6. But the server have also the php 5.2.6. I checked the php version > and i got this: > > > $ php -v > PHP 4.4.9 (cli) (built: Sep 17 2008 11:04:03) > .

Re: [PHP] multi dimensional array question

2010-04-30 Thread Piero Steinger
Am 01.05.2010 00:57, schrieb Nick Balestra: > hello everybody here is my array(s) > > > $us_census = array('NY' => array('New York' => 8008278), > 'CA' => array('Los Angeles' => 3694820, >'San Diego' =>

Re: [PHP] Sort two coupled arrays

2010-04-07 Thread Piero Steinger
Am 07.04.2010 22:09, schrieb tedd: > Hi gang: > > Here's the problem -- I want to sort and combine two arrays into one > sorted array. Here's a real-world example: > > Array 1 > ( > [1] => 75 > [2] => 31 > [3] => 31 > [4] => 31 > [5] => 40 > ) > > Array 2 > ( > [1] => Person

Re: [PHP] GetElementByClass?

2010-04-03 Thread Piero Steinger
On 03.04.2010 17:17, Ashley Sheridan wrote: > On Sat, 2010-04-03 at 17:03 +0200, dispy wrote: > > >> Am 03.04.2010 16:29, schrieb tedd: >> >>> Hi gang: >>> >>> Here's the problem. >>> >>> I have 184 HTML pages in a directory and each page contain a question. >>> The question is noted in the

Re: [PHP] GetElementByClass?

2010-04-03 Thread Piero Steinger
On 03.04.2010 16:29, tedd wrote: > Hi gang: > > Here's the problem. > > I have 184 HTML pages in a directory and each page contain a question. > The question is noted in the HTML DOM like so: > > > Who is Roger Rabbit? > > > My question is -- how can I extract the string "Who is Roger Rabbit?"

Re: [PHP] Wordpress/PHP question

2010-03-22 Thread Piero Steinger
On 22.03.2010 18:45, John Tamm-Buckle wrote: Line 6 is: http://www.w3.org/1999/xhtml"; //language_attributes('xhtml'); ?>> Thanks, John On Mon, Mar 22, 2010 at 12:38 PM, Piero Steinger <mailto:pi...@the-admins.ch>> wrote: On 22.03.2010 17:47, John Tamm

Re: [PHP] Wordpress/PHP question

2010-03-22 Thread Piero Steinger
On 22.03.2010 17:47, John Tamm-Buckle wrote: Hi all, I'm storing generated data as a post in wordpress using the wp_insert_post function, which works great. Users click a "submit" button and the things are saved, hurrah! However, on clicking the submit button I want to automatically navigate t