RE: [PHP-WIN] PHP in general

2003-11-15 Thread GaguWD
n 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 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.

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

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

RE: [PHP-WIN] What should I learn

2003-11-09 Thread GaguWD
If you already know HTML then you're ready. You can also learn the basics of JavaScript and know the difference between Server-Side and Client-Side languages. At least, that worked in my case. Bye! MG29 -Mensaje original- De: Rocco CAstoro [mailto:[EMAIL PROTECTED] Enviado el: Domingo, 09

RE: [PHP-WIN] POST and GET form

2003-11-01 Thread GaguWD
[mailto:[EMAIL PROTECTED] Enviado el: Sábado, 01 de Noviembre de 2003 06:49 p.m. Para: [EMAIL PROTECTED] Asunto: Re: [PHP-WIN] POST and GET form Gaguwd a écrit : > How do you try to recover it? > > You must use this type of variable to recover your data: > $_POST['variable_name']

RE: [PHP-WIN] POST and GET form

2003-11-01 Thread GaguWD
How do you try to recover it? You must use this type of variable to recover your data: $_POST['variable_name'] and $_GET['variable_name'] Bye! MG29 -Mensaje original- De: Patrick Dufresne [mailto:[EMAIL PROTECTED] Enviado el: Sabado, 01 de Noviembre de 2003 12:50 p.m. Para: [EMAIL PROTEC