[PHP] uksort wisdom

2002-02-04 Thread Sondra Russell
Hi Guys! I'm looking to get a *deeper understanding* of uksort. My quandry: $array[listing1][name] = "listing 1"; $array[listing1][premiere] = ""; $array[listing2][name] = "listing 2"; $array[listing2][premiere] = ""; $array[listing3][name] = "listing 3"; $array[listing3][premiere] = "yes"; I'

re: [PHP] Paypal Instant Payment Notification

2002-01-28 Thread Sondra Russell
hi guys! i've been working on this darn "instant payment notification" script for weeks now. I've gotten pretty close based on some recent posts that use the great Rasmus' postToHost function to talk to paypal and get the "confirmation". However, the reply from paypal, instead of being "one

[PHP] Image Resampling

2001-12-06 Thread Sondra Russell
Dear Friends, I'm working on a tool where my dear user can upload a large jpg for use with a store. The tool would upload the jpeg, resample (as opposed to resize - image quality is appalling on that!) it to thumbnail, and then be done with the whole thing and go smoke a cigarette. Sounds s

[PHP] Ezmlm Hosts besides csoft.net?

2001-11-29 Thread Sondra Russell
thout notification based on an erroneous accusation of sending spam. They've reinstated the account, of course, but I'm still very unhappy with those guys and need to change! I would tell anyone else to proceed with caution when hosting with them, btw. Any suggestions would be welcome

[PHP] High-Volume Newsletter Techniques?

2001-11-14 Thread Sondra Russell
ore the script times out. I think the amount of trash email I get each day proves that vast mailings aren't TOO difficult, but I think I could use a little wisdom before I give it a shot. Anyone? I'll buy you a coke! Thank you in advance, Sondra Russell -- PHP General Mailing

[PHP] paypal instant notification

2001-10-31 Thread Sondra Russell
Hi guys! I'm going to use paypal with my site, and they have a cool "instant notification" feature which sends, to a page I preassign, information about a transaction as it happens. My script is supposed to: a) receive this information (as a "post") b) send it back to them with a sort of "is t

[PHP] Thank You Friends

2001-10-31 Thread Sondra Russell
Dear Venerable PHP List, I hope this isn't viewed as impolite on this list. I just wanted to write all of you to thank you for the immeasurable contributions you have made to the project I've been working on for the last three months: http://www.readfrank.com/ It is a site supporting an Eng

[PHP] Whacky WGET issue...

2001-08-30 Thread Sondra Russell
Hello everyone! Crazy question: I've created a little script that reads in .txt files and, with the help of phplib templates, matches them up with a collection of templates and spits out the beautiful html page. In order to avoid sending variables through the URL I've stolen this bizarre wor

[PHP] Grep Challenge 2001

2001-08-23 Thread Sondra Russell
Hello everyone! Here's my grep challenge. Turn: blah blah blah blah blah blah blah blah blah 2 blah 2 blah 2 blah 2 blah 2 blah 2 blah 2 blah 2 into: (variable_blah) (blah blah blah blah blah blah blah blah) (variable_blah2) (blah 2 blah 2 blah 2 blah 2 blah 2 blah 2 blah 2 ) Where the "bla

[PHP] Function to Build Trees

2001-08-19 Thread Sondra Russell
ay('mandarin'); $array['fruits']['apples'] = array("red","granny smith"); $array['fruits']['apples']['red'] = array("big red","small red"); So, you see how it builds a little tree, right? AND, I&#x