xandermedia 0 Newbie Poster

Maybe opera and safari cached the session variable. Did you try closing the browser, opening a new one and going straight to two.php? It should then be destroyed. It has happened to me with Konqueror before. If this is the case, then there isn't really anything you can do because there is nothing wrong with the script and the session is destroyed.

Hope This Helps.

xandermedia 0 Newbie Poster

I too too think you have an extra , after where. Also i think after where has to have ' around $me like this:

WHERE user_id = '$me'"
xandermedia 0 Newbie Poster

Do you mean how do to update an image file path in a database?
if you are using mysql it would be:

UPDATE [table name] SET [field name]='newimage.jpg' where [field name]='oldimage.jpg';

Are you trying to do this within a php script?
I hope this helps.

xandermedia 0 Newbie Poster

One way you could do it is by using an html meta tag in perl for example:

print "<meta http-equiv='refresh' content='1; URL=nextpage.html'>";
xandermedia 0 Newbie Poster

evstevemd is absolutely correct,
here is the basic code for header:
if registration complete

header('Location:xxx.php');

else

header('Location:yyy.php');
xandermedia 0 Newbie Poster

not sure if this will help but you are missing some quotes in your code:

mysql_query("UPDATE subscriber_sub_ml_eventsCBbackup SET special='$DBvalues' WHERE sub_id = '644546'");
xandermedia 0 Newbie Poster

Thanks for the reply, though it still doesn't work. i think the motherboard is junk, i think i should return it to newegg.

Once again thanx caperjack, i appriciate your help.

xandermedia 0 Newbie Poster

Hello,
I just recently bought a new mobo, cpu, ram, and power supply. I installed them into my old compac box and started it; when i hit the power button the fan turns on, the leds light up and i can hear the drives going, but i get no display on the monitor. I know the monitor works cause i've used it before, any help would be great.

Parts:
m/b : Biostar TA760G M2+
cpu: AMD anthlon X2 64 bit processor
pwr: 480 w

thanx.

xandermedia 0 Newbie Poster

CGI/Perl By Diane Zak is what I used to learn Perl. It's a pretty good book.