Search found 10 matches
- Sun Dec 25, 2005 4:55 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Sun Dec 25, 2005 1:07 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Sun Dec 25, 2005 11:53 am
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Sun Dec 25, 2005 11:14 am
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Sun Dec 25, 2005 1:17 am
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
Sorry to post about this so much but now I getting Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/trance/public_html/flashtest.php:9) in /home/trance/public_html/flashtest.php on line 128 Warning: session_start(): Cannot send session cache lim...
- Sun Dec 25, 2005 1:16 am
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
Sorry to post about this so much but now I getting Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/trance/public_html/flashtest.php:9) in /home/trance/public_html/flashtest.php on line 128 Warning: session_start(): Cannot send session cache lim...
- Sat Dec 24, 2005 11:02 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Sat Dec 24, 2005 3:26 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
Another solution could be using a session. PHP: <?php if ($_SESSION['new_user'] == true) { // The user has seen the initial banner. Don't show it again. SHOW BANNER } else { // The user hasn't seen the initial banner. Show it. SHOW INITIAL BANNER WITH INTRO OR WHATEVER // Set the session value so t...
- Fri Dec 23, 2005 11:11 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
- Fri Dec 23, 2005 10:28 pm
- Forum: PHP - Code
- Topic: PHP and Flash [SOLVED]
- Replies: 25
- Views: 1056
PHP and Flash [SOLVED]
I have a problem with a flash banner on top of my site that keeps reloading at every new page. So I made the page into two parts using php includes one part the header (where the flash is) and the other part into the page body. However, the flash still reloads. Any insight in how to keep the header ...