Search found 2 matches

by acp26b
Thu Jul 19, 2007 6:44 pm
Forum: PHP - Code
Topic: session_start() Question
Replies: 3
Views: 559

ok one more question. I will try to explain this the best i can, and will use my customer_edit.php page as an example. My html forms are on the customer_edit page and then the page posts to customer_edit_process.php, the process page handles all the db entries and what not, but the user never sees t...
by acp26b
Wed Jul 18, 2007 8:28 pm
Forum: PHP - Code
Topic: session_start() Question
Replies: 3
Views: 559

session_start() Question

I have a pageStart function that initializes each page that is displayed, it loads stuff like the header info and preloaded images. I am trying to implement a login and want to use session variables. The entire site has about 30-40 pages so i did not want to add permission checks to each page so i s...