anybody know of a way to make IIS 5 footers (you know, that neet-o option)
into headers?
plezz help
[EMAIL PROTECTED]
thaxz
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
IIS 4.0 / PHP 4.0.4pl1 cgi
hmm.. ..i know that there is a bug report page,
but it wasnt working, so i thought i would just
be lazy and post it here... ...actually, maybe its
known, but as i said, couldnt check, bug page
was down. anyways I tried doing this:
$date = date("y.m.d/t.D.H.i.s.T.B");
e
php-windows Digest 30 Apr 2001 02:25:20 - Issue 571
Topics (messages 7124 through 7139):
PHP, network shares, and IIS5
7124 by: Paul Smith
7125 by: OoCobra97.aol.com
7126 by: Paul Smith
STMP
7127 by: Manesh
7128 by: Craig Morrison
7130 by: Ma
LOL...
4.0.5 hasn't been released as yet, it's due to be released Monday (in a few
hours). Yes, 4.0.6 has more bug fixes in it as well, but it's not been
alpha tested yet.
I built an Apache module today and OCI8. Looks pretty good so far.
If you're really nice to me, and tell me what you requi
> PHP, I have @home and they use pop3 is there a way i can intergrate that
> with PHP?
yes, plenty of ways:
http://www.zend.com/apps.php?CID=30
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To con
look at what Craig Morrison wrote below.
search your php.ini file for 'mail function'
and where he wrote 'mail.smtp.server' write in
your SMTP. If you dont know it, ask the person
which set up your email. If YOU set up your on
email, then check in your settings what your SMTP
server is. If you don
PHP, I have @home and they use pop3 is there a way i can intergrate that
with PHP?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
how do i set it up with II5 for win2k. I haveno clue what do do, and tell
me how to do it?
-Original Message-
From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 29, 2001 4:39 PM
To: Manesh
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] SMTP
of course you do. most of u
I don't supposed anyone has this, or knows where I could obtain a
precompiled version of 4.06 or better? From what I've read in the PHP bug
database this version may fix at least some of the problems with UNC
filenames on windows platforms.
Regards,
Paul
of course you do. most of us do. but you use that only to recieve
emails, you use SMTP (Simple Mail Trasfer Protocol) to send it.
> i use pop3
>
> your meant to know that, use the same one your useing to send your emails,
> which is under:
> (and i am guessing from your email headers your using o
i use pop3
-Original Message-
From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 29, 2001 4:20 PM
To: Manesh
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] SMTP
your meant to know that, use the same one your useing to send your emails,
which is under:
(and i am guessin
your meant to know that, use the same one your useing to send your emails,
which is under:
(and i am guessing from your email headers your using outlook)
Tools > Accounts > Properties > Servers > Outgoing Mail SMTP
> how do u now what my STMP server is?
>
> -Original Message-
> From:
how do u now what my STMP server is?
-Original Message-
From: Craig Morrison [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 29, 2001 1:42 PM
To: Manesh
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] STMP
Nice and simple..
[mail function]
SMTP= mail.smtp.server;
Hi there
Are there any nice php sites with the source code
that can be used as e commerce or forums?
Or any other interesting or useful applications?
Cheers
Xon
Nice and simple..
[mail function]
SMTP= mail.smtp.server;for win32 only
sendmail_from = [EMAIL PROTECTED] ;for win32 only
Manesh wrote:
>
> Can somoen tell me EXACTLY how to set up a STMP server? i am IIS5 on win2k
>
> and i need to now exactly what i pu
Can somoen tell me EXACTLY how to set up a STMP server? i am IIS5 on win2k
and i need to now exactly what i put it my PHP.ini
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admini
Not yet, but I want to stay with the \\computername\share
format if I can becuase then I can run the
same commands on any server without worrying about drive letters and drive.
Drive mappings are also made for the user, not the system which will cuase
me problems.
-Original Message-
F
Have you tried mapping the drive, then accessing them like that?
Hi,
I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to
host some of my files on a network share instead of on a local drive. All
that should need changing is the location on the files on IIS5, which is
\\
Hi,
I've been using PHP4 and IIS5 on Win2k and IIS5 for ages now. I now need to
host some of my files on a network share instead of on a local drive. All
that should need changing is the location on the files on IIS5, which is
\\computername\share\folder. All the non-php sites still work OK af
php-windows Digest 29 Apr 2001 12:44:13 - Issue 570
Topics (messages 7118 through 7123):
Re: IIS 5 and Tomcat?
7118 by: Chris Boothe
Oracle8 ODBC connection
7119 by: Ling Wang
Oracle8 ODBC connection Problem
7120 by: Ling Wang
How to fulfill REQUEST.QUERYSTRING()
Hi Everybody,
I have 2 tables: personal_info and family_info.
For example, in personal_info, I have ID and NAME as fields. In
family_info, I have ID, F_NAME and RELATIONSHIP as fields.
The problem is in family_info, for each ID, I have several records. Do I
need to have another field, say, COUN
Hi,
much more easier :-)) simply use $START viariable in you php code.
Greetings
Piotr
Gu Weidong-a1923c wrote:
> Want to know how to get the value of "START" from
>http://root/php.php?START="STARTSTRING"
> ?
>
> I know it is easy to get it in ASP using REQUEST.QUERYSTRING("START"), but how
22 matches
Mail list logo