Author: dpayer
Subject: Re: PHP question…
Posted: Fri Jul 20, 2012 9:07 am (GMT -7)
Topic Replies: 1
| David de Argentina wrote: |
|
and someone tell me use $ _SESSION function to get the values. But i don’t have idea how to addapt the program with $ _SESSION ! |
I am not a PHP developer but I do adapt some php apps for my purposes.
The session variable is set at the server via php code. If you want to use those variables in your NB app you will need a php page that reveals them to you.
Here is something I found that may give you ideas.
http://php.about.com/od/advancedphp/ss/php_sessions_2.htm
David P.