[PHP] Address Standardization

2001-11-20 Thread Jeff Lacy
Hello, Does anyone have a good function or ideas about address standardization? I need some form of it in a web-app I am trying to write, but I don't know where to begin. Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] PHP, Excel, .CSV's, and Regular Expressions Help Needed!

2001-07-23 Thread Jeff Lacy
Hello Everyone, A client of mine is working with excel, and I need to move the data from excel to something php can deal with a little better. Naturally, I figured using .csv would be easiest, but I am running into several problems.I can get around them, but I need a regular expression (and

[PHP] PHP, Excel, CSV and Problems!

2001-07-21 Thread Jeff Lacy
Hello Everyone, A client of mine is working with excel, and I need to move the data from excel to something php can deal with a little better. Naturally, I figured using .csv would be easiest, but I am running into several problems.I can get around them, but I need a regular expression (and

Re: [PHP] session_register in function

2001-02-24 Thread Jeff Lacy
I had this same exact problem just today. It all stems from the variable namespace, I think A similar code 'snippet' is shown below. I just made it up, but I think it illustrates my point. Good luck with whatever you are doing, Jeff Lacy ""Jon Rosenberg""

[PHP] % Help

2001-02-20 Thread Jeff Lacy
can't figure it out. Thank you very much! Maybe there should be a better link to it in the manual. The only one I could find was at http://www.php.net/manual/en/ref.math.php, but it is far from clear (to me at least....). Jeff Lacy P.S. Please email me directly, and respond to the list be

Re: [PHP] Telnet with php?

2001-02-09 Thread Jeff Lacy
If you are just looking for something better than the ms telnet program, look at http://www.chiark.greenend.org.uk/~sgtatham/putty/. it is so much better than telnet. I don't know if that is what you mean, though. Jeff ""Brandon Orther"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]

Re: [PHP] Learning MySQL

2001-02-04 Thread Jeff Lacy
Use a mysql mailing list and search around on the net. Don't be afraid to try things. There are lots of tutorials out there, but I would ask the mailing list because they are filled with people who will help you, but you should try to help other people in the mailing list, too. Just and idea :-

Re: [PHP] neat html output

2001-02-01 Thread Jeff Lacy
You can also use tabs (\t). This is an example using tabs and newlines: echo "\n\n\tHello There\n\tHow are you\n"; Note: You must use quotes because ticks don't work. Jeff ""Mark"" <[EMAIL PROTECTED]> wrote in message 9597gb$4el$[EMAIL PROTECTED]">news:9597gb$4el$[EMAIL PROTECTED]... > I'd

Re: [PHP] php and forms question

2001-01-30 Thread Jeff Lacy
Hia Chip, If I were you (but I'm not, thankfully for both of us), I would use a multiple select, and, maybe sessions. I think sessions are better/easier than hidden fields, but only in php4. Multiple selects are nice. They come back as an array, which is pretty easy to deal with by using a loo

Re: [PHP] Calendar program

2001-01-21 Thread Jeff Lacy
M$ Outlook? I don't know, but try Outlook :-) Jeff "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does a calendar program exist in PHP similar to Yahoo's program? > (http://www.yahoo.com/calendar) > > Todd > > -- > Todd Cary > Ariste Software

Re: [PHP] PHP Editors

2001-01-21 Thread Jeff Lacy
Textpad is pretty good on Micro$ucks products. It has a free evaluation which isn't very bothersome (unlike others...). You can examine it as www.textpad.com. ""Karl J. Stubsjoen"" <[EMAIL PROTECTED]> wrote in message 003701c0815f$b6f80e40$0afc020a@kstubsjoen">news:003701c0815f$b6f80e40$0afc02

[PHP] Mysql & Array Question

2001-01-20 Thread Jeff Lacy
Hello Everyone, I am trying to make a page that will interact with mysql. I need to be able to access the result of my mysql_query by using a for loop. I made a little function that will sortof do this, but it returns a numeric array. Of course, I want an associative array (becauses things

Re: [PHP] Date/Time Formatting

2001-01-20 Thread Jeff Lacy
When you are doing you select try something more along the lines of: select date_format(date, '%e,%c,%Y') from tblmycoolstuff; I got most of this stuff from http://www.mysql.com/doc/D/a/Date_and_time_functions.html You need to look at the table on that page to get the date to print out exactly a

Re: [PHP] below10host.com as webhost?

2001-01-19 Thread Jeff Lacy
am not a graphics designer. A few pics would probably make it look infinitely nicer, but I don't know how to do them. Thanks, Jeff ""Jeff Lacy"" <[EMAIL PROTECTED]> wrote in message 948icc$9vs$[EMAIL PROTECTED]">news:948icc$9vs$[EMAIL PROTECTED]... >

Re: [PHP] below10host.com as webhost?

2001-01-18 Thread Jeff Lacy
ooking for. Does anyone have any ideas (besides below10host.com or phpwebhosting.com)? Thanks again :-) Jeff "Egan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thu, 18 Jan 2001 01:54:28 -0600, "Jeff Lacy" > <[

[PHP] below10host.com as webhost?

2001-01-17 Thread Jeff Lacy
Hello everyone, I was wondering if anyone had thought/opinions on below10host.com as a web host? I though phpwebhosting.com would be good, but then I read that some people really hated it, so I just wanted to check to make sure this would be okay and nobody had really trouble with it. Thanks,