[PHP-DB] Heterogeneous queries with mssql

2001-05-15 Thread Gary Pullis
from SCOPE() where contains(contents, ''unix'') ' ) as R, CONTSUPP as CS WHERE (CS.Address1=R.Path and CS.RecType='L') order by R.Rank Desc Thanks muchly! Gary Pullis Supporting: Sage MAS90/MAS200 | Linux | Windows NT | Novell Netware Office Management

RE: [PHP-DB] image upload - mime types??

2001-05-21 Thread Gary Pullis
Don't trust file extensions. Use getimagesize() to examine the file. $imginfo = getimagesize($uploadfile); switch ($imginfo[2]) { case 1: // gif case 2: // jpg case 3: // png case 4: // swf default: // not an image } -Original Message- From: Jens Nedal [mailto:[EMAIL

RE: [PHP-DB] date format display

2002-06-10 Thread Gary Pullis
/en/function.date.php You'll really want to read the page about the date function. The options for formatting your date output are just about limitless. Gary Pullis Office Management Technologies http://www.omt.cc -Original Message- From: fabrizio [mailto:[EMAIL PROTECTED]] Sent