Is it possible to that we can use both mysqli and mysql connection in a single page? I need your suggestions
You could use two different database handles.
As a general rule mixing MySQL and MySQLi in the same code is a bad idea and the MySQL code will probably get deprecated in a few years.
Yes, it' is possible with no special action required from the programmer.
However, such intermixing should be avoided as much as possible.