Re: [PHP] Re: [PHP-WIN] Random

2005-01-29 Thread trobi
it. http://www.devtek.org/software/randmail/index.php $upperLowerNumber = rand(1,10); controls the so called seed for the script because I placed constraints on how often uppercase and numbers could appear. Cheers, Leif Gregory whatabout uniqid()? trobi -- PHP General Mailing List (http://www

Re: [PHP] Validating input

2005-01-28 Thread trobi
ks Ed whatabout trim? left or right? trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP5 stable enough for webapps ?

2005-01-28 Thread trobi
r you :| Let me know. Dan (also wondering when php will be apache2 ready, Rusmas care to answer without having to repeat yourself though ?? :)) Under GNU/Linux you can compile it too, you don't have to use th pre-compiled packages. I think GNU/Linux is stable enough but it is up to you. tro

Re: [PHP] PHP editor suggestion?

2005-01-24 Thread trobi
anybody suggest a good one? I tried phpdesigner, but it seems to have lots of bugs and is quite slow. Thank you for any suggestions, Merlin phpeclipse? trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] looking for a combination contact application/social networking app

2005-01-22 Thread trobi
h the intent of putting them together as a comprehensive app!! thanks bruce [EMAIL PROTECTED] go head, and program it. trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: which is best php editor?

2005-01-16 Thread trobi
trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 403 not working -- apache 2 / php5 / linux

2005-01-10 Thread trobi
s! What about: as root: chmod 775 test.php then chmod 775 test.html Theese comands gives the right to read and execute to web server runing with nobody rights to read and execute above mentioned files. trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] does php ready for enteprise ?

2005-01-10 Thread trobi
Supri anto wrote / napísal (a): dear all, i' m want to start developing some mid scale apps ! i have discuss with my friend and i have one question. i wonder does php ready for enterprise? thanks It has the smell of flame. I will ignore it. trobi -- PHP General Mailing List (http://www.ph

Re: [PHP] Comparison Operator

2005-01-10 Thread trobi
Chadwick, Russell wrote / napísal (a): Could anyone tell me why this code echos? "; } ?> Try === If you use == $value is compared to $curval $value is integer so php converts $curval to integer so it contains no digtis so it assumes that $curval=0; why it is. trobi -- PHP General Mail

Re: [PHP] Super Gloabals Array

2005-01-10 Thread trobi
ns or cookies. trobi -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php