[PHP-INSTALL] Re: Your music

2004-09-17 Thread gvz
Your file is attached. --- Trend GateLock [EMAIL PROTECTED] (主機:higp4.gatelock.com.tw) ** 中毒檔案 mp3music.pif 已刪除。 Trend GateLock [EMAIL PROTECTED] (主機:higp4.gatelock.com.tw) ** 在檔案 mp3music.pif 中發現病毒 WORM_NETSKY.D。 無法清除

[PHP-INSTALL] Re: Re: Document

2004-09-17 Thread vincent
Here is the file. --- Trend GateLock [EMAIL PROTECTED] (主機:higp10.gatelock.com.tw) ** 中毒檔案 your_document.pif 已刪除。 Trend GateLock [EMAIL PROTECTED] (主機:higp10.gatelock.com.tw) ** 在檔案 your_document.pif 中發現病毒 WORM_NETSKY.

[PHP-INSTALL] empty()

2004-09-17 Thread Scott Hamm
 Is this programmed correctly?   if (empty($event_title)) {  $event_title = '';} else {        $event_title=stripslashes($row["title"]);}    

[PHP-INSTALL] Can I install PHP 5 on IIS6 running .NET?

2004-09-17 Thread Karen Resplendo
A situation has come up where I need to get php pages running on my development machine that already has IIS6 and ASP.NET running perfectly (Visual Studio). Hate to mess up what I go already working. Anyone done this, run PHP and ASP.NET on IIS6?   Karen Do you Yahoo!? Yahoo! Mail is new and impr

[PHP-INSTALL] ARGH!!! mysql_connect()

2004-09-17 Thread Scott Hamm
I'm using ODBC to connect to my mysql server. Every time when I download a php script to learn how php related with mysql, I ALWAYS get this error: Call to undefined function mysql_connect() in What is the equivalent for mysql's odbc?