[PHP-WIN] Re: De su interes/Publi enseñanza

2001-12-04 Thread Mike
no hablo espanol. "Universt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > PUBLI/ENSEÑANZA > > Learning > University > Area > Master-Doctoral > > > > > > Distinguido Sr./Señora: > > > Gratamente nos dirigimos a vd.para informales sobre la posibil

[PHP-WIN] De su interes/Publi enseñanza

2001-12-04 Thread universt
PUBLI/ENSEÑANZA Learning University

php-windows Digest 5 Dec 2001 03:28:50 -0000 Issue 885

2001-12-04 Thread php-windows-digest-help
php-windows Digest 5 Dec 2001 03:28:50 - Issue 885 Topics (messages 10719 through 10734): Re: IIS help 10719 by: Conover, Ryan 10724 by: Mikee 10725 by: Ertan Tike EOF character 10720 by: Albert Leonardo 10721 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK

RE: [PHP-WIN] Cookie

2001-12-04 Thread Robin Bolton
Well, as long as you've set a value for $cookiename it should work, what may be tripping you up is that PHP won't have access to that cookie until the next time you script loads. There's nothing wrong with your code, however. If that's not the case then you will need to provide us with further in

[PHP-WIN] Cookie

2001-12-04 Thread Karl S. Løland
could someone help me? i want to set a cookie but it don't work. what is wrong with this code? setCookie($Cookiename, "1", time()+86400); and could someone help me with it and tell me how i set a cookie? (if this code is totaly wrong) -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] php session id entropy source in windows..

2001-12-04 Thread Thomas Frössman
I think that it is a good idea to implement a good entropy source from something like . I belive that it goes something like this (by looking briefly at the platform SDK help). HCRYPTPROVhCryptProv; BYTEpbData[8]; CryptAcquireContext( &hCryptProv, NULL, NULL, PROV_RSA_FUL

Re: [PHP-WIN] PHP 4/MS Sql Server

2001-12-04 Thread Frank M. Kromann
Hi, If your MS SQL Client is configured to use a non TCP/IP protocol as the default protocol you cant connect using ip addresses. If it uses Named Pipes you have to use the netbios name of the server or ask your ISP to configure a client connection for you, using a name (that you then use as f

RE: [PHP-WIN] in_array with an associative array... stuck

2001-12-04 Thread alain samoun
You can: if ( in_array ( $CUST_CITY,array_keys($city_array )) ) echo " FOUND $CUST_CITY IN ARRAY"; else echo "Not found"; A+ Alain -Original Message- From: Asendorf, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 10:17 AM To: Php-Windows (E-mail) Subject: [PHP-WI

RE: [PHP-WIN] Beta testers wanted for new product

2001-12-04 Thread alain samoun
You can: if ( in_array ( $CUST_CITY,array_keys($city_array )) ) echo " FOUND $CUST_CITY IN ARRAY"; else echo "Not found"; A+ Alain -Original Message- From: Peter Jukel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 4:07 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Beta

RE: [PHP-WIN] in_array with an associative array... stuck

2001-12-04 Thread Asendorf, John
Nevermind... I figured it out by altering the inside_array pseudo function - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fu

[PHP-WIN] in_array with an associative array... stuck

2001-12-04 Thread Asendorf, John
I'm attempting to see if a variable exists in an associative array but I've come up empty after two hours... any help out there? I've already tried array_search and the psuedo functions inside_array and array_in_array from the user comments in the documentation but they all return false for what

Re: [PHP-WIN] Posting data to a web page

2001-12-04 Thread Mike Flynn
I've heard that ~256 characters is about the safe limit. -Mike At 12:25 PM 12/4/2001 +, you wrote: >Be careful using long urls! > >It's a very unreliable mechanism. > >I've tried it in the past and anything over 1K is pushing your >luck. Depending on the systems the URL is being passed th

RE: [PHP-WIN] Re: IIS help

2001-12-04 Thread Ertan Tike
You must use session based security. if user tries to see secured pages, then if user's session not registered you must give some security error. you can code a secure.php file and include secure.php in all secured pages. this is very smart method.. ertan -Original Message- From: Mike

[PHP-WIN] Re: IIS help

2001-12-04 Thread Mikee
Then this is what I would do. Make an OU on the domain controller with the members that you want to be able to access the site. In your Internet Services Manager, specify the group that you created for accessing the site and add the group to the folder where it is located. "Ryan Conover" <[EMAI

RE: [PHP-WIN] EOF character

2001-12-04 Thread Svensson, B.A.T. (HKG)
In an unix evnirionement process is responding to ctrl-d as EOF. But since EOF actualy is not something a process read, but more of a signals to the reading process it might be a void character. -Original Message- From: Albert Leonardo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

[PHP-WIN] Re: Convert number to letters

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi all > How can convert number to letters in PHP? > ( for example 254=two handres and fifty four ) > > Thanks for help Here's a NumtoWords function in Pascal. I don't have one in PHP...Maybe someone could convert it for us... (***

[PHP-WIN] EOF character

2001-12-04 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370304-12-01 15:01 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] It's small and green with little antlers. Sorry, it's been a long day... 8-) -Steve From: [EMAIL PRO

[PHP-WIN] EOF character

2001-12-04 Thread Albert Leonardo
What is EOF(End Of File) Character looks like? -- 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] RE: IIS help

2001-12-04 Thread Conover, Ryan
I do not want everyone to access the site though. How do I restrict by nt account users. I currently just have basic authentication checked under directory secutiry in IIS. If I check the anonymous box and add the IUSER to the according folder, everyone gets access. I do not want everyone to hav

php-windows Digest 4 Dec 2001 12:24:09 -0000 Issue 884

2001-12-04 Thread php-windows-digest-help
php-windows Digest 4 Dec 2001 12:24:09 - Issue 884 Topics (messages 10713 through 10718): IIS snmp address? 10713 by: Josh Seward PHP 4/MS Sql Server 10714 by: Louis Romestant Re: MYSQL and PHP 10715 by: Svensson, B.A.T. (HKG) Convert number to letters 107

[PHP-WIN] Posting data to a web page

2001-12-04 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 04-12-01 12:22 - -> [EMAIL PROTECTED] -> [EMAIL PROTE

RE: [PHP-WIN] IIS help

2001-12-04 Thread Christian Sandfeld
Don't know if you can find your answer there, but have a look at www.15seconds.com /Christian -Original Message- From: Conover, Ryan [mailto:[EMAIL PROTECTED]] Sent: 3. december 2001 23:02 To: '[EMAIL PROTECTED]' Subject: [PHP-WIN] IIS help I know this is a php forum, but I am not sure