Re: [PHP-WIN] displaying neat and tidy currency notation?

2004-12-03 Thread William Cox
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

[PHP-WIN] mail function not working

2004-11-07 Thread William Lee
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)

Re: [PHP-WIN] Downloading webpages

2004-10-12 Thread William Cox
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

RE: [PHP-WIN] Re: GTK - why not?

2004-07-08 Thread William CANDILLON
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

RE: [PHP-WIN] Re: GTK - why not?

2004-07-08 Thread William CANDILLON
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

[PHP-WIN] Password input in cli

2004-07-05 Thread William CANDILLON
How the password could output ** on screen ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP extensions (dll's)

2004-06-08 Thread William CANDILLON
-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

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
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

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
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

[PHP-WIN] udp and tcp packet

2004-06-06 Thread William CANDILLON
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

RE: [PHP-WIN] Output Control

2004-05-26 Thread William CANDILLON
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

RE: [PHP-WIN] Output Control

2004-05-26 Thread 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

[PHP-WIN] Output Control

2004-05-26 Thread William CANDILLON
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

RE: [PHP-WIN] using filemtime

2004-04-26 Thread William CANDILLON
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

RE: [PHP-WIN] modifying a substring

2004-04-26 Thread William CANDILLON
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

RE: [PHP-WIN] modifying a substring

2004-04-26 Thread William CANDILLON
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

[PHP-WIN] CGI Error Message

2004-03-17 Thread William Liu
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

RE: [PHP-WIN] PHP compiler

2004-03-05 Thread William CANDILLON
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

[PHP-WIN] PHP compiler

2004-03-04 Thread William CANDILLON
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

[PHP-WIN] php4.3.4 sessions and IIs6 2003 server not working

2004-01-02 Thread William D. Wright
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

[PHP-WIN] How to unset $_POST variable?

2003-10-22 Thread William Cheung
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.   

RE: [PHP-WIN] Problem with 2 buttons

2003-09-23 Thread William Cheung
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

RE: [PHP-WIN] Problem with 2 buttons

2003-09-23 Thread William Cheung
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

RE: [PHP-WIN] Problem with 2 buttons

2003-09-22 Thread William Cheung
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]

[PHP-WIN] Problem with 2 buttons

2003-09-22 Thread William Cheung
?                        Update order                Cancel order      William Cheung B.Sc, MCSE, MCDBA Databyte Corp.   

[PHP-WIN] How to get script name and line number

2003-08-28 Thread William Cheung
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

[PHP-WIN] Apache or IIS

2003-07-31 Thread William Harrison
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

[PHP-WIN] How to display GIF image

2003-06-06 Thread William Cheung
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

RE: [PHP-WIN] Newbie attempting file open...

2003-03-11 Thread William Fisher
-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

[PHP-WIN] Newbie attempting file open...

2003-03-10 Thread William Fisher
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)

[PHP-WIN] Re: Problem with W2K + IIS 5.0 + PHP 4.2.2 running as module (isapi)

2002-11-06 Thread William Holroyd
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

[PHP-WIN] Re:

2002-10-26 Thread George William Smith
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

Re: [PHP-WIN] long admin processes. script timeout.

2002-09-19 Thread William
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

[PHP-WIN] long admin processes. script timeout.

2002-09-19 Thread William
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

[PHP-WIN] Re: Clear Form onLoad

2002-07-15 Thread William Stickles
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,

[PHP-WIN] Re: Clear Form onLoad

2002-07-15 Thread William Stickles
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

[PHP-WIN] Clear Form onLoad

2002-07-15 Thread William Stickles
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

[PHP-WIN] Windows build problem for 4.1.2

2002-03-13 Thread William Lee
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,

[PHP-WIN] sessions

2001-08-09 Thread William E. T.
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

Re: [PHP-WIN] includes

2001-08-07 Thread William E. T.
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.

[PHP-WIN] includes

2001-08-07 Thread William E. T.
='..') 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

[PHP-WIN] Printing text on a printer in PHP4 Using PRINTER function

2001-07-18 Thread William Schipper
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]

Re: [PHP-WIN] .htaccess

2001-05-17 Thread William Jay
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

[PHP-WIN] Help with ODBC to Access query [Solved]

2001-03-06 Thread S. William Schulz
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

[PHP-WIN] Help with ODBC to Access query

2001-03-05 Thread S. William Schulz
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

Re: [PHP-WIN] Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6

2001-02-20 Thread William Stockall
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

[PHP-WIN] Problems with Apache 1.3.17, PHP 4.0.4pl1 and Netscape 6

2001-02-19 Thread William Stockall
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