Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Stuart
gt; Now, the strings passed through this method are insecure. You should use > a parser function to clean or sanitize them (like urlencode/urldecode). > > Cheers > JP > > > > > > -Original Message- > From: Bill Mudry > To: php-windows@lists.php.net >

Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Joao Gomes Madeira
Hello Bill I mixed up names and ended up answering the wrong message. Sorry. Actually it is quite easy... In viewallorders.php you should replace: echo ""; with echo ''; and then, in showorder.php To: php-windows@lists.php.net Subject: [PHP-WIN] Can't seem to tran

Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Stuart
2009/3/17 Bill Mudry > > I hope someone has an answer to what has been a thorny problem for me. I am > still junior to using PHP. > I have a script that displays a bunch of woody botanical orders out of a > MySQL file nicely in columns. > That part works fine. > > Next what is wanted is for a us

RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Joao Gomes Madeira
;Bill Mudry' , Subject: RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page Date: Tue, 17 Mar 2009 11:54:07 -0400 Why can you not pass the parameter in the url link of the new page using the get variable? Example Name: Age: When the user clicks the "

RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread James Crow
> > Z > > -Original Message- > From: James Crow [mailto:ja...@ultratans.com] > Sent: Tuesday, March 17, 2009 11:59 AM > To: Bill Mudry > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter > to next pag

Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Lex Braun
Bill, 2009/3/17 Bill Mudry > I hope someone has an answer to what has been a thorny problem for me. I am > still junior to using PHP. > I have a script that displays a bunch of woody botanical orders out of a > MySQL file nicely in columns. > That part works fine. > > Next what is wanted is for

RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Zephaniah ha Levi
nsfer a dynamically chosen parameter to next page I haven't looked at your code, but it sounds like you need JavaScript. On the page you are going to you will need to pass something. You can pass values either through forms or through the URL. URL may be easiest. If you have a link

Re: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread James Crow
I haven't looked at your code, but it sounds like you need JavaScript. On the page you are going to you will need to pass something. You can pass values either through forms or through the URL. URL may be easiest. If you have a link like http://somehost.com/page_two.php?variable=value you can get

RE: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Zephaniah ha Levi
7, 2009 12:39 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page I hope someone has an answer to what has been a thorny problem for me. I am still junior to using PHP. I have a script that displays a bunch of woody botanical orde

[PHP-WIN] Can't seem to transfer a dynamically chosen parameter to next page

2009-03-17 Thread Bill Mudry
I hope someone has an answer to what has been a thorny problem for me. I am still junior to using PHP. I have a script that displays a bunch of woody botanical orders out of a MySQL file nicely in columns. That part works fine. Next what is wanted is for a user to be able to click on one of the