[PHP] PHP on-line instructor led TRAINING with ZEND Technologies

2009-12-23 Thread Debbie Otterstetter
Did you know that Zend Technologies is known as The PHP Company? And, that we offer training? Check out details about our upcoming on-line instructor led classes at http://www.zend.com/en/services/training/administration/course-schedule. Here are the classes we have coming up in January: PHP

[PHP] on-line

2003-06-03 Thread Diana Castillo
en línea da errores el funcionamiento de esta pagina , pruébalo también en netscape. http://res.interhotel.com/reservas/diana/site/admin/ProviderPriority.php gracias, diana -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] on-line athletic training log

2002-01-21 Thread Miles Thompson
Check hotscripts, google, etc. Check phpauction - there is a remarkable similarity: here is an item (training schedule) and inputs which apply to it (results) (results) (results) Miles Thompson At 09:36 AM 1/21/2002 -0500, Brian V Bonini wrote: >I need to build an on-line training log where a

[PHP] on-line athletic training log

2002-01-21 Thread Brian V Bonini
I need to build an on-line training log where a coach can enter training routines for specific athletes and atheltes can retrieve their training and log their daily results. Has anyone ever done/started a project along these line? Has anyone seen somethign like this done in PHP? Has anyone seen s

RE: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Sandeep Murphy
: quinta-feira, 17 de Janeiro de 2002 18:41 To: Sandeep Murphy; [EMAIL PROTECTED] Subject: Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66 First of all, make sure the $root->children() returns an array of objects. Second of all, remove the space betw

Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Jason G.
odes[1]; $childNodes=$tmp->children(); -Jason Garber IonZoft.com At 06:21 PM 1/17/2002 +, Sandeep Murphy wrote: >Hi, > >I keep getting this error "Fatal error: Call to a member function on a >non-object in /www/html/smurthy/example1.php on line 66" and simply unable >

[PHP] Fatal error: Call to a member function on a non-object in example1.php on line 66

2002-01-17 Thread Sandeep Murphy
Hi, I keep getting this error "Fatal error: Call to a member function on a non-object in /www/html/smurthy/example1.php on line 66" and simply unable to figure out why this is occuring.. 64 $root = $dom->root(); 65 $All_nodes = $root->children(); 66 $childNodes=$All_nod

RE: [PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133

2001-05-22 Thread Maxim Maletsky
From: Martin Cabrera Diaubalick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 5:41 PM To: [EMAIL PROTECTED] Subject: [PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133 Hello Everyone! This is my code if

Re: [PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133

2001-05-22 Thread Zak Greant
> ie. Oops! Hit the right keys at the wrong time! :) if (! count ($array_id)) { echo '$array_id is empty or not set.'; } else if (1 == count($array_id)) { $string_id=$array_id; } else { $string_id= implode(":",$array_id); } --zak -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133

2001-05-22 Thread Zak Greant
[PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133 > Hello Everyone! > > This is my code > > > if (count($array_id)==1) > { > $string_id=$array_id; >

[PHP] All of a sudden I get Warning: Bad arguments to implode() in busca_01.php on line 133

2001-05-22 Thread Martin Cabrera Diaubalick
Hello Everyone! This is my code if (count($array_id)==1) { $string_id=$array_id; } else { $string_id= implode(":",$array_id); } I've been testing it for three days and never had an error, now it