Programming Theory
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesProgramming Theory

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old March 7th, 2004, 01:50 AM
aalowe9 aalowe9 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 7 aalowe9 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
php sending variables

Hello, im having a bit of trouble, i have several variables on my page that were sent by a form. I want to send these same variables onto the next page, but i dont know how. I have created a 'confirm' button whos action loads the next page, but how can i POST these variables to the page when the confirm button is clicked? i have only ever used POST when sending from a form to another page, i just wanna know how to POST variables that arent originating from a form. thanks, i hope some1 understands what im asking

Reply With Quote
  #2  
Old March 7th, 2004, 01:57 AM
exequor exequor is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 190 exequor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 51 sec
Reputation Power: 3
RE: php sending variables

you have several options. You might want to store the values in a cookie then when you reach the other page clear the cookie. or more simply you can use hidden fields on the second page to pass on information from the first page onto the third page. There should be other ways of doing this.

Reply With Quote
  #3  
Old March 7th, 2004, 01:59 AM
exequor exequor is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 190 exequor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 51 sec
Reputation Power: 3
RE: php sending variables

i don't know if it is necessary that you use 3 pages but if i was doing it i would probably merge the last two pages and just use an if statement to separate the two.

Hint: if you post some codes i and more people would be willing to help.

Reply With Quote
  #4  
Old March 7th, 2004, 02:04 AM
System System is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 665 System User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Message Moved

Thread moved from 'PHP Coding' to 'Programming Theory' by CodeKadiya.

Reason: theory stuff...

Reply With Quote
  #5  
Old March 7th, 2004, 02:07 AM
CodeKadiya CodeKadiya is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Colombo,Sri Lanka
Posts: 2,330 CodeKadiya User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 50 m 36 sec
Reputation Power: 5
Send a message via Yahoo to CodeKadiya
RE: php sending variables

No, he is asking how to pass variable values without using a form. You got to have a form to have hidden fields.

You have few options. eg: Query string, Sessions, Cookies
I recommened to use query string method. You can appened your variable values to URL something like this:
http://yourdomian.com/index.php?name=Mike

Then you can write this simple php code to grab value of name variable:
php Code:
Original - php Code
  1.  
  2. $name = $_GET['name'];
  3. echo $name; // Mike
  4.  

Reply With Quote
  #6  
Old March 7th, 2004, 02:09 AM
CodeKadiya CodeKadiya is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Colombo,Sri Lanka
Posts: 2,330 CodeKadiya User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 50 m 36 sec
Reputation Power: 5
Send a message via Yahoo to CodeKadiya
RE: php sending variables

Tutorials
Sessions in PHP
http://codewalkers.com/tutorials.php?show=32&page=1

Cookies in PHP
http://codewalkers.com/tutorials.php?show=60&page=1

Reply With Quote
  #7  
Old March 7th, 2004, 03:11 PM
tchala tchala is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manchester, UK
Posts: 59 tchala User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: php sending variables

Hello again

Sessions are both easy and hard to handle

Sessions are easy to code

Reply With Quote
  #8  
Old March 7th, 2004, 07:40 PM
exequor exequor is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 190 exequor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 51 sec
Reputation Power: 3
RE: php sending variables

they are not that hard to handle just ensure that you use session_start(); at the begining of the pages. then all you have to do is call on them.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesProgramming Theory > php sending variables


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek