Re: [PHP] Basic Help

2003-06-17 Thread Jason Wong
On Tuesday 17 June 2003 21:22, Logan McKinley wrote: > You say to RTFM, are there any good resources for new users? I know > PHP.net has an extensive manual The php manual is the best resource there is, particularly for people like you who already have a background in programming. Almost all fu

Re: [PHP] Basic Help

2003-06-17 Thread Logan McKinley
You say to RTFM, are there any good resources for new users? I know PHP.net has an extensive manual but a tutorial or a list of commonly used features/functions and there uses would be better for me. I need to learn about database connectivity in particular and unfortunately I must use ACCESS as m

Re: [PHP] Basic Help

2003-06-16 Thread Jason Wong
On Tuesday 17 June 2003 11:39, Logan McKinley wrote: Use a descriptive subject heading. > I am new to PHP but have been using ASP for years. What i am trying to do > is: > 1) take a querystring variable > 2) set it as a session variable > 3) redirect the page back on itself > all of this is

Re: [PHP] Basic Help

2003-06-16 Thread Jaap van Ganswijk
At 2003-06-16 23:39 -0400, Logan McKinley wrote: >I am new to PHP but have been using ASP for years. What i am trying to do >is: >1) take a querystring variable >2) set it as a session variable >3) redirect the page back on itself >all of this is done so the user never sees the querystring var

[PHP] Basic Help

2003-06-16 Thread Logan McKinley
I am new to PHP but have been using ASP for years. What i am trying to do is: 1) take a querystring variable 2) set it as a session variable 3) redirect the page back on itself all of this is done so the user never sees the querystring var so it must change it address bar 4) access the session

RE: [PHP] Basic help for radio buttons needed

2002-03-05 Thread WG4- Cook, Janet
List Subject: Re: [PHP] Basic help for radio buttons needed > the only value I get is the $admin_do which has the value "Array" - not much > help Running your code on my 4.1.2 box, I see: submit = select = value is Change User password admin_do is Change User password counter = 0 value

Re: [PHP] Basic help for radio buttons needed

2002-03-05 Thread Matt
> the only value I get is the $admin_do which has the value "Array" - not much > help Running your code on my 4.1.2 box, I see: submit = select = value is Change User password admin_do is Change User password counter = 0 value is counter = 1 value is counter = 2 value is counter = 3 value is coun

RE: [PHP] Basic help for radio buttons needed

2002-03-05 Thread WG4- Cook, Janet
y" - not much help Any Ideas? Janet -Original Message- From: Matt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 6 March 2002 11:00 To: WG4- Cook, Janet Subject: Re: [PHP] Basic help for radio buttons needed See http://www.php-faq.com/#66 - Original Message - From: "WG4

[PHP] Basic help for radio buttons needed

2002-03-05 Thread WG4- Cook, Janet
Hi all, I am sure this is a very simple question, but after reading reams of doco I still can't find the answer. I am very new to PHP and HTML coding. I have a form (html) that uses radio buttons that goes to some PHP code - how in the PHP code can I tell which radio button was selected? M