[PHP-WIN] PHP CODE ERROR?

2003-11-15 Thread Rocco CAstoro
Can Anyone tell my why this error is produced: Fatal error: Call to undefined function: addrow() in C:\Program Files\Apache Group\Apache2\htdocs\Hour8-7MainExample.php on line 63 >From this code: headers = $headers; $this->cols = count ( $headers ); } //The addROw() Method -- function add

RE: [PHP-WIN] PHP in general

2003-11-15 Thread GaguWD
I don't really support PHP books, since they seem to be made for economical purposes only. I recommend to look on the web for tutorials, made by and for programmers (advanced or novice). They are simple, free and useful. I know it might be tedious for some people to read on the PC, but think about

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

[PHP-WIN] PHP in general

2003-11-15 Thread Rocco CAstoro
I'm learning PHP for reasons I dont know... I just feel that with my passion for code and computers, that I will be able to use this information to create great things... I guess my question is, what all is PHP used for anyways? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP-WIN] Object Oriented

2003-11-15 Thread Rocco CAstoro
Thanks Much "Gaguwd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You need to include the class in the script for it to work. You are calling > a class that isn't on the file. > > Bye! > MG29 > > -Mensaje original- > De: Rocco CAstoro [mailto:[EMAIL PROTECTED] > Enviado el

RE: [PHP-WIN] Object Oriented

2003-11-15 Thread GaguWD
You need to include the class in the script for it to work. You are calling a class that isn't on the file. Bye! MG29 -Mensaje original- De: Rocco CAstoro [mailto:[EMAIL PROTECTED] Enviado el: Sábado, 15 de Noviembre de 2003 08:07 p.m. Para: [EMAIL PROTECTED] Asunto: [PHP-WIN] Object Orie

[PHP-WIN] Object Oriented

2003-11-15 Thread Rocco CAstoro
I'm reading Sams teach yourself PHP4 in 24 Hours, printed in 2000, and It seems to be out of date with the current versions of PHP because when i try to do the example: "; print "\$obj2 is a ".gettype($obj2).""; ?> It says Fatal error: Cannot instantiate non-existent class: first_class in C:\Prog

Re: [PHP-WIN] script to update file names

2003-11-15 Thread Trystano
Could you explain that query a little more please? Tryst -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 15 Nov 2003 19:46:54 -0000 Issue 2001

2003-11-15 Thread php-windows-digest-help
php-windows Digest 15 Nov 2003 19:46:54 - Issue 2001 Topics (messages 22102 through 22104): Re: NewComer Code 22102 by: Piotr Pluciennik 22103 by: Rocco CAstoro GD Lib 22104 by: S F Alim Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED]

[PHP-WIN] GD Lib

2003-11-15 Thread S F Alim
Hi all, I m running PHP 4.3.3 on IIS 5.0, and I believe that I don't have GD library installed or it's not working, and im totally new to this, so if any kind enuff to tell me where shall I look and how can I install (if its not there). Thanks in advance. Regards, S F Alim.

Re: [PHP-WIN] NewComer Code

2003-11-15 Thread Rocco CAstoro
Thank you very much, this was exactly the help I was looking for! "Piotr Pluciennik" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm afraid not... > this function doesn't return string. Your function prints string... > > If you want your function to return string, try below examp

Re: [PHP-WIN] NewComer Code

2003-11-15 Thread Piotr Pluciennik
I'm afraid not... this function doesn't return string. Your function prints string... If you want your function to return string, try below example: function table4Strings( $string1, $string2, $string3, $string4 ) { return "$string1$string2$string3$string4"; } and use it: echo table4Strings(

php-windows Digest 15 Nov 2003 07:30:09 -0000 Issue 2000

2003-11-15 Thread php-windows-digest-help
php-windows Digest 15 Nov 2003 07:30:09 - Issue 2000 Topics (messages 22096 through 22101): Re: Fatal error, but include_path seems correct? 22096 by: Roderick Martin 22101 by: toby z script to update file names 22097 by: dsig.teleport.com 22099 by: Luis More

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-15 Thread toby z
hay rod im sorry im lost . from what i understand . u want to point ur url to www.myserver.com/phpMyAdmin254 :S well . u can give the ip instead of localhost or www.myserver.com/phpMyAdmin254 like $cfgPmaAbsoluteUri = 'xxx.yyy.z.a'; or even with a port as i do since im ru