[PHP-WIN] Re: Visibility of the root in an APACHE setting

2005-09-25 Thread Darvin
s own home directory. Tony Darvin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] R: [PHP-WIN] error query

2002-03-01 Thread Darvin Andrioli
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 > &

[PHP-WIN] R: [PHP-WIN] for loop...

2002-03-08 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] mail() with attachments

2002-03-28 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] Files....

2002-03-29 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] Image generation question

2002-04-24 Thread Darvin Andrioli
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

[PHP-WIN] Re: expat extension

2002-11-08 Thread Darvin Andrioli
how you make it work? Grazie. Darvin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] R: [PHP-WIN] Printing functions

2001-08-13 Thread Darvin Andrioli
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 > >

[PHP-WIN] R: [PHP-WIN] Array

2001-08-21 Thread Darvin Andrioli
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 > &

[PHP-WIN] R: [PHP-WIN] PHP MSDOS Console

2001-08-21 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] Upload

2001-08-23 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] Install problems

2001-08-23 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] printer_open() undefined

2001-10-04 Thread Darvin Andrioli
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_

[PHP-WIN] R: [PHP-WIN] Re: $PHP_SELF

2002-01-07 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Darvin Andrioli
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]

[PHP-WIN] R: [PHP-WIN] Shared Memory/Shmop on Windows

2002-01-30 Thread Darvin Andrioli
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 --

[PHP-WIN] R: [PHP-WIN] Can't pass variables to PHP scripts?! Please help.

2002-02-04 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] PHP 4.3 unable to load php_domxml.dll in WinXP Apache 2.0.43

2002-12-30 Thread Darvin Andrioli
;, 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

[PHP-WIN] R: [PHP-WIN] Undefined variable: PHP_SELF -- Need Help

2003-01-17 Thread Darvin Andrioli
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:

[PHP-WIN] R: [PHP-WIN] maximun execution time

2003-01-27 Thread Darvin Andrioli
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

RE: [PHP-WIN] Date question

2003-06-24 Thread Darvin Andrioli
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

RE: [PHP-WIN] Problems with mssql_connect

2003-09-12 Thread Darvin Andrioli
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

RE: [PHP-WIN] Problem printing on server side

2003-12-04 Thread Darvin Andrioli
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

RE: [PHP-WIN] Is it possible to CONVERT file formats?

2001-01-25 Thread Darvin Andrioli
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,

RE: [PHP-WIN] assigning variable names on the fly, backed myself in to a corner

2001-02-13 Thread Darvin Andrioli
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

RE: [PHP-WIN] PHP4 and MS Access

2001-02-20 Thread Darvin Andrioli
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:

RE: [PHP-WIN] Uninitialized Variables

2001-03-15 Thread Darvin Andrioli
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

RE: [PHP-WIN] X-powered line... can't get rid of it!

2001-03-23 Thread Darvin Andrioli
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

RE: [PHP-WIN] Seriously newbie question

2001-03-27 Thread Darvin Andrioli
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

RE: [PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)

2001-03-27 Thread Darvin Andrioli
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

RE: [PHP-WIN] saving images which have been assigned a strange name

2001-04-09 Thread Darvin Andrioli
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

[PHP-WIN] R: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Darvin Andrioli
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

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Darvin Andrioli
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

Re: [PHP-WIN] Misunderstanding mssql_query in the manual

2005-09-12 Thread Darvin Andrioli
> -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