Can use session instead of include to call a function in php?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharun
    New Member
    • Mar 2015
    • 1

    Can use session instead of include to call a function in php?

    to access database data by calling a function do i just use 'include'? can i use session for calling a function?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    can i use session for calling a function?
    a session is noting more than a data container.

    to access database data by calling a function do i just use 'include'?
    what does the one have to do with the other?

    Comment

    Working...