:rolleyes: That sum would buy a little less than a tenth of a {half?} hour from a low-priced 'professional' shop, in a rural US area. Please don't insult professionals in this way.
The forum isn't meant for job postings, anyway. I think most everyone here would rather have gratitude and respect rather than a Happy Meal anyway (and aren't they $2.99?).
<?php
session_start();
if ($_POST['submit']) {
$dbh = mysql_connect("localhost","brayden_cookies","puma");
mysql_select_db("brayden_cookies",$dbh) or die (mysql_error());
$query=("SELECT * FROM login WHERE username='$username' AND password='$password'");
$result=mysql_query($query);
if ($result){
$_SESSION['auth_user']=1;
}
$redirect="main.php";
Header ("Location: $redirect");
}
if (!$_SESSION['auth_user']) {
echo "<h3>You're not authorized!</h3>
<form action=".$_SERVER['PHP_SELF']." method=\"post\">Username:
<input type=\"text\" name=\"uname\">
<br />
<input type=\"password\" name=\"pass\">
<br />
<input type=\"submit\" name=\"submit\">
</form>
";
}
Or something.
Chart on the wall says you owe me 28 bucks. But, the code is free. Just try and understand what community is about around here, and don't insult by offering pocket change. It's not that I'm sneering at you, or your means, (you could really be a millionaire for all I know), it's just not how things are done here. Look for Weedpacket's post "How to Get Help at All" on this site.
(while ($noclue)) echo "Besides, job postings are not allowed here .... :glare: ";