[PHP] using print instead of echo

2002-09-07 Thread Kevin Heflin
the example I have below.. I'm able to get working using the 'echo' command. But I would like to know how to format the same using the 'print' command. I am familiar with both. but with this one instance I am not sure how to format the print command correctly to get the same results as the

Re: [PHP] using print instead of echo

2002-09-07 Thread Pekka Saarinen
At 9/7/2002, you wrote: the example I have below.. I'm able to get working using the 'echo' command. But I would like to know how to format the same using the 'print' command. I am familiar with both. but with this one instance I am not sure how to format the print command correctly to get the