PHP Flash High Score Tutorial
Uploader Comments (projectfinale)
All Comments (17)
-
Hi there, your video is great, but I'm using AS3, any idea how I can convert your tutorial into AS3?
-
Thanks man but Um do you have a way to make a flash to send a score to an e-mail
or even just send a word but not like a the things that you can input .
could anyone please tell me
-
Great tutorial. I forgot to select the table too.
-
I apologize for the late response, I didn't notice you replied again... I think to be on the safe side, you should always close a connection, but I will admit that I don't do it half the time and haven't run into any major problems.
-
actually should mySql close connection be used after the scores have been received?
mysql_close - or is it unimportant because its not a persistent connection?
-
ah i just figured it out. When I connected to mySqlAdmin I connected correctly there but I'd put the name of the table in where the name of the database should have been and it screwed everything up. It works perfectly now :) going to move on to the next part of the tutorial
-
it shouldn't be... It is being set to the results... It should equal 1 if it is returned correctly... which would make it go through the while loop...
it works fine for me still... the only think i could think of is to set it to 0 above...
$line = 0;
just put it at the top so it is initialized... otherwise i would look up the error in google and see what results you get
-
is $line an undefined variable?
Link to website?
iambubbathedog 1 year ago
@iambubbathedog projectfinale(dot) com haha I dont have a written tutorial up unfortunately... I need to make a better tutorial for this still
projectfinale 1 year ago