hi!! is there any method to join 2 mysql tables.. i m thinking to make a gallery page and i think for the gallery i need to tables and it may need to join both tables.... is there any way to make simple gallery script with mysql backend? Help me guys..... i am a simple php coder(not a professional).... please...... i will be very grateful to you... thanks in advance..
What do you mean by join tables? In SELECT query you can get data from more than one tables using JOIN syntax.