How can I open a new window and set up the rules for how its going to look.like for ex. statusbar =no, without using javascript only PHP.
you can't PHP is ServerSide ...
I think the only way you can do this is by using "server side" JavaScript, that is to say write your javascript code within php and have php execute it rather then the client.