Hi all, Does anyone know any functions in PHP which allow one to position an output anywhere in the html file. for eg, c++ has a gotoxy() function to position the cursor and setw() for printing a certain number of spaces thanks
positioning on the page is done by the HTML and the browser. The PHP just generates the HTML to be displayed.
Check out the HTML <DIV> tag.