TinyPortal

Development => Support => Topic started by: alvinleephd on December 20, 2005, 06:56:12 PM

Title: Parse error when posting PHP article..
Post by: alvinleephd on December 20, 2005, 06:56:12 PM
http://worthlessforums.com/index.php?page=6

I  get this:
Parse error: parse error, unexpected '[' in /home/alvinlee/public_html/Sources/Load.php(1598) : eval()'d code(92) : eval()'d code on line 1

what's wrong?
Title: Re: Parse error when posting PHP article..
Post by: IchBin on December 20, 2005, 07:03:44 PM
Hard to tell without seeing your code. Won't saying I'll know right off the bat, but I sometimes find the error.
Title: Re: Parse error when posting PHP article..
Post by: alvinleephd on December 20, 2005, 07:07:00 PM
what code do you need?
Title: Re: Parse error when posting PHP article..
Post by: IchBin on December 20, 2005, 07:23:15 PM
I was assuming you put some code in the block.
Title: Re: Parse error when posting PHP article..
Post by: alvinleephd on December 20, 2005, 07:27:47 PM
here's exactly what i posted:
[url=http://www.overstock.com/cgi-bin/d2.cgi?cid=54555&PAGE=PRODUCT&PROD_ID=1745894&fp=F&siteID=RjWYtCqO0.M-AxM57IbBKbSnXKgm98Klgg&cid=60488&fp=F]Link[/url]

[IMG]http://www.worthlessforums.com/upload/files/1/images/P10108086.jpg[/IMG]

HOT deal! Retails at over [b]$400[/b]

Before coupon code: $279.99
After coupon code: $249.99

Coupon code: http://www.gottadeal.com/Coupon/1002

Specs:
# 20GB storage capacity
# Store up to 80 hours of video or over 600 hours of music
# MP3/WAV/WMA audio format support
# MMPMEG-4 video format support
# 320 x 240 max video resolution
# 3.5-inch screen
# USB 2.0 interface
# FM stereo tuner
# Radio recorder
# Rechargeable lithium battery
# Up to 5 hours playback on full battery charge
Title: Re: Parse error when posting PHP article..
Post by: IchBin on December 20, 2005, 07:41:09 PM
How come you're using BBcode in a PHP article?
Try something like this:
echo ' <a href="http://www.overstock.com/cgi-bin/d2.cgi?cid=54555&PAGE=PRODUCT&PROD_ID=1745894&fp=F&siteID=RjWYtCqO0.M-AxM57IbBKbSnXKgm98Klgg&cid=60488&fp=F">Link</a>';
echo ' <br /><br /> <img src="http://www.worthlessforums.com/upload/files/1/images/P10108086.jpg" />';

echo '<br />HOT deal! Retails at over <strong>$400</strong>';

echo '<pre>Before coupon code: $279.99
After coupon code: $249.99

Coupon code: http://www.gottadeal.com/Coupon/1002

Specs:
# 20GB storage capacity
# Store up to 80 hours of video or over 600 hours of music
# MP3/WAV/WMA audio format support
# MMPMEG-4 video format support
# 320 x 240 max video resolution
# 3.5-inch screen
# USB 2.0 interface
# FM stereo tuner
# Radio recorder
# Rechargeable lithium battery
# Up to 5 hours playback on full battery charge</pre>';