Re: [PHP] Math Inside Strings

2001-08-29 Thread mailing_list
> echo " value='$currentPosition+1'>"; > > can anyone tell me how to get this to stop printing: > > > echo ""; hth michael -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] Math Inside Strings

2001-08-29 Thread Jack Dempsey
echo ''; use the . to concatentate strings with exressions jack Kevin P wrote: > echo " value='$currentPosition+1'>"; > > can anyone tell me how to get this to stop printing: > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addition