Re: [PHP-DB] Insert Update

2001-08-04 Thread Leo de Kleijn
Use REPLACE - Oorspronkelijk bericht - Van: "Joris Kluivers" <[EMAIL PROTECTED]> Aan: <[EMAIL PROTECTED]> Verzonden: zaterdag 4 augustus 2001 18:20 Onderwerp: [PHP-DB] Insert Update is there a mysql query that inserts into a database, but if the item already exists it does not insert bu

Re: [PHP-DB] Storing Code in a db?

2001-06-28 Thread Leo de Kleijn
It's possible. Store the function as a text field, retrieve it and use eval($fieldvalue); > Hey there, > Is it possible to store code like a function, for example, in a mysql > database and pull it into a php dynamicallly so you can use the function if > needed? > > Mark > Leo -- PHP Database