PHP HELP!! ><, it'll only take a couple seconds xP |
PHP HELP!! ><, it'll only take a couple seconds xP |
May 12 2006, 10:52 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 54 Joined: Dec 2004 Member No: 74,101 |
Hey guys.. I'm having a problem that's really bugging me whenever i create a new page on my website.
When I enter text into my php code... to put in the part where the main text is (like the main text box), it's perfectly fine. The page shows up. However, when I try to input an image into my code, the page won't show up and says something like this when I go to the page: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/ellen/public_html/j4u/forfans.php on line 135 Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/ellen/public_html/j4u/forfans.php on line 135 What am I doing wrong? Someone help me..>< |
|
|
|
hypr_azn PHP HELP!! >< May 12 2006, 10:52 PM
mipadi Your syntax is wrong. You may be missing a semicol... May 13 2006, 12:54 PM
hypr_azn i'm reallly sorri for the late reply.. :^.^;;:... May 16 2006, 08:23 PM
mipadi You have one of two problems, or possibly both:You... May 16 2006, 09:46 PM
hypr_azn I dont find any mistakes.. Here's my code tho... May 17 2006, 04:27 PM
mipadi You have a mistake on line 133, I think. Your echo... May 18 2006, 07:14 AM
hypr_azn thxx soo much!! i added a \n"; t... May 18 2006, 09:48 PM![]() ![]() |