PDA

View Full Version : [RESOLVED]PHP Code


Cagez
06-09-03, 11:43 PM
It looks all spaced out here and it makes me scroll the page. Cant it be more like [ code ] ?

<php

$this = "t h a t";

echo $this;

$this = explode(" ", $this);
foreach($this as $value)
{
echo $value.' ';
}


<php

$this = "t h a t";

echo $this;

$this = explode(" ", $this);
foreach($this as $value)
{
echo $value.' ';
}


Mabe its because I'm using Moz?

Cagez
06-09-03, 11:54 PM
Just tested it in IE, seems its only a Moz problem. Hm, I'll just have to live with it I suppose...