ok im making a gallery for my vb and i was wondering how i would make multiple pages/galleries out of one php file. like vb with displaying multiple forums from one php file.
Announcement
Collapse
No announcement yet.
vb gallery
Collapse
X
-
No, you won't need the if statement.
Say you want to get the gallery that is number 1.
And you'd open the page by using gallery.php?id=1
Your code would be:
PHP Code:mysql_query("SELECT * FROM gallery WHERE id='".$id."'");
Hope this helps.
Comment
Related Topics
Collapse
-
by dj83Hello,
I wasn't sure were to post this so i'm sorry if it's in the wrong forum.
I'm curently running vb 4.2.1 but want to upgrade to vb 5. My web host is using php 5.2.17 and...-
Channel: Support Issues & Questions
Tue 29 Oct '13, 10:20am -
Comment