jbeweb
09-26-2009, 10:23 PM
1) Project Details: (be as specific as possible): Ok I have a script called imagefolio that holds all of my images and videos and has a 1-10 rating form below each individual image. I already have my own database with image folio, I just need for the drop down form to be replaced with a star rollover ratings 1-10 system that will call the same fields as my current form:
<form method=post action="%%%SCRIPT_URL%%%">
<input type=hidden name=main value="imageRate">
<input type=hidden name=file value="%%%FILENAME%%%">
<input type=hidden name=category value="%%%DIRECTORY%%%">
<select name=rate size=1>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select> <input type=submit value="Rate This!">
</form>
The bold part of the form has to call the same "%%%DIRECTORY%%%" or other options in order for it to send it to my database. I think this is possible but I dont have time to do it myself.
2) Payment Amount: $25
3) Payment method/ details (Paypal, check? Timeline?): Paypal or Cashiers Check
<form method=post action="%%%SCRIPT_URL%%%">
<input type=hidden name=main value="imageRate">
<input type=hidden name=file value="%%%FILENAME%%%">
<input type=hidden name=category value="%%%DIRECTORY%%%">
<select name=rate size=1>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select> <input type=submit value="Rate This!">
</form>
The bold part of the form has to call the same "%%%DIRECTORY%%%" or other options in order for it to send it to my database. I think this is possible but I dont have time to do it myself.
2) Payment Amount: $25
3) Payment method/ details (Paypal, check? Timeline?): Paypal or Cashiers Check