Re: [PHP-WIN] Re: PHP with IIS

2002-08-27 Thread Saci
=php_interbase.dll extension=php_gd2.dll Regards Saci -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php pages appear only on server machine, not in others computers with IIS

2002-08-26 Thread Saci
On my develop machine , who is the where IIS server is running everything works perfect, all html and php pages works ok. If I try to use another computer on the same network to browse my pages, I receive only the html pages and the message CGI ERROR while trying to open a php page. What I n

[PHP-WIN] Re: PHP with IIS

2002-08-21 Thread Saci
Make a file called teste.php and put this inside this file Save this file to your wwwroot IIS directory and try to open with a browser, if you see all your php configuration everthing is ok but if you see the lines above php does not work. -- PHP Windows Mailing List (http://www.php.net

Re: [PHP-WIN] ADO & ODBC , for experts only

2002-08-21 Thread Saci
I used sqllog to trace the problem , I don't know why but the line $Rs->AddNew; do nothing on php. While insert a record on ASP. Mistery ?

Re: [PHP-WIN] ADO & ODBC , for experts only

2002-08-21 Thread Saci
To void any matter regarding string size I changed the str_repeat to 2 ( also the asp similar one),. And the problem still the same even with small strings. Asp runs perfectly , php runs and don't show any error but does not include the new record with the new data. I'm thinking about some kin

Re: [PHP-WIN] ADO & ODBC , for experts only

2002-08-21 Thread Saci
Yes that's the idea I try to show , And I need to discover how to surpass the 254 chars limit I guess that the solution is to use append chunk, but I'm triyng to use that methode without sucess Look for the 2 folowing codes one in asp and another in php, I tried to make both codes as identic

[PHP-WIN] ADO & ODBC , for experts only

2002-08-20 Thread Saci
This code works partially only on the 1st on 2nd Execute comand runs well the 3rd one return the error Warning: Invoke() failed: Exceção. Source: Microsoft OLE DB Provider for ODBC Drivers Description: [Microsoft][ODBC Visual FoxPro Driver]Command contains unrecognized phrase/keyword. in But

[PHP-WIN] Re: My Scripts are not seeing querystring vars.

2002-08-19 Thread Saci
Did you Install 4.21 or 4.22 ? They have set globals to off. This means that now you must use a different way to use variables $_POST['yourvar'] or $_GET['yourvar'] "Richard Vincent" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I recentl

Re: [PHP-WIN] Re: Beginner question - blank php page

2002-07-04 Thread Saci
Only this is enough You sample are correct, you probably have problem in php install "Dash McElroy" <[EMAIL PROTECTED]> escreveu na mensagem ABA3F1F1A223D411BE6C006008A6F7E26043CA@MSX1-PTON">news:ABA3F1F1A223D411BE6C006008A6F7E26043CA@MSX1-PTON... > Try and view your source. If you see

Re: [PHP-WIN] Programmer Job Posting: Work From Home

2002-06-29 Thread Saci
Investor put money , you put your work. If the bussines goes to bankruptcy they lose money you lose time. If the bussines goes well both gain money. Nothing special for investor, but a nightware for salary works. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP-WIN] Re: My functions dosent work

2002-06-29 Thread Saci
Quotes makes diference if you forget $ema = $_POST['email']; $spo = $_POST['kom']; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Set Locale

2002-06-28 Thread Saci
For example setlocale(LC_ALL, "De"); setlocale(LC_ALL, 'nl_NL'); Where I can found a table with all locale strings available ? What is the string to set locale to Brazilian locale ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mistery ?

2002-06-28 Thread Saci
Look at this 2 lines global $daysToShow,$image, $diagramWidth,$diagramHeight; global $daysToShow, $image, $diagramWidth,$diagramHeight; How can i have the message Parse error: parse error, unexpected T_VARIABLE in d:\inetpub\wwwroot\impac\php\teste30.php on line 15 on the 2nd and no err

[PHP-WIN] Re: Upper

2002-06-27 Thread Saci
Thank you is the rigth one. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Upper

2002-06-27 Thread Saci
I have one variable with "Abcdef" And i need a function to convert all characteres to uppercase For exemple $myvar = ""Abcdef"; $myuppedvar = upper($myvar); echo "$myuppedvar" // must show ABCDEF The function upper does not exist in PHP ( This is a Delphi one) . I would like to know what is

[PHP-WIN] Self Answer

2002-06-26 Thread Saci
I downloaded http://www.php.net/do_download.php?download_file=php-4.2.1-installer.exe Then extracted all file form extensions folder and copy to c:\php\extensions And added this to php .ini ; Directory in which the loadable extensions (modules) reside. extension_dir = c:\php\extensions\ extensi

[PHP-WIN] Interbase on IIS with php 4.21

2002-06-26 Thread Saci
I have Interbase (Firebird) installed and working When i try to connect using PHP4.21 (Installed with autoinstaler) I receive the folowing message Fatal error: Call to undefined function: ibase_connect() in d:\inetpub\wwwroot\impac\php\teste16.php on line 7 Why the ibase)connect() functio

[PHP-WIN] Re: This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
It's not pedantic. I asked for that, this will help on improvement. Thank you > This probably isn't really the right place to discuss this kind of thing, > but to be pedantic, you probably shouldn't have content (like the form tag) > after your tag - it's just not well-formed HTML. > --

Re: [PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
I guess that this code are crazy, because this code come from my mind, a 2 day newbye on PHP. The "crazy thing is putting half code prior to and half after. "Christian Leberfinger" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > sorrysorrysorry - I didn

[PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
None http://www.microsoft.com/";>Microsoft http://www.altavista.com/";>Altavista http://php.net/";>Php.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Newbye question

2002-06-23 Thread Saci
Hi Cristian I tried your code , and receive the folowing message Notice: Undefined index: texto in d:\inetpub\wwwroot\impac\php\teste03.php on line 5 I guess my problem is regarding configuration, to help here is my php.ini [PHP] engine = On short_open_tag = On asp_tags = on precision=

[PHP-WIN] Re: Newbye question

2002-06-22 Thread Saci
I told that on my email. The question is : What is wrong ? "Brian Graham" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm not a PHP expert, but I'm going to bet that since the error wasn't in > the code (it worked on your ISP), it's going to be in you

[PHP-WIN] PHP Windows / FreeBSD the Turtle and Rabbit

2002-06-22 Thread Saci
Take a look on the following links with the same code http://www.internalnet.com.br/php/teste03.php PHP on Windows http://66.39.125.73/php/teste03.php3 PHP on FreeBSD The FreeBSD is quicker than windows about 10 times, is this case exception, or Linux and UNIX systems are rea

[PHP-WIN] Newbye question

2002-06-22 Thread Saci
I installed php 4.2.1 on windows XP using the PHP 4.2.1 installer [897Kb] - 13 May 2002 Apparently php is working since the classic hello word from php is running, but I have some problems with variables I have the following php code, who runs perfectly on my isp, but give a message error on my