|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
extra characters in html
I just installed php 4.3.4 on Mac OS X 10.3 with Marc Liyanage's module and i ran a little test script to make sure everything was on the up-and-up. Well when I looked at my html generated there were funny looking uppercase e's (Ê) at the begining of each line. Anyone know why this is?
here is the code, although it's pretty basic: <html> Â*<head> Â* <title>PHP Test</title> Â*</head> Â*<body> Â*<?php echo '<p>Hello World</p>'; ?> </body> </html> here is the html genereated, but i'm not sure if the funny charaters will show up in the message board: <html> Ê<head> Ê <title>PHP Test</title> Ê</head> Ê<body> Ê<p>Hello World</p></body> </html> thanks for the help guys. -bradly |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > extra characters in html |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|