[PHP] Imagick morphImages

2013-03-11 Thread Leonard Burton
! -- Leonard Burton, N9URK leonardbur...@gmail.com "The prolonged evacuation would have dramatically affected the survivability of the occupants."

[PHP] Google Calendar Integration

2009-06-05 Thread Leonard Burton
hanks, -- Leonard Burton, N9URK http://www.jiffyslides.com serv...@jiffyslides.com leonardbur...@gmail.com "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Need Your Help :) I'm Just About Creating File Uploading Service

2009-04-16 Thread Leonard Burton
http://aws.amazon.com/s3/ On Thu, Apr 16, 2009 at 3:10 PM, Nitsan Bin-Nun wrote: > What is Amazon SSS?? > > On Thu, Apr 16, 2009 at 8:59 PM, Leonard Burton > wrote: >> >> Why not use something like Amazon SSS and not worry about a lot of the >> details? >>

Re: [PHP] https and Credit Cards

2009-04-14 Thread Leonard Burton
elieve in > telekinesis, raise my hand. >  -- Kurt Vonnegut > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Leonard Burton, N9URK http://www.jiffyslides.com serv...@jiffyslides.com leonardbur...@gmai

Re: [PHP] A Tool For Building PHP Web Apps

2009-04-10 Thread Leonard Burton
ill it make any real difference in the end? >> > > Good point. That's why I asked the question in the first place. Every > time you revised a supporting file, you'd have to regenerate all the > files that depended on it. Might be okay for a small site, but could be > a nig

Re: [PHP] Sending SMS via PHP

2008-02-20 Thread Leonard Burton
r you to (potentially) respond to them. > > You're looking for SMPP packages. > > -- > == > Nick Stinemates ([EMAIL PROTECTED]) > http://nick.stinemates.org > > AIM: Nick Stinemates > MSN: [EMAIL PROTECTED] > Yahoo: [EMAIL PROTECTED] >

[PHP] PHP program to download sites

2008-02-06 Thread Leonard Burton
the sites for caching and then it can have a cron job and do this at night. Is there an OS program that will take a url and crawl/cache all the links on it? If so I can easily create the interface, job queuing, and chron job setup. Thanks, -- Leonard Burton, N9URK http://www.jiffyslides.com

Re: [PHP] Problem with getting time in EST

2007-08-04 Thread Leonard Burton
urgent issue for me. > > Thanks a lot in advance, > regards, > Rakesh > -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Ma

Re: [PHP] PHP -> QuickBooks

2007-07-05 Thread Leonard Burton
t (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailin

Re: [PHP] PHP Competition - Win a copy of Zend Studio

2007-06-15 Thread Leonard Burton
On 6/15/07, Jiffy Slides Leonard Burton <[EMAIL PROTECTED]> wrote: HI Guys, If I enter my solution, I am sure to win! I have it figured out, but, with some of our new service offerings I don't know that I will have the time to bang out the code. If I don't enter the code I wou

Re: [PHP] Name Capitalization

2007-04-29 Thread Leonard Burton
Hi Paul, [comments below inline] On 3/19/07, Paul Novitski <[EMAIL PROTECTED]> wrote: At 3/19/2007 07:17 PM, Leonard Burton wrote: >What my case is that I have came across a list of names that I need to >use and all of the names were in caps. From there anything is a step &

Re: [PHP] Preventing SQL Injection/ Cross Site Scripting

2007-04-20 Thread Leonard Burton
27;", $_POST["commentform"]); $_POST["commentform"]=preg_replace ("/href =/i", "''", $_POST["commentform"]); $_POST["commentform"]=preg_replace ("//i", "''", $_POST["commentform"]); $_PO

[PHP] CSS vs. Tables

2007-04-17 Thread Leonard Burton
based pages will not resize properly. When 99% of CSS layouts overcome this lunacy then CSS will be better, but not until then. -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivabili

Re: [PHP] Cheap Ping

2007-04-13 Thread Leonard Burton
HI I am trying to find a simple way to test to see if a web site is up or not. What about analyzing the results from "exec("ping www.domain.ext");" ? -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuatio

Re: [PHP] Name Capitalization

2007-03-19 Thread Leonard Burton
for those moogles that must use ALL CAPS ALL THE TIME ;). It could give them the choice to pick the right capitalization. Take Care, -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affecte

Re: [PHP] Name Capitalization

2007-03-19 Thread Leonard Burton
hing with "O'Henry" it would look for "o\' " then it would turn it into "O' " and capitalize the "H". Let us know when you're done! :) This project shouldn't be that hard as there are probably only 10 to 15 rules for names. Take Ca

[PHP] Name Capitalization

2007-03-19 Thread Leonard Burton
ad, even though that didn't discuss any solutions to the problem I am asking about (other than to point it out which helps because it points out a few of the name problems)! Would anyone care to work on this project together? Thanks, Take Care, -- Leonard Burton, N9URK http://www.jiffyslides.com

[PHP] Name Capitalization

2007-03-19 Thread Leonard Burton
HI All, Does anyone use a library to properly capitalize last names? For instance, McDonald needs to remain that way even if it comes in as MACDONALD, or macdonald. Of course I can write it on my own but would prefer not to reinvent the wheel. Thanks, -- Leonard Burton, N9URK http

Re: [PHP] What is $this->

2007-02-19 Thread Leonard Burton
oops, typo. Should have been $this->message. Leonard On 2/18/07, André Medeiros <[EMAIL PROTECTED]> wrote: Actually, $this->$message would be wrong, but the concept is right. On 2/19/07, Leonard Burton <[EMAIL PROTECTED]> wrote: > HI, > > > $this->SetF

Re: [PHP] What is $this->

2007-02-18 Thread Leonard Burton
print "$this->message\n"; } }// class write //actually use the class $class = new write(); $class->set("This is a test message"); $class->display(); ?> I hope this helps. Leonard -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTEC

Re: [PHP] Peristent Listen over an HTTP connection

2007-02-04 Thread Jiffy Slides Leonard Burton
Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Leonard Burton, N9URK http://www.jiffyslides.com [EMAIL PROTECTED] [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP Ge

Re: [PHP] reading MS Excel?

2006-12-28 Thread Jiffy Slides Leonard Burton
don't understand how to convert. Would it be better to use php's routines or to automate excel, convert it inside there, and then use the result? Leonard Burton wrote: > On 12/28/06, Jiffy Slides Leonard Burton <[EMAIL PROTECTED]> wrote: >> HI Will, >> >> > Is it p

Re: [PHP] reading MS Excel?

2006-12-28 Thread Leonard Burton
On 12/28/06, Jiffy Slides Leonard Burton <[EMAIL PROTECTED]> wrote: HI Will, > Is it possible to read Excel files and store the info to DB? If so how? It is best (well depending on the application) to save the files as .csv and then use fgetcsv. it will allow you to parse each line

Re: [PHP] PHPDIG

2006-12-11 Thread Jiffy Slides Leonard Burton
instead of phpDig or HTDig saqib http://www.full-disk-encryption.net On 12/11/06, Leonard Burton <[EMAIL PROTECTED]> wrote: > HI Guys and Gals, > > Has anyone used PHP Dig lately? > > Is the new version any better than it used to be? > > -- > Leonard Burton, N9U

[PHP] PHPDIG

2006-12-11 Thread Leonard Burton
HI Guys and Gals, Has anyone used PHP Dig lately? Is the new version any better than it used to be? -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.ph

Re: [PHP] open source zip code geographical drill down

2006-11-03 Thread Leonard Burton
t find out much else I will be glad to dig out my code. (but that might take a couple days). -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Status of PHPDocWriter

2006-09-26 Thread Leonard Burton
Hi All, Does anyone on this list know the status of PHPDocWriter? Is it an abandoned project? -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.ph

[PHP] phpdocwriter

2006-07-07 Thread Leonard Burton
e.net/links.php?lang=en Any ideas? Thanks. -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Video in PHP

2006-07-07 Thread Leonard Burton
oes not have the level of command line control that totem does. Is there a pcntl function that might do the trick? I could keep a list of the videos and lengths and then have my script issue a kill comand once the length of time plus some play time has ellapsed. Thanks, -- Leonard Burton, N9UR

[PHP] Rhumb Lines

2006-05-05 Thread Leonard Burton
HI All, I need to calculate Rhumb Lines in an application and have not found a good formula for doing such. Does anyone know of an existing Class/Function that will calculate Rhumb Lines? Thanks and Be Well, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would

[PHP] Creating Open Office Docs with PHP

2006-04-27 Thread Leonard Burton
Hi All, Has anyone here used PHP to create Open Office docs on the fly? -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] list noise [WAS: How to find tag and get src of image]

2006-04-25 Thread Leonard Burton
ot know the answer. They think it is more fun to post the RTFM than to not respond. -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] Bar codes

2006-04-13 Thread Leonard Burton
with it. Hope it helps! -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: xdiff

2006-03-24 Thread Leonard Burton
Hm, this message bounced saying "550-Spammy URLs in your message" So I will try it again. On 3/24/06, Leonard Burton <[EMAIL PROTECTED]> wrote: > HI All, > > I started using some of the xdiff functions to keep up with differences. > > How are you all us

[PHP] Invoices

2006-03-19 Thread Leonard Burton
would allow other projects to use its invoice handling capabilities. It would be nice if it weren't designed for one specific situation. Have I missed the boat here? Is there a nice OS Invoice program that will do all this? Has anyone considered starting one? Thanks, -- Leonard Burton,

[PHP] Paypal IPN and PHP

2006-03-19 Thread Leonard Burton
from 2003. I have looked around the Paypal site and it does not indicate when or if any changes have been made. I mainly need to know so if I use a 3rd pty class I will not have to pull my hair out. Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dr

[PHP] Container Loading Script

2005-12-12 Thread Leonard Burton
know the size of the trailer and the size of the items being loaded and then it will go through and create a load based upon the density of each piece and distribute the weight evenly across the trailer and fill the trailer up. Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "You must under

Re: [PHP] CSS and TablesL

2005-12-10 Thread Leonard Burton
al on replacing tables with CSS I look to see if it mentions the user resizing the text. If I cannot find that I close the tab. What is the surefire way to have divs and spans that will resize along with the text? Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "You must understand, if you are

Re: [PHP] custom CAD directory/file browser

2005-11-30 Thread Leonard Burton
o is loop through each dir and then loop through each drawing and look for some pattern in the title block and then append the query info there. If this is the case: you should use chdir() to change dirs. Then you can readdir() and loop through the files. Does this help? -- Leonard Burton, N9U

[PHP] MySQL C API

2005-11-18 Thread Leonard Burton
HI All, Does anyone on here use the MySQL C API? Would you mind if I asked you a few questions off the list? Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing

Re: Re[2]: [PHP] Regex for Amateur Radio Callsigns

2005-11-16 Thread Leonard Burton
s and you see the one above. Did you see the regex I had in a previous post? Thanks for your response. -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regex for Amateur Radio Callsigns

2005-11-15 Thread Leonard Burton
expression then it will royally mess things up. > One thing i would suggest, although probably a minor issue > considering how long the string is, is to make sure you put the > most likely match in your first pattern to match. Actually that is a good suggestion. I can see how it would make

Re: [PHP] Regex for Amateur Radio Callsigns

2005-11-15 Thread Leonard Burton
D4HZ, WA1W $pattern .= "/"; I am still trying to master regexes. Is there a better way to do this? THanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Regex for Amateur Radio Callsigns

2005-11-15 Thread Leonard Burton
Hi All, Does anyone know of a regex to work for Amateur Radio Callsigns that will work with any from across the world? Thanks and 73, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- P

Re: [PHP] Validating Email addrs

2005-11-15 Thread Leonard Burton
Hi Greg, all, > http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html That is a heck of a regex there. I am going to have to experiment with that one a little bit. Thanks for the replies to my post here. -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation wo

Re: [PHP] Is echo tag reasonably portable?

2005-11-15 Thread Leonard Burton
HI All, > Every server I work on is set to not allow short tags, and I work on > about 7 different state, federal, and commercial ones. Why turn off short tags? Does that make things more secure? Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation

[PHP] Validating Email addrs

2005-11-15 Thread Leonard Burton
at least a @ and a . with chars before and after each. I will be sending an email to each new registration with a confirmation link. Does that regex make about the best sense? Thanks and 73, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatical

[PHP] Template Question

2005-11-14 Thread Leonard Burton
asses and feel it is easier to come up with my own than it is to use most of them. Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net

[PHP] compiling PHP

2005-11-10 Thread Leonard Burton
. What do you all think? 73, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text between two tags

2005-11-10 Thread Leonard Burton
ibute. You can use $matches[0] elements if you are needing to replace what is there with other information. I hope this helps. Please let me know if it does what you are asking for as I am in need of good regular expression practice. If you are needing to alter my regex some you can use http://www

Re: [PHP] comment more than a question

2005-11-08 Thread Leonard Burton
e if one is missing. Once you get a good feel for where the error actually happens you will be able to easily look back and find the problem. Take care, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants.

[PHP] PHP Search Engine

2005-11-08 Thread Leonard Burton
sale? Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Template style question

2005-11-08 Thread Leonard Burton
the data itself and then everything will get parsed. I am trying to avoid that as it adds a few more key strokes. I am going to review the pear template classes some more and get some more ideas. Thanks and 73, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would h

[PHP] Template style question

2005-11-05 Thread Leonard Burton
elease my code snippets (from time to time) under either the PHP or BSD license. Thanks for you answers. I will look through the pear classes and see what kind of things it is doing. -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically a

[PHP] No forums?

2005-11-05 Thread Leonard Burton
it merged with the mailing list, now there might be something useful, even if redundant. Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramatically affected the survivability of the occupants." -- Leonard Burton, N9URK [EMAIL PROTECT

[PHP] Template style question

2005-11-05 Thread Leonard Burton
the code for whatever tag is chosen. There are a couple ideas that I have thought of but have not thought of any real good way so I am turning to the list. Thanks for all of your help on this list! -- Leonard Burton, N9URK [EMAIL PROTECTED] "The prolonged evacuation would have dramati

[PHP] extracting foo.bar from path/to/file.php/foo.bar

2005-11-04 Thread Leonard Burton
Greetings, What do I need to do to extract foo.bar from path/to/file.php/foo.bar $_SERVER['REQUEST_URI'] will return the whole string but is there anything more direct than doing a regex and 'REQUEST_URI'? Thanks, -- Leonard Burton, N9URK [EMAIL PROTECTED] "The p

[PHP] http://www.act.com---CRM

2003-02-14 Thread Leonard Burton
Has anyone used ACT or tried to integrate it with any other applications? I need some advice, please respond. Thanks, Leonard. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Variable Problem

2003-02-05 Thread Leonard Burton
You need to put quotes around the vars. If I were you I would do this: print ""; print ""; You need the quotes. Leonard. www.phpna.com -Original Message- From: Sierra Times.com [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: [PHP] V

RE: [PHP] Object oriented Programming

2003-02-05 Thread Leonard Burton
Creating functions is a real easy part of programming. Classes are a differect story (or at least at first). Anyway, If I were you, I would get Professional PHP4 by Wrox and read the OOP section. I would first start writting functions. Think if it like this, if you use exact code twice (you cu

[PHP] Function to make a select box

2003-02-04 Thread Leonard Burton
nts and put them in a select box print "\n"; $result= mysql_query("select * from ledger_accounts order by name asc"); if ($result) { while ($row = mysql_fetch_array($result)) { print "".$row["name"]."\n"; }

RE: [PHP] tracking bulk email

2003-02-04 Thread Leonard Burton
What about making the log a .txt file and not a database? Wouldnt that be quicker? Leonard. -Original Message- From: Lowell Allen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 7:27 AM To: PHP Subject: Re: [PHP] tracking bulk email > From: "Kevin Stone" <[EMAIL PROTECTED]>

RE: [PHP] Which link was selected?

2003-02-04 Thread Leonard Burton
Good Catch, Be just as an advisement besure to escape those quotes with a backslash \" Leonard. -Original Message- From: Götz Lohmsnn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:09 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Which link was selected? Leonard B

RE: [PHP] Which link was selected?

2003-02-03 Thread Leonard Burton
Greetings, You ought to make your link something like www.foo.com/products.php?autoid=105. and then make a query on your page that displays the pics based on an autoincrement number in your table. You ought to be able to make the code something like: //Display link for product print ""; print "

[PHP] Thanks for help with classes

2003-02-03 Thread Leonard Burton
Hey Guys, Thanks for all the help with classes. I think I can now turn the lightswitch on. Leonard Burton [EMAIL PROTECTED] www.phpna.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Help with classes (oop)

2003-02-03 Thread Leonard Burton
Thanks for all the help thusfar. Classes are just not something I am understanding. I have read the sections on classes in several books and the www.php.net section on them and still am missing something. It seems that these books have been telling me what a light switch is used for but not how

[PHP] Help with classes (oop)

2003-02-03 Thread Leonard Burton
Greetings, I am trying to figure out using classes. I have read and read and read about them but still cannot figure them new fangled things out. Could someone please alter this snippet just a bit so it would be a correct test script with a call to it? When I run the script I get this

RE: [PHP] question on listbox.

2003-02-01 Thread Leonard Burton
Might this be better? print "\n"; print "Select Category"\n //Query $sql="SELECT DISTINCT CategoryName From Categories ORDER BY CategoryName"; $result=mysql_query($sql); if ($result) { While($Category=mysql_fetch_array($result)) { Print"$Category['name']\n"; } mys

[PHP] Sending plain text data in a table with mail()

2003-01-30 Thread Leonard Burton
Greetings, I am having trouble with the following code. I am trying to make a table in plain text to send via email. I get the data frm a MYSQL table and then put it into an array. I find the max strlen and subtract each individual customer name strlen from that and add that many spaces. Such

RE: [PHP] Money format--concatenate?

2003-01-30 Thread Leonard Burton
I hope this helps. Have you thought of concatenation? $a=spritf(however you set it up to get your decimals and comas) $b="£".$a; Will that not work? Leonard. -Original Message- From: V Dub [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 9:45 PM To: Ben Edwards Cc: [EMAIL PR