Jump to content

paulmo

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by paulmo

  1. Scenario: statistics are posted daily in a form field or table on a third-party website. I get permission to use those statistics, and retrieve them automatically every day at midnight (from PHP or JS), into a MySQL table, then present them as a dynamic graph that changes every day, and calculate and display weekly percentage increases or decreases from statistics. RSS/XML potential? I've only populated MySQL tables with form field data from my own website, so I need some direction here. Thanks in advance for suggestions.
  2. need to center part of the form. this in style sheet: p.center { text-align: center; } form: <div style="background-color:#FFFFFF; padding:10px" class="rounded {10px}">//class is jquery script that's working fine. <form name="myform" method="post" action="action.php"><p>First Name: <input type="text" name="name" value="<?php echo $post_name;?>" class="buttonsb"/></p<p class="center">Write something: </br></br><textarea name="message" rows="2" cols="35" class="buttonsb"></textarea><input type="hidden" name="searching" value="yes" /></br><input type="submit" value="Process" class="buttons"></form></p><p class="center">this works</p>
×
×
  • Create New...