Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dissonance

    Directory listing, without the "./" and "../"

    I fixed it. Simply put, I was not using the correct operator. Changing the = to == (in lines 5 and 7) fixed the issue.
  2. Dissonance

    Directory listing, without the "./" and "../"

    Anyways, so I want to display a directory listing, but I don't want/need the data about the parent folders. It's for a simple link script, so I can throw a bunch of stuff in a folder, and have my web page automatically link it. (I don't like the one build in to apache) Anyways, it's giving me...
  3. Dissonance

    Connects to MYSQL, but can't insert data?

    Yea, the Id column is autonumber.
  4. Dissonance

    Connects to MYSQL, but can't insert data?

    Well, I'm trying to get a script to insert some form data into a mysql database. Config.php contains the MYSQL connect, and I've echo'd $link and it's connected. Register.php <?php include ('config.php'); $user=$_POST['username']; $pass=$_POST['password']; $md5pass = md5('$pass')...

Part and Inventory Search

Back
Top