Re: [PHP] below10host.com as webhost?

2001-01-19 Thread Jeff Lacy
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]... I'm sorry, but why do you say webservpro doesn't make a lot of

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

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 "table\ntr\n\ttdHello There/td\n\ttdHow are you/td\n/tr/table"; Note: You must use quotes because ticks don't work. Jeff ""Mark"" [EMAIL PROTECTED] wrote in message 9597gb$4el$[EMAIL

[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 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

[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

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

[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 because

Re: [PHP] session_register in function

2001-02-24 Thread Jeff Lacy
'); session_register ('password'); $GLOBALS['user'] = $user; global $password; /* NOTE: $GLOBALS['varname'] = $value is the same as global $varname. Either will work*/ } echo "User is $user and password is $password"; ? Good luck with whatever you are doing, Jeff Lacy "