RE: [PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Scott Hurring
Original Message- > From: Dash McElroy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 5:17 PM > To: 'Scott Hurring' > Subject: RE: [PHP-WIN] Problem sending variables with an browser > > > Thanks Scott. I was too lazy to look it up :) > > -Dash

Re: [PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Waldemar Brand Neto
Thanks a lot Dash, the problem is solved. Waldemar - Original Message - From: "Dash McElroy" <[EMAIL PROTECTED]> To: "'Waldemar Brand Neto'" <[EMAIL PROTECTED]>; "Php" <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 5:18 P

RE: [PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Scott Hurring
27;; Php > Subject: RE: [PHP-WIN] Problem sending variables with an browser > > > Put quotes in the href="" part like this: > > echo "". $ix." "; > > You may want to convert the spaces to %20's (there must be a > PHP function to &

RE: [PHP-WIN] Problem sending variables with an browser

2002-04-30 Thread Dash McElroy
Put quotes in the href="" part like this: echo "". $ix." "; You may want to convert the spaces to %20's (there must be a PHP function to do this...). -Dash -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:17 PM To: Php Subject: [P