Post what you want coded here and I'll code it if I can, no specific order - just what takes my fancy.
DO NOT PM ME

Post what you want coded here and I'll code it if I can, no specific order - just what takes my fancy.
DO NOT PM ME
Hey,
Maybe something like a Habbo Help Tool for fansites that is similar to the Habbo Hotel one so its on different pages. Then the information can be submitted to a MySQL Table and/or an email.
.:; Johno
Make sure it's nothing like Habbo's though as sites have got shut down before for 'imitating Habbo' - which is stupid because they are fan sites after all.
a billing system for jingles so you add stuff to the checkout then when u are going to pay you can enter the scripts for the jingles you have bought.
but some packages have more that 1 jingle included so a admin would have to be able to change how many forms there was on there
That's dead easy. (Email version) Not bothered to do MySQL.
Replace $email's value with your email.
Coded in 3 minutes FLAT. Would've been faster if I'd had a decent keyboard/wasn't deadly tired.PHP Code:<?php
if(!$_POST['submit']) {
$email = '[email protected]';
echo("CALL FOR HELP! <br>
<form action=$_SERVER['PHP_SELF'] method=POST>
Message:<input type=text name=message value=Type Message Here!>
Send!:<input type=submit name=submit value=GET HELP>");
}else{
mail($_POST['email'], 'Call for help sent.', $_POST['message']);
echo("Thanks! Your mail has been sent.");
}
?>
Almost definatley wont work, UNTESTED.
Last edited by lolwut; 18-08-2007 at 09:46 PM.
i've been here for over 8 years and i don't know why
Yeah but what I meant was it spread over a few pages and stuff, I was just suggesting something anywayThat's dead easy. (Email version) Not bothered to do MySQL.
Replace $email's value with your email.
Coded in 3 minutes FLAT. Would've been faster if I'd had a decent keyboard/wasn't deadly tired.PHP Code:<?php
if(!$_POST['submit']) {
$email = '[email protected]';
echo("CALL FOR HELP! <br>
<form action=$_SERVER['PHP_SELF'] method=POST>
Message:<input type=text name=message value=Type Message Here!>
Send!:<input type=submit name=submit value=GET HELP>");
}else{
mail($_POST['email'], 'Call for help sent.', $_POST['message']);
echo("Thanks! Your mail has been sent.");
}
?>
Almost definatley wont work, UNTESTED.
.:; Johno
'___' you don't need $_SERVER['PHP_SELF'] just use action=""That's dead easy. (Email version) Not bothered to do MySQL.
Replace $email's value with your email.
Coded in 3 minutes FLAT. Would've been faster if I'd had a decent keyboard/wasn't deadly tired.PHP Code:<?php
if(!$_POST['submit']) {
$email = '[email protected]';
echo("CALL FOR HELP! <br>
<form action=$_SERVER['PHP_SELF'] method=POST>
Message:<input type=text name=message value=Type Message Here!>
Send!:<input type=submit name=submit value=GET HELP>");
}else{
mail($_POST['email'], 'Call for help sent.', $_POST['message']);
echo("Thanks! Your mail has been sent.");
}
?>
Almost definatley wont work, UNTESTED.
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
<?php
if(!$_POST['submit']) {
$email = '[email protected]';
echo("CALL FOR HELP! <br>
<form action=$_SERVER['PHP_SELF'] method=POST>
Message:<input type=text name=message value=Type Message Here!>
Send!:<input type=submit name=submit value=GET HELP>");
}else{
mail($_POST['email'], 'Call for help sent.', $_POST['message']);
echo("Thanks! Your mail has been sent.");
}
?>
Sorry...but that took you 3minutes to code? O_O
a Billing system like cube cart,
OR
A Get total flying hours off vatsim![]()
That post was really sensible!
Want to hide these adverts? Register an account for free!