The 10th day of the 31st month of 2001 is the same as the 10th day of
the 7th month of 2003 so I would guess that you have $pdate[3] and
$pdate[2] the wrong way round when you call mktime().
http://www.php.net/manual/en/function.mktime.php says that it should be
like this:
int mktime (int hour, i
php-windows Digest 31 Oct 2001 03:33:29 - Issue 830
Topics (messages 10107 through 10131):
Re: permissions running dnscmd with exec
10107 by: Karen Siefken
10108 by: kmahan
10113 by: Mize, Robert
10114 by: kmahan
10115 by: Mize, Robert
Re: Floating P
this is my code:
ereg("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})
([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})",$rowsko[2], $pdate);
echo date("l, F j, Y [h:i:s A]",
mktime($pdate[4],$pdate[5],$pdate[6],$pdate[3],$pdate[2],2001));
$rowsko[2] is equal to "2001-10-31 10:55:02"
but the result was: Thursday,
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
Hey there,
I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get
the mail function to work. It doesn't complain -- nothing complains. The
email are not going through
It's supposed to be a contact form that emails the info to me. I don't get
the emails. It's also su
TO THE 9 BEST PORN SITES ON THE WEB
http://www.geocities.com/horstyqse/
JUST CLICK THE ABOVE LINK TO GET YOUR
FREE HARDCORE ACCEESS
AND I'LL SEE YOU INSIDE
WARNING: This site contains explicit sexual material.
You must be 18 or older to proceed.
To be taken off this l
Try this:
dir php.ini/s/ah
It may be marked as hidden.
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.21 Guestbook http://www.gaylenandmargie.com/phpwebsite
"Sharan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i ran the commmand
";
}
?>
more information on how to use date() and the rest of the built in PHP
functions can be found here:
http://www.php.net/manual/en/function.date.php
rob.
-Original Message-
From: Marius [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 30, 2001 4:13 PM
To: [EMAIL PROTECTED]
Subjec
I wanna list the next 12 Month in PHP, that shuld look so:
01-31.Monthname.2001
01-31.Monthname.2001
01-31.Monthname.2001
.
How to list them correctly and dynamicly in php?!
Thx!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
[mail function]
; For Win32 only.
SMTP = "my servers ip address" ; for Win32 only
; For Win32 only.
sendmail_from = "[EMAIL PROTECTED]" ; for Win32 only
; For Unix only. You may supply arguments as well (default:
'sendmail -t -i').
;sendmail_path = C:\Inetpub\mailroot\Pickup
ive tested droppin
I wanna use PHP in my app like the Apache does, so that PHP compiles
Web-Pages for my app
- Original Message -
From: "Svensson, B.A.T. " <[EMAIL PROTECTED]>
To: "Marius" <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 5:19 PM
Subject: RE: [PHP-WIN] Including php in my app
> What are
Maybe because that bloody *(%$&*()^@$#^ IIS need to be restarted before
changes will take affect - at least that holds true for ASP when fiddling
with the global.asp file. (Some one ought to be shoot...)
Cheers
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent
Hello,
I am running IIS 5.0, PHP 4.0.6, and MySQL 3.23.
I have a script that includes the following two lines:
$script = getenv ("SCRIPT_NAME");
and,
session_start ( );
Apparently, sessions are not working because I am receiving an error back that
is indicative of this. I ch
i ran the commmand
C:\>dir php.ini/s
and got this output
Directory of C:\Data\downloads\web related\try\php-4.0.6-Win32\pear\tests
07/25/2000 01:55a 43 php.ini
1 File(s) 43 bytes
Directory of C:\programs\php-4.0.6\pear\tests
07/25/2000 01:55a
Hmmm.. I don't know. Are you using the php function exec()? I have had
some problems with that before when using the ISAPI filter. I had to go
to the cgi version to get that to work. I believe the errors I recieved
when calling exec() or system() using the php ISAPI filter were
permission errors,
I have allowed Iuser to execute dnscmd, so that should handle it, but it
doesn't. Just to try your suggestion i added Iuser with full admin privlages
for a bit. Still no luck. What else would cuase it to get an access denied.
"Robert Mize" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">
Never setup a Win2k DNS server, but my guess is only local Admin or
someone specified in a "DNS Admin" group would be able to execute
dnscmd. That might explain why you could do it from a command line. IIS
executes php.exe using IUSER_. That acct would probably
have to be added to the "DNS Admin"
This might happen if not a watch dog timer is set up to signal a network
time out. (If you uses socket calls in Unix for example, then the default
time out is set to infinity...)
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, October 30, 2001 6:30
--- Received from FPU.WHITES1 799 3703 30-10-01 17:28
-> [EMAIL PROTECTED]
I tried this from C++ once a couple of years ago and had the same problem.
Wait until you get that bit working, then you'll find that sometimes windows
caches network connection information, and ev
I put together this simple script but seem to be having problems with it.
All the script does is ping an IP addy and then replies back if it is up or
down. The problem is with the fsockopen command. It seems if the IP is up it
works fine, only when the IP is offline does it hang at that point in t
>Is there a way to limit the amount of decimal places a floating point
>equation will calculate out to? I have an equation that I get -1.#IND
>as the value of the equation sometimes. Does anyone know what this
>means? There are no errors in the formula that is being equated.
>Please help me
no luck with that one either.
"Karen Siefken" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Try setting IWAM to full control
> K
>
> "Kmahan" <[EMAIL PROTECTED]> wrote in message
> news:<[EMAIL PROTECTED]>...
> > System: Win2k Advanced server
> >
> > anyone
Try setting IWAM to full control
K
"Kmahan" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> System: Win2k Advanced server
>
> anyone else having trouble running this with php but no trouble with a
> command line. Also i can get back the command line usage information but
> when
php-windows Digest 30 Oct 2001 14:32:02 - Issue 829
Topics (messages 10099 through 10106):
Re: Help, connection object in php
10099 by: Svensson, B.A.T.
10100 by: Ross Fleming
10101 by: Ross Fleming
10103 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK
Re: Floating P
I have a new problem...
I have been working with the dll fine I have accessed the properties and
methods and all the functions work great: com_propput, com_propret,
com_invoke. BUT I have a permissions problem because I am getting a
stackdump file in my virtual web folder with tis message on the
I try to wrote Web-interface for DNS. Only simple test version now. I'd like
to listen your comets to make real good and useful thing. ail me you coments
please
begin 666 dns.zip
M4$L#!!0``@`(`+)V7BN5U&O5OP(```4%```';6%N+G1X=(U4RV[;,!"\
M"] _[*F)`9M!FZ))W4L?N1@(`A0ND&-!2VN+%1\"2450O[ZSE OG&$
>Is there a way to limit the amount of
>decimal places a floating point equation
>will calculate out to?
>I have an equation that I get -1.#IND
>as the value of the equation sometimes.
>Does anyone know what this means?
This is a so called overflow error.
When you are doing division sometime
--- Received from FPU.WHITES1 799 3703 30-10-01 10:31
-> [EMAIL PROTECTED]
Agreed. In my experience ODBC can rarely handle 'production' load, though
fine for simple personal apps. Other problem relating to ODBC is that to be
truly backend independent you have to really
32 matches
Mail list logo