Tuesday, November 27, 2007

Development database connection details

Alright, I've got all the connection details from Alex. You can access the database via phpmyadmin (www4.htl.rennweg.at/veith/phpmyadmin).
  • Username: veith
  • Password: *********

If you want to use the database in your php-files, write the following code into your file:

global $database;

$database->setQuery("SELECT * FROM mos_joe_dailymessage_conf LIMIT 1");


http://www.jlleblanc.com/blogcategory/0/ There you can find a Joomla! 1.5 tutorial. This line of code, for instance, is from The Daily Message Joomla Component Tutorial. Just have a look at the link list at the bottom.