s own home directory.
Tony
Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Mark,
what is the value of $MID? Have it the table name or any other unespected
value?
Cheers
Darvin
> -Messaggio originale-
> Da: Mark Sweeney [mailto:[EMAIL PROTECTED]]
> Inviato: sabato 2 marzo 2002 0.17
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] error query
>
&
Hi Murphy
this is a very dumb answer... you may test if Approve.length is equal to
zero before the second loop, so you may change your code to
for(int i = 0; i < View.length; i++)
if(Approve.length==0) { do something }
else {
for(int l = 0; l mailto:[EM
See this colomns
http://www.zend.com/zend/spotlight/sendmimeemailpart1.php
Darvin
> -Messaggio originale-
> Da: George Pitcher [mailto:[EMAIL PROTECTED]]
> Inviato: giovedì 28 marzo 2002 12.26
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] mail() with attachments
>
&g
or really you have that code?
The statement should be "fputs($fp,"$EditorValue");"
Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do you have enabled the GD extension ?
Darvin
> -Messaggio originale-
> Da: Matt Babineau [mailto:[EMAIL PROTECTED]]
> Inviato: mercoledi 24 aprile 2002 18.02
> A: 'Php-Win (E-mail)'
> Oggetto: [PHP-WIN] Image generation question
>
>
> I have been tr
how you make it work?
Grazie.
Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Have you inserted "extension=php_printer.dll" in you php.ini ?
Darvin
> -Messaggio originale-
> Da: Deleo Paulo Ribeiro Junior [mailto:[EMAIL PROTECTED]]
> Inviato: sabato 11 agosto 2001 15.44
> A: Lista PHP
> Oggetto: [PHP-WIN] Printing functions
>
>
Change your code in:
}
?>
You will obtain an array, named test, with 5 elements.
Bye
Darvin
> -Messaggio originale-
> Da: Sichta Daniel [mailto:[EMAIL PROTECTED]]
> Inviato: martedi 21 agosto 2001 15.15
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] Array
>
&
The PHP use the C_style to access to the command line. So $argv[1] is the
first parameter, $argv[2] the second and so on...
$argc is the number of parameters.
Greatings
Darvin
> -Messaggio originale-
> Da: SereyVuth Hong [mailto:[EMAIL PROTECTED]]
> Inviato: martedì 21 ag
Hi Daniel
Are the file size less then the parameter "upload_max_filesize"?
Darvin
> -Messaggio originale-
> Da: Sichta Daniel [mailto:[EMAIL PROTECTED]]
> Inviato: giovedi 23 agosto 2001 9.23
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] Upload
>
>
> H
n/x-httpd-php "/phpexe/php.exe"
Greatings
Darvin
> -Messaggio originale-
> Da: Ronald Weinrich [mailto:[EMAIL PROTECTED]]
> Inviato: giovedì 23 agosto 2001 12.23
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] Install problems
>
>
> Hello All
>
> I try to ins
Do you have comment out the line "extension=php_printer.dll" in your
php.ini?
Regards
Darvin
> -Messaggio originale-
> Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Inviato: giovedì 4 ottobre 2001 17.53
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] printer_
Try $_SERVER["PHP_SELF"]
Darvin
> -Messaggio originale-
> Da: David [mailto:[EMAIL PROTECTED]]
> Inviato: domenica 6 gennaio 2002 3.12
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] Re: $PHP_SELF
>
>
> Steve Yates said something on 05 Jan 2002, in
OTECTED]\nX-Mailer: PHP/".phpversion();
mail($Dest,$Subj,$Text,$extra);
Hope this help you
Regards
Darvin
--
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]
x27;s
> supposed to and I believe this may be the reason. Does anyone have
> suggestions? I'm a newbie to PHP.
>
>From the manual, chapter "Shared Memory Functions":
"...The functions [the shared memory function] will not work on windows,..."
Regards
Darvin
--
Travis, you hve register_globals set to off. You my turn it on, or,
according to security issue, use $_REQUEST["testvar"].
Regards
Darvin Andrioli
> -Messaggio originale-
> Da: Travis Wyatt [mailto:[EMAIL PROTECTED]]
> Inviato: lunedì 4 febbraio 2002 7.51
&g
;, probably you may
find some usefull info inside it.
Regards
Darvin
> -Messaggio originale-
> Da: Rui Costa [mailto:[EMAIL PROTECTED]]
> Inviato: domenica 29 dicembre 2002 15.37
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] PHP 4.3 unable to load php_domxml.dll in WinXP Apache
Hi Ray
you may use $_SERVER['PHP_SELF'] or turn on the parameter 'register_global'
For more info:
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.serve
r
Darvin
> -Messaggio originale-
> Da: Ray [mailto:[EMAIL PROTECTED]]
> Inviato:
http://www.php.net/manual/en/function.set-time-limit.php
Darvin
> -Messaggio originale-
> Da: Bobo Wieland [mailto:[EMAIL PROTECTED]]
> Inviato: lunedì 27 gennaio 2003 18.36
> A: [EMAIL PROTECTED]
> Oggetto: [PHP-WIN] maximun execution time
>
>
> Is there some wa
t form using
> $row["expiration"] it displays it as 'Jun 24 2003 09:09 AM'.
> How can I display the date as the above without the conversion.
Do you mean MS SQL Server? If so, you must use the 'convert' function inside
your SQL query (i.e. select top 10 conver
r\php\mssql.php on line 10
Do you have comment out the line 'extension=php_mssql.dll' in your php.ini?
For more detial how to configure PHP and MS Sql, see
http://www.php.net/manual/en/ref.mssql.php ( or
http://www.php.net/manual/it/ref.mssql.php the italian version ).
Ciao
Darvin
Php 4.3.4 as CGI
Note that the manual says that PRINTER_ENUM_NETWORK | PRINTER_ENUM_REMOTE
work only on WinNt and Win2000
Hope this help you
Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think is better for long document, and
the last solution ( textarea with javascript ) for small notes. I think that I'll give
both the ways.
If you get some new could you let me know?
Thanks
Darvin
-Original Message-
From: Mike Flynn [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday,
o you get the value of the variable named tag_type$i, otherwise yo get only the
string "tag_type value of $i"
Darvin
> -Original Message-
> From: Asendorf, John [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 13 February 2001 07:58
> To: Php-Windows (E-mail)
> Subje
Check the contents of '$tblIngress' and '$tblText', some characters , such as ' , may
give you this error .
Darvin
-Original Message-
From: Glenn [SMTP:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 2:08 PM
To: [EMAIL PROTECTED]
Subject:
You may use the function isset.
Try this code:
if (!isset($id)) { // variable not set
}
Regards
Darvin
-Original Message-
From: Dwight Sparling [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 3:44 AM
To: [EMAIL PROTECTED]
Subject:[PHP-WIN
threads of this list, to get
the old mail about this message.
Regards
Darvin
-Original Message-
From: Asendorf, John [SMTP:[EMAIL PROTECTED]]
Sent: Friday, March 23, 2001 12:50 PM
To: Php-Windows (E-mail)
Subject:[PHP-WIN] X-powered line... can't get rid of it!
I
php4/php.exe"
This is my configuration. The first lines identifies where you have installed php, in
the second line you say which extension identifies the php script, and in the last
one, you what Apache must execute.
Regards
Darvin
-Original Message-
From: Mark W [SMT
Hi,
change the following lines:
from
ScriptAlias /php/ "php"
to
ScriptAlias /php/ "c:/path/to/your/php/directory/"
and the third line from
Action application/x-httpd-php "php/php.exe"
to
Action application/x-httpd-php "/php/php.exe"
At the e
ft.com/isapi/gosupport.asp?TARGET=/support/kb/articles/q182/3/15.asp>
At the moment I never made test using IE 5, probably, I'll run it in future.
Bye
Darvin
-Original Message-
From: Urmil Parikh [SMTP:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 12:35 PM
To: Php Wind
Have a look at the example at
http://it2.php.net/manual/en/function.printer-draw-text.php
it may help you.
Darvin
> -Messaggio originale-
> Da: Nick [mailto:[EMAIL PROTECTED]
> Inviato: martedì 19 aprile 2005 15.04
> A: php-windows@lists.php.net
> Oggetto: Re: [PHP-WIN] Ca
functions and ask the Word Document Object to print its own files.
Darvin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Messaggio originale-
> Da: Alf Stockton [mailto:[EMAIL PROTECTED]
> Inviato: lunedì 12 settembre 2005 17.45
[...]
> So my code reads:-
>
> if(($rs = TRUE)) {
^^^
Is it your code or do you forget many "=" in the example?
It should be
34 matches
Mail list logo