Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~254 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for computerfox

How do cookies work? I've tried sessions, but when i try to get the info, it doesn't pull it in. login.php [code] <? if(isset($_SESSION['Username']) && isset($_SESSION['Password'])){ $_SESSION['Username'] = $_SESSION['Username']; $_SESSION['Password']=$_SESSION['Password']; echo '<META HTTP-EQUIV="Refresh"CONTENT="1; URL=https://www.1fixcomputermedic.com/checklogin.php">'; } else { Print '<form name="form1" method="post" action="https://www.njcomputermedic.fatcow.com/checklogin.php">'; Print '<div class=signin style="position:absolute;top:250;left:450;">'; echo $_SESSION['Username']; Print '<font …

Member Avatar for cwarn23
0
74
Member Avatar for computerfox

hey guys, i had this working before, but when i added another bit, it stopped and now i can't get it to work again :( [code] //Put data into right tables mysql_query("SELECT* FROM inprogress"); mysql_query("INSERT INTO complete SELECT* FROM inprogress WHERE Status='Y' "); mysql_query("SELECT* FROM complete"); mysql_query("INSERT INTO inprogress SELECT* …

Member Avatar for CFROG
0
60
Member Avatar for computerfox

Okay, so I'm not sure why this is happening, but I have a table full of data and I got the edit link working for the top of the stack, but when I want to edit another entry, it keeps pulling in the info from the top ID. Is this …

Member Avatar for computerfox
0
120