Can anybody tell me what is the single Command ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dkshri_jain
Forum Newbie
Posts: 8
Joined: Tue Dec 27, 2005 12:03 am
Location: India
Contact:

Can anybody tell me what is the single Command ?

Post 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.
User avatar
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 ?

Post 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
Post Reply