Hello all!
I have Coranto + FakeSql and CustomFields installed on a private universitary network. I am developing a way to do the following:
1) When a user post a news, he can select to which movies already in the mysql database the article is related. I would like to let them do so by selecting one or more movies from a list populated with movie titles in the movies table in the database. How can I do this?
2) Once the news has been posted, I would like to execute a separate php script to update my movies mysql table's "last updated" field with the date the news was posted. I would do this through Coranto, but I am no good in perl. So I prefer to execute a separate php script on my server and pass it the game id and the new date (updatemovietable.php?gameid=20&date=2004-06-05). How can I do this?
Thanks again for your suggestion.
