need help with an action script

1 replies
  • WEB DESIGN
  • |
I've got a script called digg bribe, the instructions say :
Step Three: Add site code

Finally, following the example provided in sample.html, we must add the form code into your page so that users have somewhere to submit their Digg username for checking.

Copy the html below into your website, make sure you edit the "action" part of the form (in bold) to ensure that the form is pointing to the diggcheck.php file where it is located on your site.
<title>Digg Check</title><form name="login" id="login" action="diggcheck/diggcheck.php" method="post">
Enter your Digg username:<br />
<input type="text" name="username" id="username" class="input" size="20" tabindex="2" />
<input type="submit" name="submit" id="submit" value="Submit &raquo;" tabindex="3" />

I'm not really sure of the location of the action script.

The picture attached shows the script that I want to point to highlighted.

Can anybody advise me what to put in the action="" part?
#action #script

Trending Topics