tp://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
William Cox
email: [EMAIL PROTECTED]
blog: http://my-dimension.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
My system:
Windows XP
Apache
SMTP server: MailEnable
PHP 5.0.2
Whenever I try to use the mail function, it returns me a value of "false".
My php.ini settings are:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
Here's the function I'm using:
This always returns: bool(false)
ytes to be exact). Putting the
> fread inside a while loop and reading until 0 bytes read eventually gets the entire
> page. Anyone know the reason for this, and how to fix it?
>
>
--
William Cox
email: [EMAIL PROTECTED]
blog: http://my-dimension.com
--
PHP Windows Mailing List (ht
But you can run a server application with php GTk as a client application.
-Message d'origine-
De : Oliver John V. Tibi [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 8 juillet 2004 06:41
À : [EMAIL PROTECTED]
Objet : [PHP-WIN] Re: GTK - why not?
hi dude!
the reason behind php- gtk not being
But you can run a server application with php GTk as a client application.
-Message d'origine-
De : Oliver John V. Tibi [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 8 juillet 2004 06:41
À : [EMAIL PROTECTED]
Objet : [PHP-WIN] Re: GTK - why not?
hi dude!
the reason behind php- gtk not being
How the password could output ** on screen ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-Message d'origine-
De : Gerardo Rojas [mailto:[EMAIL PROTECTED]
Envoyé : mardi 8 juin 2004 15:37
À : [EMAIL PROTECTED]
Objet : [PHP-WIN] PHP extensions (dll's)
Is there a way to find out what extensions are loaded, at runtime? I want
to know if a certain dll is loaded or another one i
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I just want to see the numbers before 10 seconds in my browser like in shell
mod.
-Message d'origine-
De : Luis Moreira [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 26 mai 2004 17:21
À : William CANDILLON; [EMAIL PROTECTED]
Objet : Re: [PHP-WIN] Output Control
William CANDILLON
I just want to see the numbers before 10 seconds
-Message d'origine-
De : Luis Moreira [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 26 mai 2004 17:21
À : William CANDILLON; [EMAIL PROTECTED]
Objet : Re: [PHP-WIN] Output Control
William CANDILLON wrote:
>I want to execute my scr
I want to execute my script in a browser as with the shell mode.
Example:
I've tried this but it's doesn't work :
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If the code which execute the code is at c:\ : $dir = '/backups'
-Message d'origine-
De : Harpreet [mailto:[EMAIL PROTECTED]
Envoyé : lundi 26 avril 2004 22:29
À : [EMAIL PROTECTED]
Objet : [PHP-WIN] using filemtime
The filemtime works for the following but the minute i use a server nam
Or:
', $string);
Echo ($text[0]);
?>
-Message d'origine-
De : William CANDILLON [mailto:[EMAIL PROTECTED]
Envoyé : lundi 26 avril 2004 21:16
À : [EMAIL PROTECTED]
Objet : RE: [PHP-WIN] modifying a substring
Use xml_parse_into_struct () :
To show the code out t
Use xml_parse_into_struct () :
To show the code out the :
", $fp)== false) {
++$i
$fp = fread($string, $i);
}
$txt = substr ($fp, -6);
Echo ($txt);
?>
-Message d'origine-
De : John Yu [mailto:[EMAIL PROTECTED]
Envoyé : lundi 26 avril 2004 18:44
À : [EMAIL PROTECTED]
Objet : [PHP-WI
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL).
Here has one thing is very strange, I use
header("Location:http://xxx.xxx.xxx.xx";) to redirect address,
when execute the same page with same operation processes and arguments,
I will got CGI Error message sometimes.
I can't found out what's h
Thks a lot, it's work perfectly.
-Message d'origine-
De : Piotr Pluciennik [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 5 mars 2004 14:32
À : [EMAIL PROTECTED]
Objet : Re: [PHP-WIN] PHP compiler
Try:
http://www.ioncube.com/
HTH,
Piotr
--- William CANDILLON <[EMAIL PROT
Heya ^^
I wanna know if there are a way to "compile" our own php script ?
Regards.
StorM
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi i can not get my sessions working i have created the c:\temp folder and
shared it and made it writable by I_USR.
I am running the ISAPI.dll and php is working fine except for sessions how
can i troubleshoot my php install or debug the php since there is no error i
can find it just never starts
What is the proper way to unset a $_POST
variable? I found that when I refresh the screen, the $_POST variable is always
there. I have tried using “unset” or assign a value to it and none
of them work.
William Cheung B.Sc, MCSE, MCDBA
Databyte Corp.
that trick.
William Cheung B.Sc, MCSE, MCDBA
Databyte Corp.
-Original Message-
From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
Sent: September 23, 2003 4:15 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Problem with 2 buttons
What is the purpose of the HIDDE
Thanks for clearing up my confusion. But the problem is still there. I now
wonder if anyone ever put two clickable images in a form.
William Cheung B.Sc, MCSE, MCDBA
Databyte Corp.
-Original Message-
From: Donatas [mailto:[EMAIL PROTECTED]
Sent: September 23, 2003 2:15 AM
To: [EMAIL
Please ignore the word "DEFANGED_". I don't know why it is there when I
paste it.
William Cheung <mailto:[EMAIL PROTECTED]> B.Sc, MCSE, MCDBA
Databyte Corp. <http://www.databyte.com/>
-Original Message-
From: William Cheung [mailto:[EMAIL PROTECTED]
?
Update
order
Cancel
order
William Cheung B.Sc, MCSE, MCDBA
Databyte Corp.
I need to error log the script name and
the line number that an error occurs. Are there built-in variables I could make
use of?
William
Hi,
We are planning to use PHP on windows 2000 but which is the better web
server to use under this these circumstances IIS or Apache?
Thanks
Will
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How could I display GIF image in 4.3.2. I tried the example in "Image
Functions" manual and showed nothing.
<>--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-Original Message-
From: Luis Moreira
To: Svensson, B.A.T. (HKG); ''William Fisher ' '
Cc: [EMAIL PROTECTED]
Sent: 2003-03-11 15:42
Subject: Re: [PHP-WIN] Newbie attempting file open...
What for ?
The option "r" stans for "read".
If what William is doing
The Question: It is my understanding that fopen() using the "r" option will either
open the indicated file for read only OR create one if it doesn't exist. fopen() is
giving me this error when trying to create/open a file.
Warning: fopen(c:/program files/apache group/apache/htdocs/test.txt)
X) Limit to: GET,HEAD,POST
[X] Script Engine
--
Now you will have to do step #2 for however many variations of the php
extensions you want to have. I have never had a problem with this setup and
having been running it for the past year and a half this way.
Hope this
No, see http://uk.php.net/manual/en/language.basic-syntax.php
I quote: "There are four sets of tags which can be used to denote blocks of
PHP code. Of these, only two ( and . .
.) are always available;"
/* PHP CODE */ is perfectly valid way of
escaping from HTML into PHP.
G
"Warren Vail" <[EM
or seeing the
> code, it's kinda hard to say what you can do to optimize it...
>
> HTH,
>
> Richy
>
> ==
> Richard Black
> Senior Developer, DataVisibility Ltd - http://www.datavisibility.com
> Tel: 0141 951 3481
> Email
1)Is there anything I should do to adjust this script to optimize/ensure it
doesn't time out before finished?
2)Will a long process like this keep the general users from using the
system?
Thanks,
william
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The index page has an include for the footer page...
Virile V lets
men and women in a loving relationship restore the bond of closeness
and
intimacy that sometimes gets lost when sex becomes infrequent or
unsatisfying.
Simply put, Virile V,
The index page has an include for the footer...
"William Stickles" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everyone.
> I have been teaching myself PHP over the past few months. I have to
say
> that I am impress
Hello everyone.
I have been teaching myself PHP over the past few months. I have to say
that I am impressed with the learning curve for it. I do have a problem that
has popped up that maybe someone could help with. I have a javascript that
clears my forms using the onLoad command for my other
e two filenames are different. Is this a
known issue and are people going to fix this in the next release?
--
William Lee (Will)| Sendmail Inc.
Email: [EMAIL PROTECTED] | http://www.sendmail.com
Tel:(510) 594-5505|
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,
y set to /tmp which I
would assume wrong, and to still be set up for a linux box, but I wasn't
positive on this. What would be a good setting?
Thanks,
William
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
THat works. Thanks. I was clueless as to why it wouldn't work. Could you
explain why the ./ is necessary? I'm still a newbie, and I'm just curious so
that I don't repeat the same mistake in other areas.
Thanks
William
Angie Tollerson wrote:
> try include("./main.
='..') in
c:\program files\apache group\apache\htdocs\site\index.php on line 45
The syntax I used to call the include is
include("main.inc");
This worked on the REAL server I'm using, so I was wondering why it
won't work locally.
Thanks
William
--
PHP Windows Ma
in the php.ini file? I
just want to print text. Can anybody help me please.
I can't find it anywhere.
William Schipper
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Rename any test text file to "tester.htaccess", open, choose open with,
check always open with, notepad.exe, and Description of type may be httpd
DIR OverRide Settings ...
This will associate .htaccess with notepad and make life easier.
""Matt Hivner"" <[EMAIL PROTECTED]> wrote in message
9dr8f
I'd like to thank everyone for their responses... After trying many
variations, I finally figured it out. By changing the single quotes back
to double quotes (normally some of the parameters to the where clause are
variables), I changed the double quotes around the first DatePart argument
t
Hello,
I'm trying to get the following query to work:
$query1 = 'SELECT COUNT(RunNumber) AS RunCount,
DatePart("m", CallDate) AS MonNum
FROM CallData
WHERE (CallDate Between #1/1/00# AND #12/31/00#)
AND Driver = 173
How, exactly, do I go about modifying someone else's bug report
without being one of the developers? I can't seem to find any
way to do it.
>I placed a bug report some weeks ago at bugs.php.net, stating this
>problem, related but not limited to a few applications that
wouldn't
>start until apach
I had Apache 1.3.12 running with PHP 4.0.4 previously as a cgi. I
couldn't compile the Apache module. When there was mention of Apache
1.3.17 on this list I went and got it. Hooray! I could compile my
Apache module. Now, however, if Apache is running with the PHP module
loaded Netscape 6 w
47 matches
Mail list logo