hey evreybody im new here and i saw some realy cool post ! then i login into website to post my problem, i needd help in php:
i need scripte or tutorial about making matchresult gaming! i have clan and i try to make my own website and i need help, i hope some one can help me ! andd thanks guys <3
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Quote:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Striker,
I'm not going to try to be a downer about this, because learning PHP/MySQL and
any programming is a great thing to do. What you're looking for might be some
advanced scripting ... probably more than a beginner programmer would do. That
being said, if you want a site right now, that won't happen. But if you're working
on a roll playing game that will take several months to make, you might be able
to pull it off.
You should look for some pre-made PHP script that "sort of" does what you want,
and then customize it. There might be some good RPG scripts out there.
Striker,
I'm not going to try to be a downer about this, because learning PHP/MySQL and
any programming is a great thing to do. What you're looking for might be some
advanced scripting ... probably more than a beginner programmer would do. That
being said, if you want a site right now, that won't happen. But if you're working
on a roll playing game that will take several months to make, you might be able
to pull it off.
You should look for some pre-made PHP script that "sort of" does what you want,
and then customize it. There might be some good RPG scripts out there.
Exactly, although I think he means more of a ladder system to enable team competition. Striker, I've made a knockout cup system for a client and their a surprising amount of work. If you want, I could craft a version for yourself (at a price of course) - PM me about it.
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Quote:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Yeah basically. A clan is a group of people that play in a team, in a computer game. They have online ladders to compete in - some with more merit than others.
I currently work with tlr-esports.co.uk if you wanted more information about that sort of thing.
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Quote:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.