Re: [PHP-WIN] accessing the regisry with php

2002-08-25 Thread Egil Helland
PHP? > > Thanks, > Kevin > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- egil helland / it consultant (mcse, web technology) web: ikon.as / egil.net -- PHP Windows Mailing List (http://ww

Re: [PHP-WIN] ODBC on Windows XP

2002-07-08 Thread Egil Helland
up a system datasource if php is to see it. -e -- egil helland / it consultant (mcse, web technology) web: ikon.as / egil.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP and Cookies

2002-06-24 Thread Egil Helland
Try phpbuilder.com, search for cookies On Monday, June 24, 2002, at 09:26 PM, James Meers wrote: > Hi, > > Does anyone know any good PHP reference/learning sites for > understanding how to use Cookies with PHP? > > Cheers > > Jambo > -- egil helland

Re: [PHP-WIN] checking for characters

2002-04-09 Thread Egil Helland
some text, one field is a emailadressthing, I > want > to check the string that this field produces and see if there is a @ > and at > leaste one . after the @. > > help me =) > > z > > /brother > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubsc

Re: [PHP-WIN] Cannot connect to MySQL with PHP 4.1.1

2002-03-01 Thread Egil Helland
starts working again right away! -e On Fri, 1 Mar 2002 14:31:18 +0100, Egil Helland wrote: >I actully use the $link = part, I just did not include it below. The > MySQL daemon is there allright, I am hooked up to it now in fact, >but php is not able to do the same! > >This is no p

Re: [PHP-WIN] Cannot connect to MySQL with PHP 4.1.1

2002-03-01 Thread Egil Helland
7;Could not connect'); > >The output I get is: > >Warning: Can't connect to MySQL server on 'localhost' (10061) in > on line 77 > >Warning: MySQL Connection Failed: Can't connect to MySQL server on >'localhost' (10061) in

[PHP-WIN] Cannot connect to MySQL with PHP 4.1.1

2002-03-01 Thread Egil Helland
ne 77 Could not connect Regards, Egil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet mailto:[EMAIL PROTECTED] http://egil.net //=- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Compiled 4.1.2 version

2002-02-28 Thread Egil Helland
Regarding the latest security recommondations - is there a 4.1.2 compiled php version available for the win32 platform somewhere? If so, please point me there, as I lack compiling tools right now. -e -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP-WIN] Has anyone gotten session_destroy() to actually work on Windows?

2001-12-07 Thread Egil Helland
mpty up those vars with session_unset, and the conclude the whole thing with session_destroy: session_start(); session_unset(); session_destroy(); Works like a charm... :) Regards, EGil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet

Re: [PHP-WIN] Active Diretory????????????

2001-11-19 Thread Egil Helland
ave it laying around. Poke me if you need it, but LDAP works fine. IIRC I did trouble around some with the authentication, but the rest was fine. Check out the docs for php ldap support at php.net. Cheers, Egil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet mailto:[EMAIL PRO

Re: [PHP-WIN] Back button using sessions

2001-11-18 Thread Egil Helland
ite, do it with headers instead, eg: session_start(); header("Cache-Control: "); header("pragma: "); blah blah blah... Hope this helps! ;) Cheers, Egil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet mailto:[EMAIL PROTECTED] http://egil.net

Re: [PHP-WIN] Secure Web Application

2001-11-18 Thread Egil Helland
ll encrypt your users password, use the password field type to get them encrypted. But I need some more info regarding your solution here to help you out properly I guess... Cheers, Egil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet mailto

RE: [PHP-WIN] Inserting symbols into a mysql database from PHP

2001-10-15 Thread Egil Helland
urldecode-ing it when reading it, but it didn't help. > >Any suggestions? Surely this must be possible? > >Thanks in advance > >Ross > > >-- >PHP Windows Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] For >additional commands,

[PHP-WIN] Cannot get PHP 4.0.6+IIS4 to connect to MySQL DBs

2001-10-07 Thread Egil Helland
this, so please, if you have been into this, and found a way out other than downgrading, let me know. Regards, Egil -=// Egil Helland / IKON AS - MCSE, Internet, Intranet mailto:[EMAIL PROTECTED] http://egil.net //=- -- PHP Windows Mailing List (http

Re: [PHP-WIN] %s %s addition... what's it do and is it my problem?

2001-05-24 Thread Egil Helland
i.e., when someone type in an incorrect URL >>that ends >>in .php, they get a CGI error instead of a 404, at this point, it >>doesn't >>seem to allow php.exe to shut down... so every now and then I >>have to >>restart the server so that I can get rid of the