DMA
Oct 27 2004, 01:53 AM
| | i want to put a highscore section for a bunch of flash games on a website. i know that when most games are done the score is in the post data, which can be viewed if you have the firefox live http headers extension. but how would you insert the postdata from the flash games into the database? |
Reply
Recent Queries:--
flash postdata - 121.19 hr back. (1)
Similar Topics
Keywords : flash games data- Flash And Php
- How? (5)
- How Good Is This Data Cleaning Function?
- (2)
Hi all, this is my first function and as part of a script and i just want to know a couple of
things. here is the code for the function: CODE <? function
clean($dirty_string) { $muddy_string = stripslashes($dirty_string);
$murky_string = strip_tags($muddy_string); $clean_string =
htmlentities($murky_string); }; ?> So the first thing is how secure is
it? the script this will be used in connects to a database and sends an email so it needs to stop
SQL injections and any email ab...
Creating Something With Co-ordinates With Php.
- Something like you see in those web-based php games, like a map or som (12)
Well, i was just wondering if something simple and basic could be made (like a small map where you
could move around on, like you click up, and your position moves up and reports it to the
database..etc) with co-ordinates in php . Taking the x-axis and the y-axis into consideration.
Things like maps which online games have such as web-based space games or legacy-game.net. Thanks
for any feedback, ~Aldo...
Php + Mysql Question!
- While inserting data into MySQL, how can I know if the data I'm in (4)
Basically, I want to know if the Data I'm inserting through a Form is already there or not. Sort
of a Username registration page. I have this, but it doesn't appear to work... CODE
$result = mysql_query("SELECT * FROM users WHERE
username='$username'"); if($result == 1) { echo
'<h1>ERROR!</h1>The username you have chosen already exists!'; }
...
Php Email Validation
- A PHP data validation class with many functions (1)
I've been reading through my old php book (PHP 4.1) and came across this data validation class.
It can check a number of things ranging from telephone numbers , credit card number formats, email
address and some others. I checked out some of the methods although I didnt expect it to work 100%
because I've found source code errors thoughout the book and CD. I tested out a few of the
methods to check and some of them did return expected results but some didnt either so the data
validation class was not perfect and it didnt really bother me. The cool thing I found...
Php And Flash Image Gallery
- Need some help in creating or editing an xml file while viewing some o (5)
Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
picture: CODE <pictures> <image location="nameofpicture1.jpg"
desc="" /> <image location="nameofpicture2.jpg" desc="" /...
Flash With Php
- (1)
Is it possible pass flash variables to be processed in PHP language? Example: Enter Login and
password in a flash aplication and this variables (login and password) to be used in PHP?...
Graphical Gaming?!
- In some games you see those...... (1)
In some games you see those graphical bars which show your experience or your hp/life ..etc How can
i make something like that in php?...
Using Multiple Selection Array In Table To Order Data
- Using multiple selection array in table to order data (1)
have a form that has a multiple select choice, like this: CODE <form method="post"
action="display.php" <select multiple name="selectsort[]">
<option value="code">Code</option> <option
value="amount">Amount</option> <option value="dateammended">Date
Ammended</option> <option value="expreviewdate">Expiration/Review
Date</option> <option value="effectivedate">Effective Date</option>
<option value="e...
Flash + PHP: How can I transfer vars?
- (4)
I am making a little section for a friends website. Here is what I have so far. :SWF File here:
And I made it you match the layout of here site. Here As you can see I pretty much have the
layout of it down. Some little bugs to be worked out with characters allowd in the text boxes and
what not. But I have a good platform. NOW for the fun part! Getting vars from flash to send,
via POST, to PHP. I have been trying to find a good tutorial on this online but I am not having such
great outcomes! So if anyone can help me here please go for it! This is ...
What Does This Do?
- $ban = ($data->login) ? $lban : $iban; (4)
I'm correcting a 'few' php-files for a friend, but I got this line of code: CODE
$ban = ($data->login) ? $lban : $iban; and I don't know
what it does xD Could someone please explain me what this line does? Thanks...
Problems With Data Formatting
- (2)
I have a MySQL database which stores articles. A sample article would look like this: CODE This
is a body. This is a body.This is a body.This is a body.This is a body.This is a body.This is a
body.This is a body.This is a body.This is a body.This is a body.This is a body.This is a body.This
is a body.This is a body.This is a body.This is a body. This is a body.This is a body.This is a
body.This is a body.This is a body.This is a body.This is a body.This is a body.This is a body.This
is a body.This is a body.This is a body.This is a body.This is a body. That'...
Putting Data Of 2 Pages In Mysql At Once
- (1)
suppose i have a page, page.php?part=1 there i have some text fields. user will give input, but
after taking input, it will not put the data in mysql .. but it will take to the next step..
page.php?part=2 (if any field is left blank, it will not go to next page.. ) . and there also some
fields.. after the user has filled that form also, then it will insert all data (from part1 and
part 2) in mysql. i want to ask, how i can collect data from 2 pages and put in mysql at once....
Multiplayer Php Games?
- i have an inefficient idea (4)
Well I was thinking about making a little multiplayer game in php today and I was wondering, how
would I do this. Well I came up with an enormous and quite inefficient way..Lets say I wanted to
show what users were at the same place as you. Well, I would use databases, 1 to say what location
and 1 to say if the players are online. Then if the player is online and at the location, say
they're their. I think this is inefficient, but is there any other way?...
Loading Mysql Data Into A Table
- (10)
Hey i have a little problem with my php script. i dont really know how to make it work ^^; I want to
have this exact table: ' I made mysql table that has one column for id(auto-increment,
primary key), and then it has row and collumn and text. row means which row in the html table and
collumn wich collum. (obviously /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" />) here is the mysql table screenshoted from phpMyAdmin: r means row and c
collumn /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue...
Same 1 Registeration Data For Different Purposes
- (4)
I want to install 4 scripts on my website .. 1- Gallery 2-Classfied Ads 3-Game Cheats Script (A
simple script where ppl can register and then submit the cheats) 4-Php Nuke The problem is that all
of 4 scripts needs registeration of members (use 4 different databases).... I want that all the
member which is registered at one place can login at all of the services..i mean , one registeration
form , that can work for all.. how i can do it ? Please tell in details..thanks....
Finding Data In Meta Tags
- using php to search Meta Tags for data (0)
In the Head portion of an Html file, there are usually several Meta Tags that contain data about
various things, like the tag for keywords, an Author's name or maybe a description field. Here
are two example Meta tags: HTML meta name =" Keywords " content=" keyword1, keyword2 " />
meta name =" Description " content=" A Description of the file's content is here " /> So,
what I have a question about concerns checking a file to see what information is included in these
tags and using that information as variables or content in the output of the page...
Listing From Table Row Data
- Listing all members (5)
Hello, it's been a while since i've been active in the PHP Board ( i used to be really
active in here ), not only to help others but also to request help ( people knowing those requests,
dont share your bad experience with my requests /tongue.gif' border='0'
style='vertical-align:middle' alt='tongue.gif' /> ) Anyway, i am requesting help on a listing of
members, i totally forgot about how to fetch the rows from a table and display each row, i thought
it was: CODE $result=mysql_query("SELECT * FROM $usertable ORDER BY id
DESC") or...
Simple Chat
- simple flash mx/php/mysql chat (8)
Has anyone here done a flash/php/mysql chat project? I have a few flash projects I could use some
help with getting one of them to work.I would like to start with a simple chat that I picked up at
http://www.sephiroth.it/tutorials/flashPHP..._chat/index.php I'm able to edit the fla file ok,
and know a little about php, and mysql, but this is the first time I have done a dynamic site, and
could use some help with it to get it installed on the server,and get it to work.I have tryed on my
own for awhile now with it, and it seems I'm on the ratty edge of getting it...
Flash Portal Script
- (3)
Hello! Does anybody knows the Flash portal script. I can see that more and more websites have
their own flash portal like newgrounds.com, smosh.com, antitudegames.com. anyone can help?...
Help With Reading Files
- Read and replace/insert data from form (5)
Hi, Does anyone know how i can do this, or scripts that will work on Trap17's servers and will
do the following: I have a .doc file form. Which i want to have filled in automactically, by HTML
Form and emailed to my address, with the data filled in. Any ideas? I have heard many differing
things, like XML, RTF, DOC, PDF... I have serched through many places and come up empty handed with
anything that works. /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> ...
Php And Flash Movie Ie Problem
- php include problem (2)
I'm working on a site right now and everything's working fine. I had all the links and
includes working but when i check the site in ie i found that the small flash movie which is part of
the header and is included in the top php, isn't loading. Anyone here ever had that problem. I
don't remember ever myself but i really need this stupid thing fixed. round ...
Form To Pdf, With Email?
- Wanting to Submitt Data to PDF (3)
Hi all, This sounds like a good place to ask this, I have a form Click Here to View that when
submitted will put the values into the PDF Here Is there a way in which to have the filled in
form both viewed to the user? and also have it emailed to me as an attachment. Any code or help
would be good... I get basics, but this stuff is hard to get to work and i can't get it to....
How To Redirct Post Data ?
- (4)
I have a form, from where the data is being posted to a php script. Now in the php script the script
has to forward the data to another script with posted data. I know this can be done using header but
i don't know how to keep the data posted with form in POST method. For example: The form
below: Code: Now its posting data using POST method to 1.php...and now 1.php will
redirect everything to another php script with the data and it should be in POST method ... How can
i do this ? Thanks. ...
Mambo Migrating
- to Flash? (1)
I know that flash has the capability to use PHP scripts to bring up information. I have currently a
Mambo site that has alot of information stored in MySQL database. Is it possible to adapt the
database to pull up the information from the site?...
Need Help Generating Flash Movie With Ming Library
- Please? (0)
I am doing a school project and the guy I am doing it with want some animations. Since gif
animations are not supported by php (patent trouble) I had to make a flash movie. I allready have
the basic code and stuff but the images I try to import in my flash movie don't show. I am
trying to use a gameboard as background for the movie. After the TODO comment I am going to edit the
image so I get an animation, but first things first so this is my code: CODE <?php
//invoer: //array met posities van de huizen $huis //array met posities van de hotels ...
PHP flash
- (7)
function label($string) { global $f; $t = new SWFTextField();
$t->setFont($f); $t->addString($string); $t->setHeight(200);
$t->setBounds(4000,200); return $t; } function addLabel($string) {
global $p; $i = $p->add(label($string)); $p->nextFrame();
$p->remove($i); } function rect($r, $g, $b, $signal)//buttonstyle
{ $s = new SWFShape(); if($signal==0) { $s->setRightFill(...
PHP Games
- (5)
I was wondering (and also wanted to ask the PHP experts, since I'm not /dry.gif"
style="vertical-align:middle" emoid=" ) about those PHP games, the turn-based strategy games like
Kings of Chaos, Dark Throne, etc... Is there a set of code or better yet a tutorial that tells how
to create PHP games, or you just have to learn PHP and utilize what you learn? I'm afraid it
might be the second one... /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
alt="unsure.gif" />...
Looking for flash, games, post, data
|
|
Searching Video's for flash, games, post, data
|
advertisement
|
|