Search results

  1. B

    advancedish

    Hey everyone, My name is Ben, and I am pretty good at most programming languages, and I have made my fair share of sites, so if you need any help with anything, feel free to ask
  2. B

    PHP variable organization

    When you make long pages of php that you are using multi variables in, I recommend declaring the variables at the top of the page like this <?php if(isset($_POST["var1"])){$var1==$_POST["var1"]} //Content ?>this makes the coding less confusing and easier to read
Top