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...
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')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.