[PHP] Re: Need help on putting variable into

2001-08-28 Thread Hugh Danaher
Wow, I'll try it! I don't think someone will put extra info into the cell, but you never know. Thanks, Hugh - Original Message - From: James Holloway <[EMAIL PROTECTED]> To: Hugh Danaher <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 7:11 AM Subject: Re: Need help on putting variable

Re: [PHP] Re: Need help on putting variable into

2001-08-28 Thread Christopher William Wesley
On Tue, 28 Aug 2001, Hugh Danaher wrote: > I think at one time I tried using double quotes but didn't get good results. > If you have time to answer, why the backslash and what the hell is "foo"? Using the backslash escapes the double quote ... tells php to not use the double quote (as it does t

Re: [PHP] Re: Need help on putting variable into

2001-08-28 Thread Hugh Danaher
st 27, 2001 8:51 PM Subject: Re: [PHP] Re: Need help on putting variable into > No problem. > With the space in there, it considered Company as something separate... > -Andy > Hugh Danaher <[EMAIL PROTECTED]> wrote in message > 000801c12f74$62b93020$3907f4d8@win95"&

Re: [PHP] Re: Need help on putting variable into

2001-08-27 Thread Andy Ladouceur
gt; - Original Message - > From: Andy Ladouceur <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 27, 2001 8:35 PM > Subject: [PHP] Re: Need help on putting variable into > > > > Well,think about it like this: > > If you did replace $comp

Re: [PHP] Re: Need help on putting variable into

2001-08-27 Thread Hugh Danaher
Andy, Thank you. It Works! Hugh - Original Message - From: Andy Ladouceur <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 8:35 PM Subject: [PHP] Re: Need help on putting variable into > Well,think about it like this: > If you did replace $

[PHP] Re: Need help on putting variable into

2001-08-27 Thread Andy Ladouceur
Well,think about it like this: If you did replace $comp name with ABC Company, this is what you'd get: Not quite right, eh? This will solve your problem: print ""; =) -Andy Hugh Danaher <[EMAIL PROTECTED]> wrote in message 001201c12f71$75a45b40$c1fcb3d1@win95">news:001201c12f71$75a45b40$c1fcb