How do i connect a mysql database to something like Zend?
Ive tried host.frihost.net with port 2083.
thanks!
you're working with the Zend framework but you don't even know how to connect to mysql?
I'd recommend using plain php first and then move on to a framework later. You can connect to mysql with the database information you get after making the database in your CPanel. You can then use localhost and port 3306.
If you want to connect from another pc you can connect to yourdomain.frihost.net with the same info.