Published in: R
$connection = mysql_connect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password) or die ('cannot reach database'); $db = mysql_select_db(TYPO3_db) or die ("this is not a valid database");
You need to login to post a comment.
An Introduction to R
This tutorial manual provides a comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions written in its own language, or using dynamically loaded modules written in C, C++ or Fortran. One of R's strengths is the ease with which well-designed publication-quality plots can be produced.
jpdamen on 12/21/07
mysql database textmate connection typo3 establishment
Published in: R
$connection = mysql_connect(TYPO3_db_host, TYPO3_db_username, TYPO3_db_password) or die ('cannot reach database'); $db = mysql_select_db(TYPO3_db) or die ("this is not a valid database");
You need to login to post a comment.