Jump to content

[ resolved ] echo code in same line


nebuLa

Recommended Posts

I hope someone understands what I'm saying :-)

I have this arcade script, which I've modified. I want most played games and newest games in the same column, right next to each other.

[b]I want it to look like this:[/b]
[IMG]http://www.wallofflames.com/myspace/uploads/want.jpg[/img]

This is how it is now:
http://www.wallofflames.com/arcade

[b]This will put one over the other....[/b]
echo $sys->doMostPlayed(); echo $sys->doNewestGames();

[b]This will do the same....[/b]
echo $sys->doMostPlayed();
echo $sys->doNewestGames();

What code would I use to do this? Any help is appreciated :-)
Link to comment
https://forums.phpfreaks.com/topic/30045-resolved-echo-code-in-same-line/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.