Fiyero
05-28-2007, 09:19 AM
No longer looking for employment! I have found two sites to work for!
I am looking for a programming job. I know php, mysql, html and a bit of javascript.
In the past I have made:
Shops
Inventory
Bank
A few php games
Random Events
Login/Logout/Register
Pet System
Battle System
Contact:
AIM-Itsmrmackenzie
Email:Iheartmyfbfl01@gmail.com
I would prefer you IMing me than emailing.
And heres a snippet of a message central/inbox/post office
echo "<b>Post Office</b> <P> Send and recieve mail here! <P>";
echo "<P><center> <a href='messages.php?x=delall'>Delete All Messages</a><P>";
$do = $_GET['x'];
if ($do=="read") {
echo "<hr><center>Unread Mail<hr>";
$res = mysql_query("SELECT * FROM message WHERE mailto='$username' AND mailread='No'");
if (mysql_num_rows($res)==0) {
echo "No new mail!";
} else {
while ($row = mysql_fetch_array($res)) {
$from = $row['mailfrom'];
$sub = $row['mailsub'];
$amt = mysql_num_rows($res);
$del = $amt += 1;
$del -= $amt;
mysql_query("DELETE FROM message WHERE mailfrom='$from' AND mailsub='$sub' LIMIT $del");
echo "<a href='messages.php?x=readnew&y=".$row['id']."'>".$row['mailsub']."</a> from user ".$row['mailfrom']." [<a href='messages.php?x=del&y=".$row['id']."'>DELETE</a>] <BR>";
}
}
echo "<P><HR>Older Mail<HR>";
$res = mysql_query("SELECT * FROM message WHERE mailto='$username'");
if (mysql_num_rows($res)==0) {
echo "No new mail!";
} else {
while ($row = mysql_fetch_array($res)) {
echo "<a href='messages.php?x=readnew&y=".$row['id']."'>".$row['mailsub']."</a> from user ".$row['mailfrom']." [<a href='messages.php?x=del&y=".$row['id']."'>DELETE</a>] <BR>";
I am looking for a programming job. I know php, mysql, html and a bit of javascript.
In the past I have made:
Shops
Inventory
Bank
A few php games
Random Events
Login/Logout/Register
Pet System
Battle System
Contact:
AIM-Itsmrmackenzie
Email:Iheartmyfbfl01@gmail.com
I would prefer you IMing me than emailing.
And heres a snippet of a message central/inbox/post office
echo "<b>Post Office</b> <P> Send and recieve mail here! <P>";
echo "<P><center> <a href='messages.php?x=delall'>Delete All Messages</a><P>";
$do = $_GET['x'];
if ($do=="read") {
echo "<hr><center>Unread Mail<hr>";
$res = mysql_query("SELECT * FROM message WHERE mailto='$username' AND mailread='No'");
if (mysql_num_rows($res)==0) {
echo "No new mail!";
} else {
while ($row = mysql_fetch_array($res)) {
$from = $row['mailfrom'];
$sub = $row['mailsub'];
$amt = mysql_num_rows($res);
$del = $amt += 1;
$del -= $amt;
mysql_query("DELETE FROM message WHERE mailfrom='$from' AND mailsub='$sub' LIMIT $del");
echo "<a href='messages.php?x=readnew&y=".$row['id']."'>".$row['mailsub']."</a> from user ".$row['mailfrom']." [<a href='messages.php?x=del&y=".$row['id']."'>DELETE</a>] <BR>";
}
}
echo "<P><HR>Older Mail<HR>";
$res = mysql_query("SELECT * FROM message WHERE mailto='$username'");
if (mysql_num_rows($res)==0) {
echo "No new mail!";
} else {
while ($row = mysql_fetch_array($res)) {
echo "<a href='messages.php?x=readnew&y=".$row['id']."'>".$row['mailsub']."</a> from user ".$row['mailfrom']." [<a href='messages.php?x=del&y=".$row['id']."'>DELETE</a>] <BR>";