All pastes #604580 Raw Edit

xyzu

public php v1 · immutable
#604580 ·published 2007-07-05 17:01 UTC
rendered paste body
while ( $row = mysql_fetch_row($result) ) {$premonth = $_POST['month'];switch ( $premonth ){case $row[0]:header("location: http://xyzu.org/blog.php?month=$row[0]");break;}}