Need help about php passing variables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jakeGosetsuke
Forum Newbie
Posts: 1
Joined: Sat Apr 16, 2011 1:08 pm

Need help about php passing variables

Post by jakeGosetsuke »

Well, it's so pitty having a hard time on this thing but I'm telling you guys. I'm just starting to learn php so please don't throw your "boo!" at me. :D

I actually need help about this simple method which i know some of you already know this. It's about passing variables in php, actually i use <form> tag and use post method on it and I failed.

My project is like this, I'm developing a simple gallery site which has many albums, approx. 16 albums. I want my gallery to have 4 pages, 4 albums in each page and i want my page to look like this

../gallery/index.php?page=1
Four Albums for page one.

../gallery/index.php?page=2
another four albums for page two. and so on.

Can someone please teach me how to do this simple script.??
fugix
Forum Contributor
Posts: 207
Joined: Fri Mar 18, 2011 8:01 pm

Re: Need help about php passing variables

Post by fugix »

can we see the code that you have so far please?
Post Reply