Jump to content

[SOLVED] You are...


paulman888888

Recommended Posts

hi,

 

Below is uploadscore.php

<?php
// Insert a row of information into the table "example"
mysql_query("INSERT INTO example 
(name, score) VALUES('" . mysql_real_escape_string($_GET['name']) . "', '" . mysql_real_escape_string($_GET['score']) . "')") 
or die('Theres an error. Please try again.#');  

echo "Score Uploaded!#";
?>

What i would like is a 'You are...' to tell my users which place they came.

 

But i don't know how to order my database to tell me that information.

Please Help

Paul

Link to comment
https://forums.phpfreaks.com/topic/107971-solved-you-are/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.