
November 3rd, 2003, 05:08 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
News System with PHP - Part 2???
i used the news system part 2 tutorial...i got it all working just fine.. but heres the deal..
i didnt use it for a news script..i modified the layout a little. im using it to add results to some matches for my clan..see it here http://kp-et.com/results.php. i got it to work flawlessly on my server (my box, win2k with IIS, php 4.3.3) no problems..but on our web server (RH 7.3, php 4.1.2)...no problems except...
when i post results they all come out ok except for one.."WON, or LOSS, or TIE" are larger than the others when i make a post...i have it so it shows the results like this:
<td width='75' height='20'>" .
$pieces[5] . "</td>
cause on the posting form i use radio buttons to choose win/lose/tie and the value for each radio button is like this:
<td width='75' height='20'><font color='#00CCFF' size='1' face='Verdana, Arial, Helvetica, sans-serif'>WON</font></td>
<td height='20'></td>
sometimes with up to 3 's...this is causing the font size error..cause when i go into the text file and delete them it formats correctly, any ideas?
is it just the php version difference? or more than that?
<input type="radio" name="outcome" value="<font color='#00CCFF' size='1' face='Verdana, Arial, Helvetica, sans-serif'>WON</font>" />
it works just find on my test server...but not the actual server..when the post is made the script makes it like this:
|