Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 20:30

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Im Need Tutorial

Discussion on Im Need Tutorial within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2012
Posts: 11
Received Thanks: 3
Im Need Tutorial

How to entering this code please in phpmyadmin

Quote:
<html><head><title></title></head><body>
Please Follow Me <a href="http://www.facebook.com/residenthuman" target="_blank">FACEBOOK</a>.<BR/>
<form action="socialwar.php" method="post">
ID FB:<br/>
<input name="fbid" /><br/>
FLASH VERSION:<br/>
<input name="flashVersion" value="1.4.43"/><br/>
cash:<br/>
<input name="cash" value="0"/><br/>
xp:<br/>
<input name="xp" value="0"/><br/>
gold:<br/>
<input name="gold" value="0"/><br/>
wood:<br/>
<input name="wood" value="0"/><br/>
oil:<br/>
<input name="oil" value="0"/><br/>
steel:<br/>
<input name="steel" value="0"/><br/>
<input type="submit" value="Send" />
</form></body></html>
fandy1 is offline  
Old 07/15/2013, 15:31   #2
 
elite*gold: 0
The Black Market: 134/0/2
Join Date: Dec 2012
Posts: 1,140
Received Thanks: 229
Do you mean in a .php File?
Acin™ is offline  
Old 07/16/2013, 11:34   #3

 
elite*gold: 140
Join Date: Aug 2007
Posts: 335
Received Thanks: 147
if you are sending values to a php file you can get them by using:

PHP Code:
$xp $_POST['xp'];
$gold $_POST['gold']; 
Then you have to put it into the database.

First build a database connection:

PHP Code:
$connection mysql_connect ("servername""user""password") or die ("No connection. Wrong user or password.");
mysql_select_db("databasename") or die ("Database does not exist."); 
Then we have to fill the table with our data:

PHP Code:
$insert "INSERT INTO tablename (xp, gold) VALUES ('$xp', '$gold')";
$do_insert mysql_query($insert); 
I hope you understand it.

Regards,
telcy
telcy is offline  
Reply


Similar Threads Similar Threads
[RELEASE+TUTORIAL]BlockHack {Inf Walls} + Not Inf SP Required + Tutorial Modding Skil
06/15/2012 - S4 League Hacks, Bots, Cheats & Exploits - 59 Replies
Edit...
[TUTORIAL] Starter friendly tutorial to searching for Nuke casting time [TUTORIAL]
02/09/2011 - 9Dragons - 12 Replies
If you already have Cheat Engine and know how to use it, skip to part 4 of the tutorial. 1. Introduction This forum has helped me quite a bit, so I decided to give something back :) Now I've noticed there are quite a few who ask for nuke casting time hacks / address', and I've also noticed, that there are quite a few who are REALLY annoyed with these questions, so I decided to write this so both sides can benefit from it. 2. Getting started First off, you need to have Cheat Engine...



All times are GMT +1. The time now is 20:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.