I just started using PHP and MySQL. I haven't read much but currently I'm working on my little site.
AnimeDB
Right now, I don't know how I would do the detailed volume info. I want to make a new window open that displays the volume information from the detailed title view. My problem is I don't know how the new popup url should be like. Right now the detailed title view is basically database.php?id=#, but for the detailed volume view i would need something like volumeinfo.php?id=#vol=#, but I don't think I can do that, or can I?
Also, can I pass variable from one page to another without using form? For example, if I want to pass the volume number from database.php to volumeinfo.php, how would I do that?