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
>
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
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
;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 "
>
> 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
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
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
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
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
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
10 matches
Mail list logo