[PHP] Strings Question

2001-12-24 Thread Phillip B. Bruce
Hi, I want to take something like the following: $row = 1; $ column = 1; if ( $pages = r$row$column) What I want to see is r1c1 as a string so I'm actually concatenating the strings together. Any ideas? --

Re: [PHP] Strings Question

2001-12-24 Thread Matt McClanahan
On Mon, Dec 24, 2001 at 01:48:38PM -0800, Phillip B. Bruce wrote: I want to take something like the following: $row = 1; $ column = 1; if ( $pages = r$row$column) What I want to see is r1c1 as a string so I'm actually concatenating the strings together. if