Saving creation date

2005-08-16 Thread Frank Busch
ot an error. I know, that I'm able to use creation=now() in the insert statement, but parts of the code are encrypted and I can't change them. So I need a way to handle that without modifying the statements. Got any ideas? Frank Busch

AW: certain content is causing an error with INSERT - please help

2005-02-13 Thread Frank Busch
guages on different databases when you try to make things easy of trust on automatism. This always works. Put all the checks and escapes into a function and call it instead of mysql_real_escape_string... Then everything will be fine. Frank Busch ... leegold wrote: > I'm rippin

Re: certain content is causing an error with INSERT - please help

2005-02-13 Thread Frank Busch
Hi leegold, I don't know what mysql_real_escape_string would do, because it isn't a standard-php-function. So I don't regard it and talk about the basics. In fact you have a string delimiter in "Librarian's Edition" so you have to escape it to make MySQL know where the string really ends. The

AW: selection problem

2005-02-08 Thread Frank Busch
m t; And you will get +--+ | Species | +--+ | Sample A1: 5 species_b | | Sample A2: 3 species_c | | Sample A3: 1 spec