This topic is locked

Adding new data to another table

7/12/2007 3:14:42 PM
PHPRunner General questions
F
Frink09 author

I'm extremely new to database design and PHP and would greatly appreciate any advice/help. I'm test driving PHPRunner and need to figure a few things out before I can justify purchasing.
I'm setting up a business database and would like to add multiple addresses and ratings to a single business. It would go something like this, a user searches for a business and is able to add a new address and or rating for that business, a single business should be able to accumulate as many addresses/ratings as possible. How do I go about doing this? Do I go to my Address database>>events>>Add page>>"Before Record Added">>"Save new data in another table" ?
If that's the case I'd need some guidance editing the PHP.
Really need the help! Thanks!

Sergey Kornilov admin 7/12/2007

You can do this using events.
Address database>>events>>Add page>>"Before Record Added">>"Insert a record into another table"
If you need help editing event code contact me directly at support@xlinesoft.com.

I need to see your database structure in order to help.

F
Frink09 author 7/16/2007

You can do this using events.

Address database>>events>>Add page>>"Before Record Added">>"Insert a record into another table"
If you need help editing event code contact me directly at support@xlinesoft.com.

I need to see your database structure in order to help.


Thanks for the speedy reply! I think I sorted it out.