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);Moderator: General Moderators
Code: Select all
printf("<br> Created Table %s.%s <br>\n",$database,$tablename);