[PHP] Re: php + cvs

2005-05-31 Thread rush
use TortoiseCVS - apache - php - mysql. Then i connect through ssh to the remote cvs server. rush -- http://www.templatetamer.com/ http://www.folderscavenger.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: weird thing; downloading from a php script stops at exactly 2.000.000bytes

2005-06-09 Thread rush
e > Firefox on Linux), no matter if php runs on apache2 or apache1.3 try changing the amount of memory that php script can use, and see if download stops at different place. Default memory for script is 8Mb, and 2Mb is suspiciosly equal to 8Mb/word size. rush -- http://www.templatetamer.com/ ht

[PHP] Re: Urgent:Php5 fully oops supported? Difference between java oops & php5 oops

2005-07-26 Thread rush
ince it is dynamically typed like Smalltalk, while java is statically typed. rush -- http://www.templatetamer.com/ http://www.folderscavenger.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Urgent:Php5 fully oops supported? Difference between java oops & php5 oops

2005-07-26 Thread rush
omputer language theoreticians ;) . But form me php 5 is one fine oop language, and personaly more fun than java since it is dynamically typed like some root oop languagas like Smalltalk, while java is of statically typed kind of bore. rush -- http://www.templatetamer.com/ http://www.folderscavenger.com/

Re: [PHP] Case?

2001-03-29 Thread Andrew Rush
on 3/29/01 12:14 PM, [EMAIL PROTECTED] splat open and thusly melted: > if so where I can > find them detailed in the online docs? look under switch, in control structures. -- :: Andrew Rush :: Lead Systems Developer :: MaineTod

Re: [PHP] BUG - Someone else please verify B4 I file

2001-04-04 Thread Andrew Rush
at day andy -- *** Andrew Rush :: Lead Systems Developer :: MaineToday.com *** "A friend of the devil is a friend of mine" - R. Hunter -- PHP General Mailing List (http://www.php.ne

Re: [PHP] MySql: Default values

2001-04-10 Thread Andrew Rush
automatically have a timestamp inserted into a record, make a new field of type timestamp that is not null. if you don't insert any value into the timestamp field it will use the current date-time. have a great day andy -- *** Andrew R

[PHP] Regex Matching

2001-02-08 Thread Andrew Rush
nts i expect to get back, but has no values. any ideas what i am doing wrong? :: Andrew Rush :: Lead Systems Developer :: MaineToday.com :: :** "Crippled :but free, blind all

RE: [PHP] counting files

2001-02-16 Thread Andrew Rush
ectory $d=opendir("path/to/my/directory"); $i=0; while($found=readdir($d)) { if($found != "." && $found != "..") { $i++; } } print("there were $i files found."); :: Andrew Rush :: Lead Systems Developer ::

Re: [PHP] MySQL COUNT Won't Work

2001-02-16 Thread Andrew Rush
On Friday, February 16, 2001, at 09:27 AM, Jeff Oien wrote: > $result = mysql_query($sql,$connection) > or die("Couldn't execute query."); //<$queryhttp://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admini

<    1   2