Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - PHP Session Issue
View Single Post
Old 12-25-2009, 11:20 AM   #1 (permalink)
mlaiter
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default PHP Session Issue

I'm having an issue with one section on my website dealing with sessions. Now I know that myself and two other individuals can get it to work without any issues on IE, FF, or other browsers, however, others cannot get it to work. Maybe someone can help me in the right direction?

Code:
<?php
session_start();
include "db.php";
?>


<?php
           if(!empty($pilotid)){
           ?>
           <input type="submit" name="Submit" value="Submit Bid">       
          <? } ?>
This Submit button is where the issue is at. It is not showing up for everybody like I mentioned before. Any ideas?
mlaiter is offline   Reply With Quote
Sponsored Links