Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.03 seconds.
Search: Posts Made By: Rabbe
Forum: MySQL 08-12-2012, 12:07 PM
Replies: 3
Views: 736
Posted By Rabbe
thank you for the tip :)

thank you for the tip :)
Forum: PHP 08-12-2012, 12:06 PM
Replies: 1
Views: 254
Posted By Rabbe
Accessing variable in other php docs

I have this as a function:
function highscore() {
$sql = mysql_query("SELECT * FROM `flaxer` ORDER BY `profit` DESC");
if (mysql_num_rows($sql) <= 0) {
echo "No entries!";
} else {
echo...
Forum: MySQL 08-11-2012, 02:05 PM
Replies: 3
Views: 736
Posted By Rabbe
found the error :)

found the error :)
Forum: MySQL 08-11-2012, 01:01 PM
Replies: 3
Views: 736
Posted By Rabbe
does not recognise a variable in url

submit.php
<?php
include("flaxfunctions.php");
$user = $_GET['user'];
$timerun = $_GET['timerun'];
$xpgained = $_GET['xpgained'];
$spun = $_GET['spun'];
$picked = $_GET['picked'];
$profit =...
Forum: Java and JSP 08-05-2012, 12:22 AM
Replies: 15
Views: 1,526
Posted By Rabbe
kk thx!

kk thx!
Forum: Java and JSP 08-04-2012, 11:16 AM
Replies: 15
Views: 1,526
Posted By Rabbe
private void siginfoActionPerformed(ActionEvent...

private void siginfoActionPerformed(ActionEvent e) {
progressBar1.setValue(100);

String playername = username.toString();
char[] password = passwordField1.getPassword();
int...
Forum: Java and JSP 08-04-2012, 10:59 AM
Replies: 15
Views: 1,526
Posted By Rabbe
kk sorry for posting in the wrong section.

kk sorry for posting in the wrong section.
Forum: Java and JSP 08-04-2012, 12:31 AM
Replies: 15
Views: 1,526
Posted By Rabbe
I've stepped down from the password idea, so now...

I've stepped down from the password idea, so now it back to javascript. what code do I enter so that the username that is entered in the JTextfield is sent to my php file? and how do I send my other...
Forum: Java and JSP 08-03-2012, 11:49 PM
Replies: 15
Views: 1,526
Posted By Rabbe
well my original question was how do I get the...

well my original question was how do I get the data from my java script to the database

2) yes it is a mysql database: http://i45.tinypic.com/2rwoylf.png
this is the code in my javascript (I'm...
Forum: Java and JSP 08-03-2012, 10:12 PM
Replies: 15
Views: 1,526
Posted By Rabbe
okay could you help me with the session? I've...

okay could you help me with the session? I've read up on mysql and php on w3schools and I have an Idea of what to do.

so only questions that remain is how to have that session. How do I make...
Forum: Java and JSP 08-03-2012, 08:43 PM
Replies: 15
Views: 1,526
Posted By Rabbe
that's why I came here, to learn those things. I...

that's why I came here, to learn those things. I have no idea where to start otherwise. The gui of my script asks for a username and a password (Don't know how to create an account so that you can...
Forum: Java and JSP 08-03-2012, 07:32 PM
Replies: 15
Views: 1,526
Posted By Rabbe
Question How do I pass data from a javascript to php and mysql

Hello, I'm absolutely new to php and mysql and I'm making a dynamic signature. But I need to get values from my javascript to php or in my mysql database. What code do I implement in my javascript...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 07:53 PM.