Re: [PHP] echo string with question mark in it

2004-12-01 Thread Richard Lynch
Brent Clements wrote: > I have the following string variable > > $string = 'test.php?id=' . $id; > > but when I echo out the string it looks like this > > test.php? > id=# > > ### is the $id variable value btw. > > How do I make the ? part of the string instead of php evaluating that >

RE: [PHP] echo string with question mark in it

2004-11-30 Thread Chris W. Parker
Brent Clements on Tuesday, November 30, 2004 3:55 PM said: > I have the following string variable > > $string = 'test.php?id=' . $id; > > but when I echo out the string it looks like this > > test.php? > id=# > How do I make the ? part of the string inste