TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 11:27:02 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,165
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 135
  • Total: 135

Parse error when posting PHP article..

Started by alvinleephd, December 20, 2005, 06:56:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alvinleephd

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?

IchBin

Hard to tell without seeing your code. Won't saying I'll know right off the bat, but I sometimes find the error.

alvinleephd


IchBin

I was assuming you put some code in the block.

alvinleephd

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

IchBin

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>';