|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Sessions with PHP Template Tutorial
Any thoughts on how I might use sessions with the great PHP Template system from the tutorial? I've tried a few things and nothing seems to work. The main problem is that I can't figure out how to call the start_session() function at the top of pages. When i try to use it as a tag replace ('sessionstart' => <?php start_session(); ?> it just gets printed out to the page instead of being run. Any ideas? Thanks from a newbie.
|
|
#2
|
|||
|
|||
|
RE: Sessions with PHP Template Tutorial
You could take a look here:
http://codewalkers.com/tutorials.php?show=32&page=1 |
|
#3
|
|||||
|
|||||
|
RE: Sessions with PHP Template Tutorial
why not just start the session prior to calling the template class?
php Code:
Personally I haven't tried it, but that's where I'd start. -Tim |
|
#4
|
||||
|
||||
|
RE: RE: Sessions with PHP Template Tutorial
Quote: Session_start(); instead of start_session(); |
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > Sessions with PHP Template Tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|