Filed in: Articles, CMS, Database, General Category, mysql, PHP, PHP Code, Simple CSS Code, Style & Scripts
Home » Posts tagged with "anil2u"
Hi friends, in this post i would like to explain about Multi-language support for web application with MySql and PHP. I got many requests from users to multi-language using google translator is fine but the grammar is not properly established. So we can avoid and easily implement using mysql and php.
Multi-language support for web application with MySql...
Hi friends,
I got the requirement to display the list of table names from the database using php code. I got the solution for it, once check the below code.
1) Connect to database:
mysql_connect(“dbserver”,”dbuser”,”dbpassword”);
2)Get the list of tables from table
$result = mysql_list_tables(“dbname”);
3)...




