Recent content by Watson Tan

  1. W

    Redirect HTML Debugging?

    I want to make a redirect page with options in a combo box. Where I select the site from the box, and then click Redirect! and then it'll redirect to that site but I'm getting a parse error in line 3 in the php file. This is that line: if($_POST['site'] == "google") My code: <body> <form method...
  2. W

    I need help with a simple yet hard (for me) HTML tip...?

    I have an HTML site that has descriptions of food locations. All these descriptions are on one page. For example, the first is "The Big Texan Steak Ranch in Amarillo, TX", then theres a description, and you scroll down to the next one "Big Foot Lodge, Memphis, TN". My problem is that I want to...
Back
Top