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
Ranked #3K
~2K People Reached
PC Specs
Linux Slackware, HOORAA!!

8 Posted Topics

Member Avatar for divyareddy.533

One way you could do it is by using an html meta tag in perl for example: [CODE]print "<meta http-equiv='refresh' content='1; URL=nextpage.html'>";[/CODE]

Member Avatar for rdxblast
0
102
Member Avatar for rajeesh_rsn

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 …

Member Avatar for harry_watson
0
117
Member Avatar for sivaconfident

Do you mean how do to update an image file path in a database? if you are using mysql it would be: [CODE] UPDATE [table name] SET [field name]='newimage.jpg' where [field name]='oldimage.jpg'; [/CODE] Are you trying to do this within a php script? I hope this helps.

Member Avatar for avinashzala
0
86
Member Avatar for whiteyoh

I too too think you have an extra , after where. Also i think after where has to have ' around $me like this: [CODE] WHERE user_id = '$me'" [/CODE]

Member Avatar for shashankshah
0
104
Member Avatar for phpDave

evstevemd is absolutely correct, here is the basic code for header: if registration complete [CODE]header('Location:xxx.php');[/CODE] else [CODE]header('Location:yyy.php');[/CODE]

Member Avatar for vandenzergen
0
117
Member Avatar for hbat66

not sure if this will help but you are missing some quotes in your code: [CODE]mysql_query("UPDATE subscriber_sub_ml_eventsCBbackup SET special='$DBvalues' WHERE sub_id = '644546'");[/CODE]

Member Avatar for vaultdweller123
0
193
Member Avatar for xandermedia

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 …

Member Avatar for caperjack
0
498
Member Avatar for samaru
Member Avatar for jenn11
-1
476

The End.