Re: [PHP-DB] Date Returns

2002-03-16 Thread kras
> Does anyone know if the date function returns false if it cannot convert the > specified date/time to the format? If not, does anyone have a rule set they > use to verify the date is a valid convertible date? I need to update a row > in MSSQL, and it will fail if the date is incorrect. I've

[PHP-DB] regex problem

2002-05-18 Thread kras
Hello! I have got a big problem: I have html content in $html variable, which contains href, src and background tags. Those tags may contain relative adressess and absolute addressess which begin with http(s): or cid: (mail inline attachements) and mailto: I have also variable $basewwwservernam

[PHP-DB] ob_gzhandler

2002-09-21 Thread kras
Hello! Is there any possibility to apply more than one callback function in output buffer? For example, first should convert one characterset to another and the last one would be gzhandler to compress all converted content. regards kras -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] datetime in MSSQL7

2001-10-22 Thread kras
Hello! How can I force PHP to fetch datetime field i 'mmdd hh:mm:ss' WITHOUT using MSSQL query like *SELECT convert(varchar,dtfield,20) as 'dtfield'* and so on? I have a few tables on MSSQL with the different structures and some of fields are datetime. I have to use CLASS in php with querys