![]() |
|
#1
|
|||
|
|||
|
I have a script I want to integrate into my site as a page. In this script I want to pass variables to the url for example index.php?page=thispage&this=whatever
I've tried but all it does is display the page as if I hadn't pass anything. |
|
#2
|
||||
|
||||
|
Try using $_REQUEST['var'] in your file instead.
|
|
#3
|
|||
|
|||
|
I did and got the same result
|
|
#4
|
|||
|
|||
|
I am having this same problem.
Trying to pass the variable 'do' to a script. Within the script I am calling the variable using $_REQUEST['do'] and trying to pass it using index.php?page=mypage&do=value It isn't making it into the script |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing variables | gabned | Troubleshooting & Problems | 6 | 09-05-2005 06:12 PM |
| Passing $_GET variables 1.x style doesn't seem to work in 2.x | CareCureJeff | "How Do I..." Questions | 9 | 06-22-2005 10:39 AM |
| Error Passing a Variable | juanschwartz | Troubleshooting / "How do I..." Questions | 8 | 05-25-2005 01:33 PM |
| Passing variable through pointer? | Fero | Troubleshooting / "How do I..." Questions | 2 | 01-05-2005 02:15 PM |
| Passing construct_page_nav variables to module | Fargo | Troubleshooting / "How do I..." Questions | 1 | 11-13-2004 07:55 AM |