Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 12-25-2009, 10: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
Old 01-06-2010, 05:58 PM   #2 (permalink)
vanguard
Junior Member
 
Join Date: Jan 2010
Posts: 4
Default Re: PHP Session Issue

what is the code inside db.php? I cant tell whats going on if i cant see all the code. If you are expecting $pilotid to come out of the user's session, you would be better off retrieving it as $_SESSION['pilotid'] as the method you currently use is relying on register_globals being enabled, which is a security risk.
vanguard is offline   Reply With Quote
Old 01-06-2010, 07:57 PM   #3 (permalink)
mlaiter
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default Re: PHP Session Issue

Actually, this issue was resolved, sorry for not putting the resolved tag on it. I had one mistake somewhere and it was found and fixed.
mlaiter is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 03:14 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums