Now I understand most of this.
But what exactly does preg_replace replace here?
I know a nice rule, if it aint broken dont fix it, but I'm just wondering what it does? So I can understand what is going on.
Used google in testing so I could see if it worked and it does to my suprise.
again .. following part is where I'm lost:
return "window.open(
'$page','".preg_replace("([^[:alnum:]])","",$page)."','scrollbars=no,resizable=no,width=300,height=300' )";
Also, everything works there is no bug. I'm just hungry for knowledge
