=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
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
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
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 ?
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
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
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
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
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
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
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
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
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
Thank you is the rigth one.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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.
>
--
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
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
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=
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
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
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
24 matches
Mail list logo