No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- PC Specs
- Linux Slackware, HOORAA!!
8 Posted Topics
Re: 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] | |
Re: 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 … | |
Re: 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. | |
Re: 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] | |
Re: 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] | |
Re: 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] | |
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 … | |
Re: CGI/Perl By Diane Zak is what I used to learn Perl. It's a pretty good book. |
The End.