Search results

  1. A

    How do you, In PERL, truncated the header of multiple header lines?

    I don't know perl but I do know regular expressions (a bit, I'm not sure anyone fully understands regex), keep in mind perl has many great features for regular expressions and there may be an easier "perl" way of do this, but here is a regex to match you what you need. /^\S+\s(DQA1\*\S+)\s$/...
  2. A

    javascript, php, and mysql?

    sure do something like thi,: lets say the submit button is called "comment" and is set like this: <input type="submit" name="comment" value="Leave Comment" /> now you can do <form action="guestbook.php"> and at the top of guestbook.php have (assuming you're using post): if...
  3. A

    Can someone explain ATS in relation to sports odds?

    Ok I know ATS stands for against the spread and determines whether a team beat the spread but when ATS records are listed for a team they are in this format: ex: Team A is 4-2-1 ATS in last 7 games. does this mean, they beat the spread 4 times, no action twice, and one loss? basically is the...
Back
Top