RE: [PHP-DB] php maximum characters in text field

2007-10-13 Thread Jürgen Wind
>varchar maxs out at 255 characters just for clarification, mysql varchar easily can hold more than 255 characters (I remember it was the case in ancient 3.x times) only if one wants to store newlines he must use type "text" just my 2 cent -- View this message in context: http://www.nabble.co

Re: [PHP-DB] date problems

2007-09-12 Thread Jürgen Wind
you can mimic the old behaviour like so: select TS, 1*TS as OldStyle; (TS being your timestamp filed) TS |OldStyle 2007-09-03 15:03:02 | 20070903150302 rDubya wrote: > > WOW!! Thanks for all the help guys!! And Instruct ICC.. you're > solution for pulling the events did work.. but.. i