» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
0 members and 58 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Help with php coding for tag board within the Site design forums, part of the General category; Attempting to add a tag board in php. Keep getting this error: Code: Warning: Empty Delimiter in /home/virtual/*...


Go Back   Nukemods Forum » General » Site design

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-12-2003, 12:40 AM
Junior Member
 
Join Date: May 2003
Posts: 35
Help with php coding for tag board
Attempting to add a tag board in php. Keep getting this error:
Code:
Warning: Empty Delimiter in /home/virtual/*BEEP*/fst/var/www/html/tagit/post.php on line 70
Im running through a text file for now and here is a chunk of the php from line 60 through line 80:

Code:
            if (strlen($word_array[$i]) > $maxword)
              {
                echo "$beginning$error_wordlen$ending";
                exit;
              }
          }
      }

    /* Filters out keywords, can be used to limit profanity */
    if ($filter == 1)
      {
        for ($i = 0; $i <= sizeof($keywords); $i++)
          {
            if (stristr($nick, $keywords[$i]) || stristr($message, $keywords[$i]))
              {
                $error = str_replace("[KEYWORD]", $keywords[$i], $error_keyword);
                echo "$beginning$error$ending";
                exit;
              }
Running phpmyadmin 2.3.2

Any help would be great!

Wonton
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Coding Theme for template! vap0r Site design 1 07-17-2006 06:24 PM
Coding question in the download section RMRuler Open topics 5 06-04-2006 08:58 AM
coding help? dietcoke Site design 5 04-06-2006 05:59 PM
Have Designs, Will work for Coding. mataroo Site design 7 12-10-2004 08:53 PM


All times are GMT -5. The time now is 12:12 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31