php-windows Digest 7 May 2001 15:18:42 -0000 Issue 584

Topics (messages 7331 through 7335):

Your Internet Education!
        7331 by: Noel Hadfield

Re: NT Domain authentification
        7332 by: Ruslan Ohitin

Get rows over certain data
        7333 by: PHPWIN
        7335 by: Svensson, B.A.T.

Problems while inserting an image into MSSQL
        7334 by: Hugo Alexandre Almeida Soares Dias

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Learn about computers and the Internet and build a business while you are 
doing it.

Just hit:

mailto:[EMAIL PROTECTED]?Subject=Education

To be removed from this list, hit:

mailto:[EMAIL PROTECTED]?Subject=Remove




Hello Jerome,

Try to use this http://www.armcad.narod.ru/userserver.zip
I can't remember, where I get it. Maybe somewhere in www.phpbuilder.com

J> I work on an intranet project in my company. We've got an NT domain. I want
J> to restrict access to certain pages of my intranet using the groups and
J> password of my NT domain, how can i do that ???
J> I know it's possible to make directories not available with NT but I want to
J> know who are connected for example to know who is filling my form for the
J> holidays to enter this demand in my database...
J> Thx for your answer ...

-- 
Best regards,
 Ruslan [EMAIL PROTECTED]






Hi 
   Anyone knows how to retrieve rows over a certain date in MySql if the rows all have 
a datetime field, of type timestamp .
Like to get the rows modified in the last week or 3 days or just today?

Thanks
Xon




>-----Original Message-----
>From: PHPWIN
>Sent: Monday, May 07, 2001 5:06 AM
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] Get rows over certain data
>
>
>Hi 
>   Anyone knows how to retrieve rows over a certain date in 
>MySql if the rows all have a datetime field, of type timestamp .
>Like to get the rows modified in the last week or 3 days or just today?

select * 
from timetable
where convert(varchar, date, 112) between  '20010407' and '20010507'

        /RTFM





Hi,

I'm having a problem when 'm trying to insert an image into a image field
in MSSQL.

Does anyone know's how to solve my problem?

Before inserting the image, i execute this piece of code:
         if (!($fp=fopen($file,"r"))) echo "ERRO NO FREAD: $fp";
         $banner=str_replace("'","''",fread($fp, filesize($file)));
         fclose($fp);

Thank you.

P.S. I placed into the reply-to my other e-mail [EMAIL PROTECTED] Please add it
to the reply.
Hugo Alexandre Dias
Eng. Sistemas Informática
[EMAIL PROTECTED]


Reply via email to