Re: [PHP] Oracle 8i + non perstistant database connections remaining open.

2001-07-10 Thread Thies C. Arntzen
On Tue, Jul 10, 2001 at 09:32:32AM +0100, Taylor, Stewart wrote: > Hello, > > > I'm using > OCI8 Revision 1.96 > Oracle Version 8.1 > Apache Apache/1.3.11 > Redhat Linux 6.2 > php 4.0.2 > > I am connecting to my database using a non-persistant connection (ocilogin). > My applications run wit

Re: [PHP] the triple equal sign?

2001-07-16 Thread Thies C. Arntzen
On Mon, Jul 16, 2001 at 04:36:54AM -0700, elias wrote: > What is the '===' ? > > Please give me an example. ("" == false) is true ("" === false) is false re, tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Image Submission into a Database & Updating

2001-07-19 Thread Brad R. C.
Ok.. I have created a submission form that works great just like what I want.. but there is one minor detail if possible to figure out. When I let users upload a photo to my site, the image will be stored on the server hdd and the name of the image will be stored in the database. Works great!..

Re: [PHP] Ocifreestatement() and shared memory error?

2001-07-20 Thread Thies C. Arntzen
On Thu, Jul 19, 2001 at 08:56:18PM +0300, Rouvas Stathis wrote: > Michael Champagne wrote: > > > > We recently ran into Oracle error ORA-04031 which has something to do with > > your shared memory being filled up or thrashed (I'm not a DBA so I'm vague on > > this.) I noticed that a lot of the P

[PHP] ...No PNG support in this PHP build ....

2001-07-25 Thread Brian C. Doyle
Hello all, I have some code that I have in 2 different directories on my server in the one directory it runs and draws the Image. In another directory it will not? I have both directorys chmod the same the 2 directories are with different owners. What am I doing wrong? The error I am gettin

[PHP] Utilizing info from 2 tables in the database

2001-07-26 Thread Brad R. C.
Lets say I have created 2 tables : create table comments {contents} userid username comment datetime user ip primary key key table users {contents} userid username and many more.. :) -- if I want to get that to work togther to add comments to users would I have something like this

Re: [PHP] issues with __sleep() and __wakeup()

2001-08-01 Thread Thies C. Arntzen
On Tue, Jul 31, 2001 at 02:48:48PM -0600, mike cullerton wrote: > on 7/31/01 1:48 PM, scott [gts] at [EMAIL PROTECTED] wrote: > > > I am having a problem with __sleep(); > > there mere existance of it is causing my object > > to not get serialized at all. __wakeup() works fine. > > > > i am usi

[PHP] Session problems..

2001-08-06 Thread Sean C. McCarthy
the class works. Is it a scope problem? Any help will be appreciated. Thanx. Sean C. McCarthy -- PHP General 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

Re: [PHP] SSL encryption type in PHP?

2001-08-07 Thread Sean C. McCarthy
Hi, You can tell it using the variables from the server. Using Apache you can access the variables specs at: http://www.apache-ssl.org/docs.html With Apache SSL is SSL_CIPHER returns the variable about SSL/TLS ciphersuite. Sean C. McCarthy SCI, SL (www.sci-spain.com) &qu

Re: [PHP] Am I being Hacked ???

2001-08-07 Thread Sean C. McCarthy
lots of this? If just a few I wouldn't say its an attack but a problem from the person making the request. Sean C. McCarthy SCI, SL (www.sci-spain.com) Mark Lo wrote: > > Hi, > > My apache log files contains the following log info sending from my > deskto

Re: [PHP] ICMP Ping

2001-08-07 Thread Sean C. McCarthy
Hi All, You meant: http://www.PHPClasses.UpperDesign.com/ didn't you? Sean C. McCarthy SCI, SL (www.sci-spain.com) hassan el forkani wrote: > > look for icmp at > http://phpclasses.upperdesigns.com i beilive there is a class that does > just that > >

Re: [PHP] WDDX recordset data

2001-08-07 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 12:21:30AM +0500, Vikram Vaswani wrote: > Can anyone point me to a resource which explains how to iterate through > WDDX recordsets with PHP? wddx_deserialize()? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [PHP] SSL encryption type in PHP?

2001-08-08 Thread Sean C. McCarthy
Hi, Use getenv() since it is a CGI variable. Look at the manual. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) "Dr. Evil" wrote: > > > You can tell it using the variables from the server. Using Apache you > > can access the variables specs at:

Re: [PHP] parse and fatal errors don't seem to touch my handler

2001-08-08 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 04:43:15PM +0200, Darius Ivanauskas wrote: > Any ideas ? fatal errors cannot be caught in user-space as of now. tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP] session problems when calling within a class.

2001-08-08 Thread Sean C. McCarthy
is with variable scope. Even with register_globals and track_vars the code didn't work for me. If you find out something please post it (or at least send me a message with your findings) because actually I was doing that stuff with just functions and not a class. Hope it's useful for

Re: [PHP] MySQL connection

2001-08-09 Thread Sean C. McCarthy
(unix chown and chmod, more info 'man chmod' and 'man chown'). If you are using W9x/ME you're out of luck. Hope this helps. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) BRACK wrote: > > I have tested again what I said yesterday and found that if I ha

Re: [PHP] PHP in corporate settings?

2001-08-09 Thread Sean C. McCarthy
//www2.linuxjournal.com/lj-issues/issue85/index.html Sean C. McCarthy SCI, S.L. (www.sci-spain.com) BTW: I use Linux for work and home, and I like things like PHP ;-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP] PHP in corporate settings?

2001-08-09 Thread Sean C. McCarthy
t that. I read "open source" and not Open Source as OSD ;-) Sean C. McCarthy SCI, S.L. (www.sci-spain.com) -- PHP General 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]

Re: [PHP] Determining browser encryption strength

2001-08-10 Thread Sean C. McCarthy
encryption. If you do not have a strong know-how at SSL I recommend you these two links: Intro to SSL http://developer.netscape.com/docs/manuals/security/sslin/index.htm Apache-SSL doc http://www.apache-ssl.org/docs.html Hope this helps you. Sean C. McCarthy SCI, S.L. (www.sci

Re: [PHP] Re: Storing Credit Card Numbers, etc.

2001-08-14 Thread Sean C. McCarthy
. Hope this helps Sean C. McCarthy SCI, S.L. (www.sci-spain.com) Richard Lynch wrote: > > > I'm new to PHP and to e-commerce. Needless to say, I've done a lot of > > studying over the last few weeks and I'm ready to dive in head first! > > Actua

Re: [PHP] session security issue

2001-08-14 Thread Sean C. McCarthy
Hi, For security use SSL and get the SSLSession ID instead. This cannot be fooled since it is based in PK handshake and with simetric encryption. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) Christian Dechery wrote: > > I have pages that uses session for security that

Re: [PHP] Date function

2001-08-15 Thread Brian C. Doyle
I use $date = explode("-", $msql_date); $date = date("d F",mktime(0,0,0,$date[1],$date[2],$date[0])); At 08:08 AM 8/15/01 -0700, Mike Mike wrote: >Hello, >I'm pulling a date out of MySQL as 2001-10-18. >How do I make it print October 18 in php? >Thanks much > --Mike > >

[PHP] Object members dynamic access?

2001-08-15 Thread Sean C. McCarthy
now this doesn't work, and have searched the manual and haven't found anything on it. I doubt it since this is more or less the work of the Arrays and not the way a class should behave. Anyway any ideas? thanks in advance. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) --

Re: [PHP] Re: Object members dynamic access?

2001-08-15 Thread Sean C. McCarthy
c. Thanks. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) Cerel wrote: > > Try this : > > class foo { > var $var1="hello"; > var $var2="world"; > } > ... > ... > $fooinstance = new foo; > $vartest=$fooinstance->var1; > e

Re: [PHP] PNG support...

2001-08-20 Thread Brian C. Doyle
I have had the same problem with no resolution is this a BUG? At 10:21 AM 8/20/01 -0400, Jeff Lewis wrote: >With 4.04 I had PNG working fine and could create images in a cron job I >was running. When we upgraded to 4.06 we seemed to have lost the >ability. While calling my PHP file up in the

[PHP] fwrite????

2001-08-20 Thread Brian C. Doyle
Hello all, Is is possible to just append to the end of a file using fwrite??? Currently I am reading the contents for the file into an array then add to the array what I want and rewrite the file from the array... And well that is just silly... How else would I do this?? -- PHP General Ma

Re: [PHP] fwrite????

2001-08-20 Thread Brian C. Doyle
; place the file pointer at the end > of the file. If the file does not exist, attempt to create it. >..." > >info from >http://www.php.net/manual/en/function.fopen.php > >- Original Message - >From: Brian C. Doyle <[EMAIL PROTECTED]> >To: <[EMAIL PRO

[PHP] register_globals odd behaviour?

2001-08-20 Thread Sean C. McCarthy
viour happen with higher versions too? Thanks in advance. Sean C. McCarthy SCI, S.L. (www.sci-spain.com) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato

Re: [PHP] List of files?

2001-08-21 Thread Brian C. Doyle
Here is some code that I use to do what you wanted and attach is the files for the folders. This uses javascript that works well with Internet Explorer and creates sublist that appear in the folder. Untitled