Search found 2 matches

by willgnosis
Mon Apr 10, 2006 2:31 am
Forum: PHP - Code
Topic: Problem in opening popup window
Replies: 2
Views: 505

unfortunately there is a minimum size for pop ups windows... a new implementation of Microsofts IE
it may look correct in Safari on mac...but thats about it. pretty sure firefox does it too.
no way round it i know of.

;-)
by willgnosis
Mon Apr 10, 2006 2:28 am
Forum: PHP - Code
Topic: No database selected problem
Replies: 1
Views: 288

Hi, i havent looked all through your code, but at a glance it looks like it could something to do with your last if statement...i'd check that first: if ((isset($_POST["submit"])) &&.....etc also check your include with the variables $database_snazzy, $snazzy good luck. ;-) bye