shout box
Moderator: General Moderators
shout box
I started out with a tutorial and built and added stuff from there. I wanted to get some opinions on my shout box. Take a look and let me know what you think.
http://sublevel4.f2o.org/shout_form.php
Thanks
http://sublevel4.f2o.org/shout_form.php
Thanks
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
The @723 is a time display. this is Swatch beat time. It is supposed to be a world time display. It supposed to put the world on one time @723 here on the east coast of the US is the same is @723 in london even thought local time in london like 6hours off the eastern standard.
for a better example
http://www.swatch.com/fs_index.php?haup ... ons&unter=
then go the internet time and and explanation is under informantion.
I had seen it used before and i liked the idea and then i saw that it was build in the php date() function and thought i would make use of it.
for a better example
http://www.swatch.com/fs_index.php?haup ... ons&unter=
then go the internet time and and explanation is under informantion.
I had seen it used before and i liked the idea and then i saw that it was build in the php date() function and thought i would make use of it.
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
Think i am going to ad some spam protection i would be annoying to miss a message because some one wants to be stupid.
the tutorial i used is http://www.oxyscripts.com/view_tutorial.php?id=56
i built on that one a made some changes.
i also found another one here http://www.phpbeginner.com/
the tutorial i used is http://www.oxyscripts.com/view_tutorial.php?id=56
i built on that one a made some changes.
i also found another one here http://www.phpbeginner.com/
Looks good.
Go see mine too then hehe http://alienhelpdesk.com
Oh and about spam protection... what I always do in such scripts is run a check. So after a submit get the last entered message and check the submitted data against that, and only enter it in the DB if it's not the same. That solves the Resubmit upon refresh thing. Though I think I didn't do it in the shoutboc yet... shhh don't tell anyone hehe
Go see mine too then hehe http://alienhelpdesk.com
Oh and about spam protection... what I always do in such scripts is run a check. So after a submit get the last entered message and check the submitted data against that, and only enter it in the DB if it's not the same. That solves the Resubmit upon refresh thing. Though I think I didn't do it in the shoutboc yet... shhh don't tell anyone hehe
Quite good how about adding filters on and how come if I use this
It display an empty string?
Code: Select all
<?php echo "hi" ?>- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
-
codewarrior
- Forum Commoner
- Posts: 81
- Joined: Wed Aug 07, 2002 1:28 pm
