Mr-Boy Posted February 3, 2003 Share Posted February 3, 2003 <?php include("aaa.php"; bbbbb.php"); ?> It dont seem to work, i want the results side by side, is this the way to do it? :( Please help me out thanks. :) Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted February 3, 2003 Share Posted February 3, 2003 <table> <tr><?php include("1.php"); ?> <td> </td> <td><?php include("1.php"); ?> </td> </tr> </table> Link to comment Share on other sites More sharing options...
0 Mr-Boy Posted February 3, 2003 Author Share Posted February 3, 2003 Hi, thanks for that, but i want to have it displayed side by side as :: X :: Y :: where X is derived from a.php n Y is a value derived from b.php Link to comment Share on other sites More sharing options...
0 [idkfa] Posted February 3, 2003 Share Posted February 3, 2003 <php include("foo.php"); include("bar.php"); ?> Link to comment Share on other sites More sharing options...
0 Mr-Boy Posted February 3, 2003 Author Share Posted February 3, 2003 Hi guys thanks for all your imputs I finally got down to this <table> <b><font face="Verdana" size="1">:: <?php include("counter.php"); ?> :: -</font></b> <b><font face="Verdana" size="1">::</font></b><?php include("online.php"); ?> </table> but how do i make the results centered? For example http://www.cyrixdoom.net/~davis/index.php Thanks guys :) Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted February 3, 2003 Share Posted February 3, 2003 <div align="center"> </div> try that Link to comment Share on other sites More sharing options...
0 [idkfa] Posted February 3, 2003 Share Posted February 3, 2003 or <center>Your text here</center> depends on the version of HTML your are using Link to comment Share on other sites More sharing options...
0 Mr-Boy Posted February 3, 2003 Author Share Posted February 3, 2003 <div align="center"></div> try that w00t! works great Thanks for your help dude. :D Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted February 3, 2003 Share Posted February 3, 2003 np problem mate Link to comment Share on other sites More sharing options...
Question
Mr-Boy
<?php include("aaa.php"; bbbbb.php"); ?>It dont seem to work, i want the results side by side, is this the way to do it? :(
Please help me out thanks. :)
Link to comment
Share on other sites
8 answers to this question
Recommended Posts