Re: [PHP] Different colors on lines

2002-06-14 Thread Chris Bunting
Hello, Check out the following link. http://www.zend.com/codex.php?CID=322 There are various code examples for alternating table backgrounds. Hope this helps, Chris Bunting _ Send and receive Hotmail on your mobile device: http

RE: [PHP] Advanced User Authentication --- solved

2002-06-14 Thread Chris Bunting
Hi All, Here is a link to an easy to use session program. Has all the code needed I think. This is what I have been using to get used to sessions and all. http://www.trios.org/php/sessions/ Hope this helps soneone, Chris _ Send

Re: [PHP] SSL Support for PHP....

2002-06-14 Thread Chris Bunting
Hello, I'm not to sure about the servers. I use Windows XP Pro and I'm coding and stuff offline to learn more about php, lasso and mysql. I've been doing this awile now but I've had problems with various php/mysql scripts. I usually get scripts from hotscripts.com and have prolly about 100

Re: [PHP] Editor

2002-06-14 Thread Chris Bunting
PHP Editors List... http://www.itworks.demon.co.uk/phpeditors.htm Check out http://www.php.net The links section is handy at times... Chris _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP

[PHP] Gathering user info with php or php and mysql.

2002-06-13 Thread Chris Bunting
but any and all help is appreciated. Thanks in advance, Chris Bunting _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread Chris Bunting
that. Chris Bunting _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread Chris Bunting
A quick search on google shows that yes, Php has a maximum upload filesize of 10MB. Maybe your upload timed out or the session expired if you are using them before you got to 10MB or something else happened. Chris Bunting _ Chat

Re: [PHP] Gathering user info with php or php and mysql.

2002-06-13 Thread Chris Bunting
Run this little program: pre? var_dump($_SERVER) ?/pre and see if you don't learn something useful. migue Thank you.. This is just what I was trying to find.. Well, The info at least. Never would of thought about a tag to show the info.. Again, Thank you.. Chris Bunting