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.
Can anybody tell me what is the single Command ?
Moderator: General Moderators
-
dkshri_jain
- Forum Newbie
- Posts: 8
- Joined: Tue Dec 27, 2005 12:03 am
- Location: India
- Contact:
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Re: Can anybody tell me what is the single Command ?
Have a look at the Oracle functions, ODBC functions and MySQL functions.dkshri_jain wrote:1) Can anybody tell me what is the comman Command to establishing a database connection for Oracle,ms-access and Mysql.
It will all depend on which version you are updating to and from.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 is PHP's configuration file - it governs the bits of PHP that you can adjust for your own needs.dkshri_jain wrote:3) what is the use of php.ini file.
Mac