Hi people,
is there a way to check a string, which is passed by a form via GET,for html
tags??
Does anyone know some code or anything else??
Alexander Bierbrauer
Coordinator & Chief-Programmer of Not'A'Tric
Web: http://www.notatric.de
ICQ: 38412604
--
PHP General Mail
t get this message!
if($datei=fopen("score.txt","w"))
{
for($i=0;$i<$scorecount;$i++)
{
//falls der spieler mehr punkte hat wird dieser ausgegeben
if($usrscore>$tmpscore[$i] && $check==false)
{
fwrite($datei,$usrname);
fwrite($datei,$usrscore);
fwrit
Hi people,
does anyone know a good PHP developer IDE for Windows?? I'm using PHP Coder
but it's a little bit to buggy.
Alexander Bierbrauer
Coordinator & Chief-Programmer of Not'A'Tric
Web: http://www.notatric.de
ICQ: 38412604
--
PHP General Mailing List
3 matches
Mail list logo