I was wondering how can I add extra whitespace in php is it something like \\s please help thanks.
Is there a tutorial that list these kind of things th
is this for display purposes? if so you really should consider separating your display form your logic and use style sheets for formatting. being server side php should really allow providing and accepting data. while you could surely use php to do what you are asking I am a very firm believer in keeping display and logic with as much separation as possible. with styles you can do all of your typesetting.
give output class wrappers and style accordingly.