Re: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-06 Thread Jochem Maas
Rick Emery wrote: Quoting "Chris W. Parker" <[EMAIL PROTECTED]>: Rick Emery on Friday, August 05, 2005 4:54 PM said: Well, as I found out when I Google'd before I posted, it *lists* plenty of JavaScript mailing lists. But it can hardly "recommend a good" one, whi

RE: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Rick Emery
Quoting "Chris W. Parker" <[EMAIL PROTECTED]>: Rick Emery on Friday, August 05, 2005 4:54 PM said: Well, as I found out when I Google'd before I posted, it *lists* plenty of JavaScript mailing lists. But it can hardly "recommend a good" one, which is what I asked

RE: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Chris W. Parker
Rick Emery on Friday, August 05, 2005 4:54 PM said: > Well, as I found out when I Google'd before I posted, it *lists* > plenty of JavaScript mailing lists. But it can hardly "recommend a > good" one, which is what I asked for, can it? I was soliciting > opinions. Y

RE: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Rick Emery
Quoting "Chris W. Parker" <[EMAIL PROTECTED]>: Rick Emery on Friday, August 05, 2005 4:20 PM said: Can anybody recommend a good JavaScript mailing list? If by anybody you mean Google, then yes anybody can recommend a good JavaScript mailing list. Well, as I fo

RE: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Chris W. Parker
Rick Emery on Friday, August 05, 2005 4:20 PM said: > Can anybody recommend a good JavaScript mailing list? If by anybody you mean Google, then yes anybody can recommend a good JavaScript mailing list. Hope this helps! Chris. -- PHP General Mailing List (http://w

Re: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Rick Emery
Quoting Jay Blanchard <[EMAIL PROTECTED]>: 6. PHP is a server side scripting language. Whatever processing PHP does takes place BEFORE the output reaches the client. Therefore, it is not possible to access users' computer related information (OS, screen size etc) using PHP. Nor can you modify an

Re: FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Alan Milnes
Jay Blanchard wrote: 6. PHP is a server side scripting language. Whatever processing PHP does takes place BEFORE the output reaches the client. Therefore, it is not possible to access users' computer related information (OS, screen size etc) using PHP. Nor can you modify any the user side settin

FW: [PHP] [NEWBIE GUIDE] For the benefit of new members

2005-08-05 Thread Jay Blanchard
= Please feel free to add more points and send to the list. 20050322jb - Note the new location of PHP Editors list. = 1. If you have any queries/problems about PHP try http://www.php.ne

Fw: [PHP] newbie

2003-03-11 Thread Awlad Hussain
http://www.phpfreaks.com http://www.phpbilder.com Best way to learn is to start writting small program like guestbook, if you get stuck just ask :) Use the PHP manual too... -awlad - Original Message - From: "Robin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 20

FW: [PHP] newbie... - undefined var

2002-08-26 Thread Jonni
try using a switch statement. > -Original Message- > From: Matt Zur [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 26, 2002 12:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP] newbie... - undefined var > > > I'm just starting to learn php and have a quick question. I'm making a

Re: FW: [PHP] Newbie question about links

2002-02-14 Thread Jason Wong
On Thursday 14 February 2002 20:43, [EMAIL PROTECTED] wrote: > > That won't work. > > If you relocate using header("Location: ...") then it DOES show the > > original URL in the browser's address field. > > > > There are other ways of relocating which don't do this. For instance: > > (1) include("

FW: [PHP] Newbie question about links

2002-02-14 Thread Jill . Baker
> That won't work. > If you relocate using header("Location: ...") then it DOES show the > original URL in the browser's address field. > > There are other ways of relocating which don't do this. For instance: > (1) include("real-path"); > (2) readfile("real-path"); > > Jill > > > -Origina