spacing in php
Posted: Thu Dec 19, 2002 7:55 pm
hi Guys
how can I specify a space between two or more strings??
As an example how can I specify a space between these two strings??
how can I specify a space between two or more strings??
As an example how can I specify a space between these two strings??
Code: Select all
printf("<br> Created Table %s.%s <br>\n",$database,$tablename);