Categories > TinyButStrong general >

what is the cnx_mysql.php

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Thuc
Date: 2005-10-24
Time: 12:02

what is the cnx_mysql.php

Help me...
I do not know the contain of   cnx_mysql.php

Send me a copy, thank you!
By: minimalist
Date: 2005-10-24
Time: 14:21

Re: what is the cnx_mysql.php

If you found this in the examples, then that file is intended to create to your MySQL connection. Something like this:

<?php
$cnx_id = mysql_connect('localhost', 'some_username', 'some_password');
mysql_select_db('some_database', $cnx_id);
?>
By: Thuc
Date: 2005-10-25
Time: 04:13

Re: what is the cnx_mysql.php

Thank you very much for help..
May I ask you some thing?
What is good IDE for design PHP?
By: Skrol29
Date: 2005-10-25
Time: 10:04

Re: what is the cnx_mysql.php

>What is good IDE for design PHP?

This is a big question, which has its dedicated site:
  http://www.php-editors.com/