Re: [PHP-WIN] PHP in general

2003-11-16 Thread DvDmanDT
The first } should be after the last } for addRow() to be a method.. lol... Like this (didn't try, but seems correct): A Class with a Constructor headers = $headers; $this->cols = count ( $headers ); } //The addROw() Method -- function addRow( $row ) { if ( count ($row) != $this->cols

RE: [PHP-WIN] PHP in general

2003-11-16 Thread Roy Henderson
developing a solution ... -Original Message- From: Rocco CAstoro [mailto:[EMAIL PROTECTED] Sent: 16 November 2003 01:11 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP in general Yes it does, But IM lost in a space full of variables and strings and I dont know what half of them mean, I dont

RE: [PHP-WIN] PHP in general

2003-11-15 Thread GaguWD
book if you don't know how to program at all. That's all for now, hope all this is useful to you! :D MG29 -Mensaje original- De: Rocco CAstoro [mailto:[EMAIL PROTECTED] Enviado el: Sábado, 15 de Noviembre de 2003 10:11 p.m. Para: [EMAIL PROTECTED] Asunto: Re: [PHP-WIN] PHP i

Re: [PHP-WIN] PHP in general

2003-11-15 Thread Rocco CAstoro
ok, this is gunna be annoying but does anyone know why i get this error: Fatal error: Call to undefined function: addrow() in C:\Program Files\Apache Group\Apache2\htdocs\Hour8-7MainExample.php on line 63 when trying to execute this code: A Class with a Constructor headers = $headers; $this->

Re: [PHP-WIN] PHP in general

2003-11-15 Thread Rocco CAstoro
Yes it does, But IM lost in a space full of variables and strings and I dont know what half of them mean, I dont wanna give up but this book SUCKS "Gaguwd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well, it depends on what you want to make. PHP has almost no limits.

RE: [PHP-WIN] PHP in general

2003-11-15 Thread GaguWD
Well, it depends on what you want to make. PHP has almost no limits. Since it works with FTP, MySQL and many other external languages, protocols and the like, your imagination is the limit. So, it's used for many things. There are blog scripts, guestbooks, counters, database managers, port