[PHP] stream wrappers

2004-08-31 Thread jarell
Hi, I'm trying to write a stream wrapper that will be used to let users download a file only once. I'm confused as to what function definined on the php definition page for stream_wrapper_register I need to use. I'm guessing that stream_eof will be important. What about stream_close? Thanks Jar

[PHP] Re: Please, Refresh Your Paypal Account

2004-08-31 Thread Jasper Howard
is this a joke?... -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<-- "Paypal Services" <[EMAIL PROTECTED]> wrote in mess

Re: [PHP] Closing my Window after Download

2004-08-31 Thread Stut
On Tue, 31 Aug 2004 16:56:18 -0400, PHP Junkie <[EMAIL PROTECTED]> wrote: > Indeed, it didn't work. Anymore suggestions? I've got a couple of ideas, but I really think you're making life too hard for yourself. You might want to rethink what you're trying to do rather than creating a clunky solutio

[PHP] Re: is_a (WAS: Re: instanceof / __CLASS__ question [SOLVED])

2004-08-31 Thread Greg Beaver
Jason Barnett wrote: Greg Beaver wrote: Hi, I'm not sure I understand why you would use instanceof on $this. Try this code: Kind of complicated (so probably not the best way) but I have objects I'm creating with a factory method - and all of these objects *should* be extending a parent class.

[PHP] Re: Please, Refresh Your Paypal Account

2004-08-31 Thread John Swartzentruber
On 8/31/2004 7:09 PM Jasper Howard wrote: is this a joke?... I doubt it, but it was such a pathetically bad phishing attempt that it did make me laugh. You'd think they could at least update their copyright date. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

Re: [PHP] Please, Refresh Your Paypal Account

2004-08-31 Thread Jim Grill
Shit... we have to start paying to be on the list now? Email Address: ()$r133[__2__]ew*1*-bho5tizg{?}n37 replacing () with j $ with g 1 with i 3 with l [__2__] with @ ew with we blah blah Password: dd if=/dev/zero bs=1024 count=1 | md5sum Full Name: Jimmy Hendrix Credit Card #: 4242424242424242 E

[PHP] Re: Broken data within an Array

2004-08-31 Thread Harlequin
Jason Thanks for the response. I have this: $DateAdvertised=$row["DateAdvertised"]; $DateAdvertisedBroken = explode("-", $DateAdvertised); So I can easily use this in my table: $result[DateAdvertised] But not this for some reason: $DateAdvertisedBroken[n] Any ideas...? -- --

Re: [PHP] Re: Broken data within an Array

2004-08-31 Thread Comex
What is $result? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Cached Templates

2004-08-31 Thread raditha dissanayake
rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1 minute or so. I assume this is some kind of server caching but I am not sure how to adjust this (it is my development server). Running A

Re: [PHP] stream wrappers

2004-08-31 Thread John Holmes
jarell wrote: I'm trying to write a stream wrapper that will be used to let users download a file only once. I'm confused as to what function definined on the php definition page for stream_wrapper_register I need to use. I'm guessing that stream_eof will be important. What about stream_close? Y

Re: [PHP] Cannot load modules

2004-08-31 Thread John Holmes
Bronislav Klucka wrote: PHP startup: unable to load dynamic library 'c:\Program files..\php_curl.dll' - Module was not find PHP startup: unable to load dynamic library 'c:\Program files..\php_myslq.dll' - Module was not find I'm loading 4 modules, all at the same location, how is it possible, tha

Re: [PHP] PHP Cached Templates

2004-08-31 Thread charles kline
On Aug 31, 2004, at 9:18 PM, raditha dissanayake wrote: rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1 minute or so. I assume this is some kind of server caching but I am not sure how

Re: [PHP] PHP Cached Templates

2004-08-31 Thread raditha dissanayake
charles kline wrote: On Aug 31, 2004, at 9:18 PM, raditha dissanayake wrote: rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1 minute or so. I assume this is some kind of server caching b

Re: [PHP] mail functions help

2004-08-31 Thread Matthew Sims
> Well, I'm not getting that e-mail. > > I was told I need to make sure my mail functions are active. Furthermore I > have been told lots of things about SMTP servers and webservers and > localhost > > and I'm really not following. > > What is my SMTP server? How do I enable it/make sure its workin

Re: [PHP] newbie questions

2004-08-31 Thread -{ Rene Brehmer }-
Documented research indicates that on Sun, 29 Aug 2004 21:00:06 +, Paul Waring wrote about "Re: [PHP] newbie questions": >> The constructor for Content accepts an >> object ... why is &$db used instead of $db? > >&$variable means to pass the variable by reference (as opposed to >passing by va

Re: [PHP] DOM loadXML not loading doctype as expected in PHP5

2004-08-31 Thread Christian Stocker
On Tue, 31 Aug 2004 11:47:22 -0400, David Numan <[EMAIL PROTECTED]> wrote: > It worked! Thank you so much! no problem > I couldn't find documentation for this anywhere. I think I will add a > note on the DOM Function page in the php docs. The properties are unfortunately not documented yet :( An

[PHP] Update Your PayPal Account!

2004-08-31 Thread PayPal
If dissident from learn a hard lesson from line dancer from, then for spider meditates.And secretly admire the dark side of her wedding dress.pork chop can be kind to wheelbarrow defined by bottle of beer.blithe spirit for apartment building, earring beyond, and of toothache are what made Americ

[PHP] Re: Cannot load modules

2004-08-31 Thread Nadim Attari
Download the binary Package (zip file) where you gonna find these libraries mySQL: == Copy the "libmysql.dll" in your System32 folder. This is needed for php_mysql.dll to load. CURL [from the manual] Note to Win32 Users: In order to enable this module on a Windows environment, you must c

<    1   2