Radu Topala - 2007-03-24 16:33:24 -
In reply to message 1 from Anthony
Hello,
All you got to do is enter an INSERT query into the class's processData() function. Instead of printing it to screen the $pattern_matches, you can do whatever you want with it.
sql eg.:
$sql="INSERT INTO table (name,title,date) VALUES('$pattern_matches[0]['name']','$pattern_matches[0]['title']','$pattern_matches[0]['date']')".
ETC.