Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How to use Session in php??
Old 11-07-2009, 11:16 PM How to use Session in php??
Novice Talker

Posts: 8
Name: Nur Syazwani
Trades: 0
hai...please help me how to use session in php..I was create a page for register.In the register's page have NAMA and NOMBOR_ID..Now,i want to create the vote's page and in the vote's page have NOMBOR_ID,CALON and JURUSAN.I want to use the NOMBOR_ID has been register in the register's page only can vote...please help me how to do????
syaza is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-08-2009, 04:35 AM Re: How to use Session in php??
Bertjeuh's Avatar
Average Talker

Posts: 25
Name: Bert Van Leemput
Trades: 0
This is how you make a session
PHP Code:
<?php
session_start
();

$_SESSION['id'] = $NOMBOR_ID;
?>
This is how you use a session variable you made on an other page
PHP Code:
<?php
session_start
();

$id $_SESSION['id']
?>
__________________
There Are Only 10 Types of People in the World: Those Who Understand Binary, and Those Who Don't.
Bertjeuh is offline
Reply With Quote
View Public Profile
 
Old 11-08-2009, 02:08 PM Re: How to use Session in php??
freezea's Avatar
Experienced Talker

Posts: 45
Trades: 0
Hi, refer to the url below:
http://www.phphelps.com/11_How_to_use_session.shtml
http://www.tizag.com/phpT/phpsessions.php
http://www.smartwebby.com/PHP/aboutsession.asp
__________________

Please login or register to view this content. Registration is FREE
: Web-based Excel-like Java reporting tool.
freezea is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to use Session in php??
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11151 seconds with 12 queries