Jump to content

abrahamgarcia27

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by abrahamgarcia27

  1. maybe it has to do something with your $path variable. Can we see that?
  2. I believe you can do this via .htaccess Check this out http://stackoverflow.com/questions/4548860/replacing-php-ext-with-html-through-htaccess
  3. What happens if you remove the () from this line? <option value="first_name:" ><?php echo($row['first_name']);?></option> so like this <option value="first_name:" ><?php echo $row['first_name'];?></option>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.