This is a discussion on "PHP URL's" within the Starting Out section. This forum, and the thread "PHP URL's are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
PHP URL's
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
PHP URL's
I'm new to PHP but learning fast!
Simple, newbie question: PHP urls (i.e. mydomain.com/search.php?u=keyword ..... what is this called when I want an action from a particular URL? Any resources that helps me understand what I can do with attributes within URLS? Thanks in advance |
|
|
|
#2
|
|||
|
|||
|
Re: PHP URL's
You can grab the stuff after the ? using $_GET[]
In this case, in your php you would get
|
|
#3
|
||||
|
||||
|
Re: PHP URL's
They're called query strings. If you don't have a specific question, Googling that will most likely give you a ton of resources.
|
|
#4
|
|||
|
|||
|
Re: PHP URL's
Thats brilliant Guys, EXACTLY the info I was after :-)
|
|
#5
|
|||
|
|||
|
Re: PHP URL's
Oh yeah ... ooops ... I forgot to give you the name for it
|
|
#6
|
|||
|
|||
|
Re: PHP URL's
Thats excellent information guys! I could use this too.
Last edited by karinne; Apr 26th, 2007 at 15:17. Reason: Please create your own thread in the future. |
![]() |
| Tags |
| php, url |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| robots and hiding url's | welshstew | Search Engine Optimization (SEO) | 12 | Sep 2nd, 2007 16:52 |
| creative automatic advertisements and building website URL's | pureliving | Starting Out | 1 | Jan 18th, 2007 23:47 |
| loadMovie function (and absolute/relative URL's) | DocBoy52 | Flash & Multimedia Forum | 1 | Aug 26th, 2006 05:16 |
| ReWriting URL's for IIS (script based) | Rob | Classic ASP | 3 | Jul 20th, 2004 13:46 |