Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Webber

Pages: [1]
1
Playstation / Re: which is better
« on: September 02, 2009, 12:35:35 pm »
100% Cod4

2
SMF For Free Codes and Support / Re: [Code] Customizable Button
« on: September 02, 2009, 10:22:20 am »
Hmm, but it wouldnt take effect on anything, like GET and POST have differences, but its pointless having LINK as a method, it doesn't have any effect.

3
SMF For Free Codes and Support / Re: [Code] Customizable Button
« on: September 02, 2009, 09:51:25 am »
Kinda basic, hmm

Quote
<html>

<form action='bang.php' method='GET'>
<input type='submit' name='shoot1' value='Shoot!'>
</form>
</html>
<?php
// By Webber from smfsupport.com
$shoot = $_GET['shoot1'];
if (!$shoot)
   {
   echo "Click button to shoot";
   }
else if ($shoot)
    {
    echo "Bang!";
    }

?>

That's my php/html code to making a good use out of a button using else and if statements, what you are doing is basic, it's just a basic link :s, and from what i know of theres no form method called LINK.

4
General Chat / Re: Gaming Laptop?
« on: September 02, 2009, 09:43:10 am »
I happen to play World of Warcraft on my normal laptop, it doesn't meet any gaming computers specifications but it does the perfect job. The only problem is the video card on my laptop has had problems on WoW, and was stated in the last patch notes, which can get annoying sometimes :(

5
Advertise Your Board / Web Developing Forum
« on: September 01, 2009, 10:00:23 am »
Web Developing Forum, is a forum where web developers can share scripts, make tutorials, and help new web devs out. Everyone who makes scripts on this forum probably knows something about webdevelopment, because they are making scripts.

This forum has no board for smfforfree, so please do not expect one.

We currently only have
  • Html
  • Php
  • Javascript
  • Sql
Boards.

We have a good few tutorials to assist you, join today http://webdeveloper.smfforfree3.com
Thankyou.

Pages: [1]