Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-19-2003, 04:21 PM   PM User | #1
DoubleV
Regular Coder

 
Join Date: Dec 2002
Location: the windy city
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
DoubleV is an unknown quantity at this point
passing variable to another page without a form

is it possible to do? - pass variable from one page to another without using a form?and if yes, then how?
thanks.

Last edited by DoubleV; 09-19-2003 at 04:26 PM..
DoubleV is offline   Reply With Quote
Old 09-19-2003, 04:35 PM   PM User | #2
whackaxe
Senior Coder

 
Join Date: Jun 2002
Location: paris, france
Posts: 1,216
Thanks: 0
Thanked 0 Times in 0 Posts
whackaxe is an unknown quantity at this point
sessions. sessions are just like a server side version of cookies (kindof) wich lets you strore variables in an array ($_SESSION[]) and then recall. be carefull with security issues regardng sessions though.

http://www.hotscripts.com/PHP/Tips_a...ons/index.html

http://fr2.php.net/manual/en/ref.session.php
__________________
photoshop too expensive? use the GIMP! www.gimp.org
whackaxe is offline   Reply With Quote
Old 09-19-2003, 05:35 PM   PM User | #3
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,234
Thanks: 4
Thanked 81 Times in 80 Posts
Spookster will become famous soon enough
Or you can simply append the value in the URL

www.yaks.com/page.php?hurricane=isabel

To retrieve that variable you use $_GET

$myvariable = $_GET['hurricane'];
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:56 PM.


Advertisement
Log in to turn off these ads.