Re: [PHP] Re: moving to other web server

2006-10-11 Thread Afan Pasalic
right. that would be actually the best thing to do. thanks. Chris wrote: [EMAIL PROTECTED] wrote: currently using mysql 4.0.18. want to move to 5.0 (latest stable version for commercil use). is there anytihng I have to be considered DB will not work? I really suggest you set up a test box

Re: [PHP] Re: moving to other web server

2006-10-11 Thread Chris
[EMAIL PROTECTED] wrote: currently using mysql 4.0.18. want to move to 5.0 (latest stable version for commercil use). is there anytihng I have to be considered DB will not work? I really suggest you set up a test box (even if it's an unused desktop - they work great for development machines) a

Re: [PHP] Re: moving to other web server

2006-10-11 Thread afan
currently using mysql 4.0.18. want to move to 5.0 (latest stable version for commercil use). is there anytihng I have to be considered DB will not work? thanks. > no. there is no such variable name in my code. > > >> Afan Pasalic wrote: >> >>> hi to all, >>> we are moving our web server from on

Re: [PHP] Re: moving to other web server

2006-10-11 Thread Dave Goodchild
$this is

Re: [PHP] Re: moving to other web server

2006-10-11 Thread tedd
At 2:32 PM +0100 10/11/06, Dave Goodchild wrote: $this is a bad choice of variable name! $what is a bad choice of variable name? :-) tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: moving to other web server

2006-10-11 Thread Dave Goodchild
$this is a bad choice of variable name!

Re: [PHP] Re: moving to other web server

2006-10-11 Thread afan
no. there is no such variable name in my code. > Afan Pasalic wrote: > >> hi to all, >> we are moving our web server from one to other hosting company. we have >> chance to request what version of php i want to be installed, 4 or 5. >> Current web server works on php 4.3.4 we don't use any classe

Re: [PHP] Re: moving to other web server

2006-10-11 Thread Chris
David Robley wrote: Chris wrote: David Robley wrote: Afan Pasalic wrote: hi to all, we are moving our web server from one to other hosting company. we have chance to request what version of php i want to be installed, 4 or 5. Current web server works on php 4.3.4 we don't use any classes, fu

Re: [PHP] Re: moving to other web server

2006-10-11 Thread David Robley
Chris wrote: > David Robley wrote: >> Afan Pasalic wrote: >> >>> hi to all, >>> we are moving our web server from one to other hosting company. we have >>> chance to request what version of php i want to be installed, 4 or 5. >>> Current web server works on php 4.3.4 we don't use any classes, >>>

Re: [PHP] Re: moving to other web server

2006-10-10 Thread Chris
David Robley wrote: Afan Pasalic wrote: hi to all, we are moving our web server from one to other hosting company. we have chance to request what version of php i want to be installed, 4 or 5. Current web server works on php 4.3.4 we don't use any classes, functions only. as far as I know, in o

[PHP] Re: moving to other web server

2006-10-10 Thread David Robley
Afan Pasalic wrote: > hi to all, > we are moving our web server from one to other hosting company. we have > chance to request what version of php i want to be installed, 4 or 5. > Current web server works on php 4.3.4 we don't use any classes, > functions only. as far as I know, in our case movin