..........cont
and what if in the case of a normalised database such as:
users (user_id, address & so on)
game table (game_id, game) (1, pacman, 2, defender, 3 space invaders)
user_rel_game (user_id, game_id)
i would want to enter values 1, 2 or 3 via the variable directly in to the user_rel_game table, how would i specifically script that ?
hope thats not asking too much, beginning to understand this now.
your help is much appreciated.
rob