Hey guys I haven't used javascript for like 7-8 months... I quickly check W3 schools, but they don't have something like this...
I want to call a php function
Now i want to call this function and make it so that it appears on the page or something like that... thanks!PHP Code:<?php
function checkLanguage(){
$words = array("uh","oh","i","can't","list","these","words");
$lower = strtolower($Word);
$length = strlen($lower);
echo str_replace($words,"Yep its a bad word...",$lower);
}


Reply With Quote



Bookmarks