[PHP] php_mssql.dll extension problem

2002-06-03 Thread Todor Stoyanov
Hi, I'm trying to load the php_mssql.dll extension and always get this error: PHP Warning: Unable to load dynamic library 'C:\PHP\extensions\php_mssql.dll' - The specified procedure could not be found. in Unknown on line 0. Any ideas?? Thanks Todor -- PHP General Mailing List

[PHP] GIF support in PHP

2002-03-25 Thread Todor Stoyanov
Is there a way to add GIF support in PHP without recompiling? Just adding as an extension. Tanks a lot. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trouble with Sessions

2002-02-21 Thread Todor Stoyanov
That's right Send these headers after the session_register() header(Cache-Control: ); header(pragma: ); Leaving the values empty will allow the browser to decide if to get the result page from the cache. It works for me fine, but I'm not sure in case with SSL secured page. Richard Baskett

[PHP] Win32 PHP + PostgreSQL support

2002-02-07 Thread Todor Stoyanov
Any ideas how to get PHP for win32 with PostgreSql support? Cheers Todor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to have custom error pages rather than CGI Error. The specifed ...

2002-02-01 Thread Todor Stoyanov
In IIS 5 Go to Web site properties, then Custom Errors and edit the properties of error 404. Nyon [EMAIL PROTECTED] wrote in message 002c01c1ab4d$afeb4ef0$8401a8c0@kayak01">news:002c01c1ab4d$afeb4ef0$8401a8c0@kayak01... Hi, I am running PHP on W2k. How do I redirect an url if a php file is

[PHP] Re: javascripts commands

2002-02-01 Thread Todor Stoyanov
document.forms['yourcombo'].options[document.forms['yourcombo'].selectedInde x].value Eduardo Melo [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... How can i access an HTML ComboBox content using javascript language ? thank's eduardo melo computer programmer

[PHP] Re: setting/reading session_id before session_start

2002-01-30 Thread Todor Stoyanov
Just start the session again with session_starrt(), PHP will not start the session again if it already exists. [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Maybe I'm having a brain fart, please set me straight: I want to use session_id($myval) to use a

[PHP] Re: A real simple question...

2002-01-30 Thread Todor Stoyanov
That's the way echo system(/usr/local/misc/ftpusers); Liam Mackenzie [EMAIL PROTECTED] wrote in message 003c01c1a970$986e47c0$0700a8c0@enigma">news:003c01c1a970$986e47c0$0700a8c0@enigma... Hey everyone, Got a question... How to I run a program and print it's output into a document? For

[PHP] Re: HOWTO: detect browser's script enabled?

2002-01-29 Thread Todor Stoyanov
use the noscript/noscript tag Ivo Stoykov [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi I've fillowing (dull perhaps) question: Could I chanck somehow whether the browser has script enabled. I'd like to use it for my statistics. I saw such into