Lost Password?

  #1 (permalink)  
Old 02-08-2007, 10:38 AM
Jaan's Avatar   
Jaan Jaan is offline
Moderator
 
Join Date: Dec 2006
Location: Estonia
Age: 17
Posts: 799
Last Blog:
Wadio Media Layout Com...
Rep Power: 14
Jaan is a jewel in the roughJaan is a jewel in the roughJaan is a jewel in the rough
Send a message via MSN to Jaan
Default Bad words replacement

It's like Show smileys using str_replace() that tutorial. I hope it helps.

PHP Code:
<?php

// Display your form
function form(){

echo 
"<form action='?act=show' method='post'>"
    
."<textarea name='text' cols='50' rows='10'></textarea><br>"
    
."<input type='submit' value='Show'>"
    
."</form>";
    
}

function 
show(){

// Request your text
$text $_REQUEST['text'];

// This will determine things what you want to replace
$bad_words = array("banana""tomato""grape");

// This will determine your text replacement
$fix = array("******""******""*****");
$content str_replace($bad_words$fix$text);

// Show your text without bad words
echo $content;

}

switch(
$act){

default;
form();
break;

case 
"show";
show();
break;

}

?>
have fun

Example
__________________


Cheap & Professional Web Design | Need help? Send a PM

Last edited by Jaan; 10-30-2007 at 05:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-08-2007, 11:17 AM
xXHalfSliceXx's Avatar   
xXHalfSliceXx xXHalfSliceXx is offline
Co-Administrator
 
Join Date: Oct 2006
Location: Hendersonville, NC
Age: 24
Posts: 1,161
Rep Power: 20
xXHalfSliceXx is on a distinguished road
Send a message via AIM to xXHalfSliceXx Send a message via MSN to xXHalfSliceXx Send a message via Yahoo to xXHalfSliceXx
Default

Very nice. I like it
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Company
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


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



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
How to get random words clankman C and C++ 6 08-11-2007 03:00 AM
Dictonary Program programmer 101 Java Help 9 07-01-2007 01:39 PM
Target Words mysticalone Affiliate Marketplace 0 01-25-2007 02:15 AM


All times are GMT -5. The time now is 11:32 PM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
LogicKills ........ 20.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads