Re: [PHP] building a php based subscription site (not a porn site)

2001-11-16 Thread richard phynga
:-) done it many times It is ALWAYS preferable to have the user choose the username FIRST, then pay. That way they have taken posession of a 'good' so to speak, for which they must pay. If they pay BEFORE they choose, they may be unable to find a username they want, and then they want their

Re: [PHP] I have pulled all my hair out - imap_sort still not working - please help!

2001-11-16 Thread richard phynga
27;ll need strcmp() and a whole lot of if/else if blocks. > > > > On Wed, 14 Nov 2001, richard phynga wrote: > > > Hello people out there, > > > > I have been tearing my hair out with this one, as I cannot get > imap_sort > > to perform correctly. >

[PHP] I have pulled all my hair out - imap_sort still not working - please help!

2001-11-14 Thread richard phynga
Hello people out there, I have been tearing my hair out with this one, as I cannot get imap_sort to perform correctly. below is the piece of code that I use. of all the sort types, only SORTSIZE works. All the otheres give incorreclty sorted lists. to see an example of this please go to : http

[PHP] Session_destroy problems...

2001-11-02 Thread richard phynga
Hi all, I am a log time lurker on this list thanks to all the major contributors who have helped me learn :-) I seem to have a problem with teh session_destroy function in that it appears not to work for me I am running RH7.1 (kernel 2.4.10) with php4.0.5 . here is the code that is not workin

Re: [PHP] COPY TO SENT FOLDER

2001-10-24 Thread richard phynga
use imap_append. That is what that function is for... it is also how to handle drafts... check out www.tijuana.com, it is a commercial web based mail service I wrote entirely in php with IMAP support. It also handles multiple attachments, multiple attachment forwarding, and sign up 'on-the-fly' i