[PHP] Re: help pls..

2002-07-10 Thread Chris Earle
I'd create an array that held the Change value (0 [false] or 1 [true]) for each. Then I'd make a loop that just set up the table with an if statement: "if ($Change[$count]) { echo $bg; }". $Change[0] would correspond with ph1, unless you started the array(1 => ...). "Peter" <[EMAIL PROTECTED]> w

[PHP] Re: help pls!

2002-07-01 Thread Richard Lynch
In article <009201c21dd4$a1c96d80$9600a8c0@ady> , [EMAIL PROTECTED] (Adi) wrote: >how to make a changerate.php file for: > >Read a file: rate.php >Find string : 'USD' => '0.33' >Put '0.33' value in an editable textbox. I can change this value, let's say >to 0.35; >I Have an Update Button, when I