0
votes
1answer
157 views

Preg Replace with functions

Preg Replace with functions, how do I fix without getting an error?: <?php function getInfo($id,$slot){ if(!$id){ return '<b>Error</b> Id Not Returned. Please contact ...
0
votes
3answers
147 views

Replacing keywords in text with php & mysql

I have a news site containing an archive with more than 1 million news. I created a word definitions database with about 3000 entries, consisting of word-definition pairs. What I want to do is adding ...