Guess you don't need me anymore since:
-Not using 000webhost.
-Not using scratchblocklibrary.co.cc (which is rightfully mine, I registered it, like with my name and address and all)
-Not needing me...
Cya.
Offline
MathWizz wrote:
Daffy22 wrote:
Wait Mathwiz, your code doesn't work
![]()
http://www.block-library.freehostingcloud.com/submit/Now try it.
@sparks, I'm home schooled and it's lunch break right now.![]()
Your home schooled! So am I!
Offline
fg123 wrote:
Guess you don't need me anymore since:
-Not using 000webhost.
-Not using scratchblocklibrary.co.cc (which is rightfully mine, I registered it, like with my name and address and all)
-Not needing me...
Cya.
sorry if you feel that way but I don't want to use 000webhost because of the PHP script limit and the low web space. I prefer freehostingcloud. sorry
Offline
fg123 wrote:
Guess you don't need me anymore since:
-Not using 000webhost.
-Not using scratchblocklibrary.co.cc (which is rightfully mine, I registered it, like with my name and address and all)
-Not needing me...
Cya.
lol - i don't use my real adress, i just use nah for the things i don't want to answer
Offline
k! I'm back! hope you had a good christmas! How can I help?
Offline
@ProgrammingFreak: I suggest you just work on RKT otherwise you won't have time for both.
Offline
Pecola1 wrote:
@ProgrammingFreak: I suggest you just work on RKT otherwise you won't have time for both.
If i had to chose, I would do this first.
Offline
ProgrammingFreak wrote:
Pecola1 wrote:
@ProgrammingFreak: I suggest you just work on RKT otherwise you won't have time for both.
If i had to chose, I would do this first.
okay. But are you choosing just this? oR CHOOSING TO DO BOTH? (I HATE CAPS!)
Offline
Hmm I could help with coding the websites HTML.
Offline
jbthegreat wrote:
Hmm I could help with coding the websites HTML.
Sorry, we already have quite a large team and it most the work now is in PHP so we would struggle to find a job for you
Sorry
Offline
Pecola1 wrote:
ProgrammingFreak wrote:
Pecola1 wrote:
@ProgrammingFreak: I suggest you just work on RKT otherwise you won't have time for both.
If i had to chose, I would do this first.
okay. But are you choosing just this? oR CHOOSING TO DO BOTH? (I HATE CAPS!)
both. BTW, I'm a home schooler too!
Offline
I like it too!
Offline
Yes we can do this. Tommorow I'll whip up a basic template for it
It shouldn't be too hard. Would you like so sort of flash intro thing? (like on Eureka's site. - I can do any animation you want.
Offline
So what can I do?
Offline
ProgrammingFreak wrote:
So what can I do?
mmm. Could you maybe make a sort of layout/fancy box thing for the latest news. I suggest a newspaper.
(staying in the theme of reading and books) Try keep it small too so I can inport it into the homepage
Thanks.
Oh and can you repost the contact form, I've appeared to of lost it
Offline
Daffy22 wrote:
ProgrammingFreak wrote:
So what can I do?
mmm. Could you maybe make a sort of layout/fancy box thing for the latest news. I suggest a newspaper.
(staying in the theme of reading and books) Try keep it small too so I can inport it into the homepage
Thanks.
Oh and can you repost the contact form, I've appeared to of lost it![]()
So am I making the iframe or the newspaper?
Offline
ProgrammingFreak wrote:
Daffy22 wrote:
ProgrammingFreak wrote:
So what can I do?
mmm. Could you maybe make a sort of layout/fancy box thing for the latest news. I suggest a newspaper.
(staying in the theme of reading and books) Try keep it small too so I can inport it into the homepage
Thanks.
Oh and can you repost the contact form, I've appeared to of lost it![]()
So am I making the iframe or the newspaper?
the newpaper. Make a few example sort of bullet points in it.
Thanks
Offline
Here:
<form>
<tr>
<td>
<p>Username:<input type="text" name="Username" size="50"> <br>
Subject:<input type="text" name="subject" size="50"> <br>
Comment: <br>
<textarea cols="70" rows="50" name="comment">
</p>
<?
require("class.phpmailer.php");
$username= $_POST['Username'];
$subject= $_POST['subject'];
$comments= $_POST['comment'];
$mail = new PHPMailer();
$mail->IsSMTP();
$mail->From = "";
$mail->FromName = "Block Library";
$mail->AddAddress("daffy22@gmail.com","Daffy22");
$mail->AddAddress("programmingfrak@att.net","ProgrammingFreak");
$mail->WordWrap = 50;
$mail->Subject = "Block Library - $subject"
$mail->Body = "Here is a question from $username .
--------------------------------------------
$comment";
if(!$mail->Send())
{
echo "Message could not be sent.";
echo "Mailer Error!" . $mail->ErrorInfo;
} else {
echo "Message was sent!"
}
?>
</form>Offline
What will the newspaper contain?
Offline