Jump to content

newbie form question


learning_php

Recommended Posts

It has handled how you code it to be handled. As for the session, if session_start is on the page the session file is created with the automatically generated session_id that php generates and is stored in the session directory.

 

As for MySQL, the time it takes to process a query it is very doubtful that multiple users on the page would matter, especially since it is very unlikely that they would both be working on the exact same data (manipulating it) at the same time.

 

But as stated, it is also how the code is coded and the scope of how many users.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.