going from html to php i can use inputs and store then etc etc, but what would happen if i went from php to a html page? Would the coding:
<?
session_start();
?>
still retreive any session information stored or would i encouter difficulties if passing variables from stored and created sessions?