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
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,
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!..
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
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
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
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
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
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
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
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
>
>
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
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:
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
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
(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
//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
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]
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
.
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
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
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
>
>
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)
--
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
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
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
; 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
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
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