[PHP-WIN] Re: porting to 4.2.3 - variable interpolation

2002-09-30 Thread Brian 'Bex' Huff
A couple of ideas... the '' and "" string encapsulators do behave slightly differently in PHP, so you might want to try double quotes. Second, are you sure $i is being set? Third, you may need to do this: $key = 'budget_w{$i}'; $value = $_POST['$key']; be sure to echo the value for $key to ma

[PHP-WIN] Re: porting to 4.2.3 - variable interpolation

2002-09-30 Thread konchim
Are you using XP? I also use php 4.2.3 , have many problem so i down grade to 4.2.2 i suggest you down grade,haha... "Ignatius Reilly" <[EMAIL PROTECTED]> ???:00a601c268a2$71f00060$[EMAIL PROTECTED] > Hullo, > > After upgrading from 4.2.2 to 4.2.3, I met an annoying problem: > > I POST a form