Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 78
8 members and 70 guests
achtso4illesttj, getzw5tridofy6n, horbd4aseracidn, howsztoge2xwtp, hypye4notherape, makaa3emoneywit, res3sawumewotg4, watpperpr
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
Help with php coding for tag board
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: May 2003
Help with php coding for tag board - 07-12-2003, 12:40 AM

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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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