[PHP] Re: Session, error occurs

2002-08-14 Thread Per
Daniel Canil wrote: > I have jsut recently installed a php development kit on my windows platform. > Im interested in using the session functions but I am recieving this error > when I use session_start(): > > Warning: open(/tmp\sess_540ded508edf231c47fe85bd970f936a, O_RDWR) failed: m > (2) in d:

[PHP] Re: SSL/sessions & password question

2002-08-14 Thread Wayne
Hi, All you need is: https://domain/filename method=post> https is for SSL. Wayne -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] crypt(): How to make it use blowfish?

2002-08-14 Thread Jean-Christian Imbeault
Dan Hardiker wrote: > > Use mcrypt. See the manual. I don't want to use mcrypt :) It requires me install a separate library. Or do you mean that the only to get crypt() to use Blowfish is to install mcrypt? What does crypt() require, on a RH7.2 Linux machine, in order to use Blowfish? Jc

php-general Digest 14 Aug 2002 09:40:57 -0000 Issue 1524

2002-08-14 Thread php-general-digest-help
php-general Digest 14 Aug 2002 09:40:57 - Issue 1524 Topics (messages 112440 through 112504): Re: File Upload size limit 112440 by: Rasmus Lerdorf 112442 by: Oliver Schönrock 112475 by: RPS Internet Re: Need a Web Host for php/mySQl 112441 by: vic 11

Re: [PHP] crypt(): How to make it use blowfish?

2002-08-14 Thread Dan Hardiker
> My system is a linux RH7.2 box. How can I make blowfish encryption > available to PHP's crypt? Use mcrypt. See the manual. -- Dan Hardiker [[EMAIL PROTECTED]] ADAM Software & Systems Engineer First Creative Ltd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP] Re: wanto uninstall php manual

2002-08-14 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > > I upgraded php from 4.0.4p11 to 4.0.6 with up2date (a RedHat Update > Agent). The new php includes a huge manual but I cannot find where is > it after installed, and I don't know how can access it. And more, my free > disk spac

[PHP] SSL/sessions & password question

2002-08-14 Thread Jean-Christian Imbeault
Sorry for the vagueness of the subject line but I wasn't sure what to put. Here's what I'd like to do: 1- user comes to my web site with normal (non-SSL) connection 2- user enter login name and password 3- data is submitted to a PHP script via SSL connection to same web server 4- PHP script chec

[PHP] ldap_rename refused to work

2002-08-14 Thread Roger Thomas
built: php-4.2.2 with openldap 2.0.25 i tried using the ldap_rename function to modify the dn of my ldap db but nothing seems to happen. the record was not change at all. i have followed closely the code-snippet that was given by Mr Stig Venaas at: http://marc.theaimsgroup.com/?l=php-general&m=10

[PHP] crypt(): How to make it use blowfish?

2002-08-14 Thread Jean-Christian Imbeault
I'd like to use the crypt() function and have it use Blowfish encryption. However it seems that my system doesn't support blowfish encryption since I get: CRYPT_BLOWFISH = 0 My system is a linux RH7.2 box. How can I make blowfish encryption available to PHP's crypt? Jc -- PHP General Mail

[PHP] Re: newbie PHP/HTML pull down menu problem

2002-08-14 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > > I want to pull information out of my mySQL database and use it as a pull > down menu ona web page. There are two sets of information that I need, one > is a color, and the other is the color_id, so I want to use it in the way >

[PHP] Re: Session, error occurs

2002-08-14 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I have jsut recently installed a php development kit on my windows platform. > Im interested in using the session functions but I am recieving this error > when I use session_start(): > > Warning: open(/tmp\sess_540ded508edf231c47fe85bd

RE: [PHP] Variable

2002-08-14 Thread Michael Egan
Some quick thoughts: Is the $Namak variable being correctly passed to the query? Have you tried to echo out the query just to see precisely what is being passed to MySQL? On the first line of the query: $query ="Insert into Kel (NIP,Id_kel,Nama,Status)"; You might need a space after

[PHP] Variable

2002-08-14 Thread Remon Redika
this is the form -- insert.php Nama Satu Nama Dua Nama Tiga variable and my query -- $Namak = $namasa; $Namak = $Namak.$namadu; $Namak = $N

[PHP] Re: Troubles with Classes

2002-08-14 Thread lallous
try to put any code inside the new class' constructor part, -> move the this code: > $DBQuery = new DBQueries; <--- this > is line 134 > $DBQuery->attrib["type"] = "select"; > $DBQuery->attrib["query"] = "SELECT ID_Secpage, P

Re: [PHP] Seemingly simple header problem, isn't!

2002-08-14 Thread @ Edwin
Well, then, in that case, your original problem about the header() has nothing to do with an earlier post (about IIS). Perhaps, you can try installing the latest Apache + the latest PHP and everything might just work. I've ask a friend to try it on his Win2K(sp2)+Apache2+php4.2.2 and the code w

<    1   2   3