Forum Moderators: coopster
<?php
$catColors[0][0]="#999900";$catColors[3][1]="#ffcc66";$catSp="7";function templateMain($userMenuStr,$adminMenuStr,$userStatus,
$navBarText,$infoText,$gorumcontent,$footer){global $xi;
I khow there is a website (which I cant remember now) where after pasting the code to a textbox, it will format the code to a readable format something like this:
------------------------------------------------
<?php
$catColors[0][0]="#999900";
$catColors[3][1]="#ffcc66";
$catSp="7";
function templateMain($userMenuStr,$adminMenuStr,$userStatus,
$navBarText,$infoText,$gorumcontent,$footer)
{
global $xi;
------------------------------------------------
Can someone point me to that site, please if its not allowed to post URL here, please PM me, thanks.
<?
$contents = file_get_contents('yourfilename.ext');
$newcontents = str_replace(';',";\n",$contents);
$fp = fopen('newfilename.ext','w');
fwrite($fp,$newcontents);
fclose($fp);
?>
might be write, just wrote it off the top of my head
then open the new file and see if it worked