|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
Sometimews I see websites doing something like
www.mywebsite.com/index.php?bla bla bla Now I want to do something similar and want the bla bla bla to be stored into a variable. Can someone help me please? Thanks. |
| Sponsored Links |
|
|
|
|||||
|
Those will be the GET variables of a form post. If you had index.php?bla=test&find=1
You retrieve those variables like: PHP Code:
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||||
|
You can also put this at the top of each PHP file to grab all variables (without assigning them):
PHP Code:
If you add that then the variables are global so you could use $bla anywhere.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C- Syntax to allocate Global variables to consecutive memory locations | techie82 | C and C++ | 1 | 04-09-2007 12:42 PM |
| Global variables (SERVER) | Jaan | PHP Tutorials | 0 | 03-22-2007 10:43 PM |
| Variables | clookid | PHP Tutorials | 1 | 01-11-2007 09:40 PM |
| Java:Tutorial - The Variable | John | Java Tutorials | 0 | 12-09-2006 10:59 AM |
| Variables | Sionofdarkness | Java Help | 4 | 08-21-2006 03:32 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%