root/trunk/matml/webselector/php/db.php.inc

Revision 152, 189 bytes (checked in by kstemen, 7 years ago)

Scaling, categorization, and selecting materials have been fixed since Jorge's submission. All code should use db_get_plot_single_values now, but the old function is still around.

  • Property svn:keywords set to Author Date Id Revision
Line 
1<?
2// Add your data here
3
4$dbname = "matdl";
5$user = "el_oso";
6$password = "metal";
7
8//Connect to database
9$conn = pg_connect("dbname=$dbname user=$user password=$password ");
10?>
Note: See TracBrowser for help on using the browser.