[PHP-DB] submitbutton/imagebutton

2001-06-22 Thread Jan de Koster
Hi, I'm kind of new to php so there may be an obvious answer but I can't find it for the moment. What I want to do is change the 'type=submit' of a submit button to 'type=image' so I can control the looks of the button. In pure HTML there is of course no problem, the image is still used as a su

Re: [PHP-DB] Connecting to MySQL

2001-06-22 Thread Jan de Koster
What needs to be done is that you create a new user in the 'user' databese where you replace 'localhost' with the IP number of the machine you will be using to log in to your database and then grant the appropriate priviliges. hope to have been of any help. jan Lester June Cabrera wrote: > How

Re: [PHP-DB] Password Protect page

2001-06-22 Thread Jan de Koster
// USED FOR AUTHENTICATION function authenticate_user(){ Header("WWW-Authenticate: Basic realm=\"[EMAIL PROTECTED]\""); Header("HTTP/1.0 401 Unauthorized"); echo "You are not authorized to enter this section of the site!\n"; exit; } if(!is