Java Help...

Have a question you need to ask? Need help? Ask here!

Moderator: Core Staff

Post Reply
Dizzy
CJ Fan
CJ Fan
Posts: 143
Joined: May 8th, 2008, 11:45 pm
Location: Colorado, US
Contact:

Java Help...

Post by Dizzy » August 3rd, 2008, 10:31 am

Well im working on my new web template and im having some issues here...

Im trying to get it so when you click yes it will execute this PHP code. However im getting a php error. But I have errors turned off and I cant turn them on so I need to find it myself...

Here is my code if someone can figure it out that would be great...

Its somewhere in this small section... This is only part of it so yes I have PHP tags around it...

Code: Select all

echo 'Welcome ';
echo $_SESSION['username'];	
echo '<br><br>';
echo '
<script type="text/javascript">
function disp_confirm()
{
var r=confirm("Are sure you want to logout?");
if (r==true)
  {
  document.write("
  if (isset($_SESSION["db_is_logged_in"])) {
   unset($_SESSION["db_is_logged_in"]);
}");
  }
else
  {
  document.write("");
  }
}
</script>
}
<input type="button" onclick="disp_confirm()" value="Logout" />
';
Image
"I am also know as lethal323" - Myself
Xfire = Dizzymagoo

Pedsdude
Site Admin
Site Admin
Posts: 15914
Joined: October 15th, 2004, 7:18 pm
Location: UK

Re: Java Help...

Post by Pedsdude » August 3rd, 2008, 6:20 pm

Nightmare might be able to help you when he returns from holiday, I know he's done a lot of coding.
Image
Image

User avatar
[SoE]_Zaitsev
Core Staff
Core Staff
Posts: 14220
Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:

Re: Java Help...

Post by [SoE]_Zaitsev » August 3rd, 2008, 9:42 pm

When's NM coming back anyway ?
matt101harris wrote:big cock was the first thing that came to my head lol

Dizzy
CJ Fan
CJ Fan
Posts: 143
Joined: May 8th, 2008, 11:45 pm
Location: Colorado, US
Contact:

Re: Java Help...

Post by Dizzy » August 3rd, 2008, 10:35 pm

KillerSam wrote:
Pedsdude wrote:Nightmare might be able to help you when he returns from holiday, I know he's done a lot of coding.
Peds the PHP god lol

This is PHP and Java... Idk if peds knows java...
Image
"I am also know as lethal323" - Myself
Xfire = Dizzymagoo

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests