Algorithms

1
ALGORITHMS: 1. Create index.php as a home page 2. Create session.php as a dynamic value procedure 3. Create page1.php as initial page 4. Create page2.php as secondary page 5. Upon loading of index.php page, remain in index.php without change in content 6. Upon clicking 1. Set session to initial value 2. Set session to secondary value 3. Set session to third value 4.

description

Algorithms

Transcript of Algorithms

ALGORITHMS:

1. Create index.php as a home page2. Create session.php as a dynamic value procedure3. Create page1.php as initial page4. Create page2.php as secondary page5. Upon loading of index.php page, remain in index.php without change in content6. Upon clicking

1. Set session to initial value2. Set session to secondary value3. Set session to third value4.