|
Yes, using a single form and a single table would definitely simplify matters...
There would be no need for cross-linking.
You simply need to add the fields to your form and change the PHP file to store the new fields in the table as well.
And yes, when you're using the WHERE clause to specify which user's records to retrieve, it will retrieve the band profile info as well, but you'll have to add those fields to the SELECT query as well.
Hope this helps a bit...
Mike.
|