RE: [PHP-DB] Parsing of db results by PHP

2001-09-10 Thread Robert Gormley
Hrm, yup... that does what I want... thanks :) It might be a little bit messy... because it'll most likely be embedded in text :) I'm making a weblog system for myself, so the full field might be "blah blah blah blah blah" which will most likely get messy... Ahh well... Rob At 11:52 PM 10/09

RE: [PHP-DB] Parsing of db results by PHP

2001-09-10 Thread Rick Emery
use this PHP function: eval() As quoted from the PHP manual: "eval() evaluates the string given in code_str as PHP code. Among other things, this can be useful for storing code in a database text field for later execution" Further info is in the manual under the Miscellaneous Functions chapter