AFAIK you can use the import/export module to import nodes into CCK based on a CSV file...
I was wondering how you would implement a good multi-database synchronisation.
The case is that 2 tables from an external database application shall be loading (one-way) into Drupal.
Actually there's more data to be added to this data (on a record level) but only a subset of fields shall be importet/updated on a regular basis (hence automated/programmatic)
Can you point me to a good solution/module/sample code?
First, I'm an extreme beginner to Drupal, PHP, and anything that has to do with web hosting. I managed to install Drupal onto my server and configure it a bit, but now I want to add some things to it. I'm not even sure if this is a module, but I'll say it anyway...
I want to know how to have a form on a specific page that the user can input a number, then the number will be saved to the database. If the number is above a specific ammount, they will have access to a page such as "winner".
I'm not very skilled with MySQL, so I cannot decipher this message after I enable the module:
user warning: Table 'kelp_drpl1.votingapi_vote' doesn't exist query: SELECT DISTINCT uid from votingapi_vote in /home/kelp/public_html/tutorialwhore/includes/database.mysql.inc on line 121.