Page 1 of 1

Can anybody tell me what is the single Command ?

Posted: Tue Dec 27, 2005 5:58 am
by dkshri_jain
1)

Can anybody tell me what is the comman Command to establishing a database connection for Oracle,ms-access

and Mysql.

2) Suppose you are upgrading the PHP version to updated version what is the thing you will and where I means to say which file will change so your program should not be stopped even the version is updated.


3) what is the use of php.ini file.

Re: Can anybody tell me what is the single Command ?

Posted: Tue Dec 27, 2005 6:17 am
by twigletmac
dkshri_jain wrote:1) Can anybody tell me what is the comman Command to establishing a database connection for Oracle,ms-access and Mysql.
Have a look at the Oracle functions, ODBC functions and MySQL functions.
dkshri_jain wrote:2) Suppose you are upgrading the PHP version to updated version what is the thing you will and where I means to say which file will change so your program should not be stopped even the version is updated.
It will all depend on which version you are updating to and from.
dkshri_jain wrote:3) what is the use of php.ini file.
It is PHP's configuration file - it governs the bits of PHP that you can adjust for your own needs.

Mac