Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Alex Black
ww.turingstudio.com vox+510.666.0074 fax+510.666.0093 Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522 > From: [EMAIL PROTECTED] ("Abe") > Newsgroups: php.general > Date: 11 Jan 2001 13:25:43 -0800 > Subject: [PHP] Function -> Sending URL

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
d the actual address value onto the it. Thanks eveyone, Abe - Original Message - From: "Cal Evans" <[EMAIL PROTECTED]> To: "Abe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 10:07 PM Subject: RE: [PHP] Function -> Sendi

RE: [PHP] Function -> Sending URL's

2001-01-11 Thread DanO
ginal Message- From: Abe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:59 PM To: DanO; [EMAIL PROTECTED] Subject: Re: [PHP] Function -> Sending URL's Hey Dan You see in this example - the value of $company is coming from the script and not the function - I am trying to find

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Hsieh, Wen-Yang
d a way to do that. > > Thanks, > Abe > > - Original Message - > From: "DanO" <[EMAIL PROTECTED]> > To: "Abe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, January 11, 2001 9:41 PM > Subject: RE: [PHP] Function -

RE: [PHP] Function -> Sending URL's

2001-01-11 Thread Cal Evans
t;=".$value; } $newURL = testPassVar("http://www.calevans.com?test=one","name","Cal"); Cal http://www.calevans.com -Original Message----- From: Abe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 3:51 PM To: Cal Evans; [EMAIL PROTECTED] Subject

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 9:41 PM Subject: RE: [PHP] Function -> Sending URL's > > sorry, but i didn't fully understand what you are trying to do. > > you can also pass 2 variables to the function: > > funct

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
variables) and letting them be dealt with by the function. Thanks, Abe - Original Message - From: "Cal Evans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 9:40 PM Subject: RE: [PHP] Function -> Sending URL's > There's a

RE: [PHP] Function -> Sending URL's

2001-01-11 Thread DanO
[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:35 PM To: Abe; [EMAIL PROTECTED] Subject: RE: [PHP] Function -> Sending URL's you are assigning the variable within the function, then calling the function with the variable. this is a variable scoping issue. try this: Click"; }

Re: [PHP] Function -> Sending URL's

2001-01-11 Thread Abe
Message - From: "DanO" <[EMAIL PROTECTED]> To: "Abe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 11, 2001 9:34 PM Subject: RE: [PHP] Function -> Sending URL's > > you are assigning the variable within the function, then c

RE: [PHP] Function -> Sending URL's

2001-01-11 Thread Cal Evans
L PROTECTED]] Sent: Thursday, January 11, 2001 3:35 PM To: [EMAIL PROTECTED] Subject: [PHP] Function -> Sending URL's Hey there, this is a strange one - I want to send a URL to a function that includes varibles. Those variables should be taken from within the function - as in the example b

RE: [PHP] Function -> Sending URL's

2001-01-11 Thread DanO
--- From: Abe [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:35 PM To: [EMAIL PROTECTED] Subject: [PHP] Function -> Sending URL's Hey there, this is a strange one - I want to send a URL to a function that includes varibles. Those variables should be taken from within the function

[PHP] Function -> Sending URL's

2001-01-11 Thread Abe
Hey there, this is a strange one - I want to send a URL to a function that includes varibles. Those variables should be taken from within the function - as in the example below the link I want is: asdfasdf.php3?name=TEST , but that is not what I get as you can see. Does anybody know a way arou