passing url parameter

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
nabilaMN
Forum Newbie
Posts: 2
Joined: Wed Jun 09, 2010 10:47 pm

passing url parameter

Post by nabilaMN »

guys. help me to solve my problem.
im a newbie in php.
im using dreamweaver 8, php, sql and so on.
ocay, this is my problem.

i create SEARCH form in my project.
when i key in the numbers that i want, the result will be display.
then, using the numbers i have to click on it (i already make a link, parameters and so on that require me to do that).
after i click, it suppose to display all the data that associate with the number that i click.
BUT. THE PROBLEM IS NONE ! how to do that ? T_T help me.
i have been staring on Dreamweaver for a few weeks. :(
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: passing url parameter

Post by requinix »

Do you... not know how to write PHP? Because that's what it sounds like: you have these nice applications but you don't know what to do with them.
nabilaMN
Forum Newbie
Posts: 2
Joined: Wed Jun 09, 2010 10:47 pm

Re: passing url parameter

Post by nabilaMN »

tasairis wrote:Do you... not know how to write PHP? Because that's what it sounds like: you have these nice applications but you don't know what to do with them.
still learning. im a newbie.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: passing url parameter

Post by requinix »

What have you learned so far?
Post Reply