Anyone have similar exp on why this would crash on Win32 is IIS

if (isset($it)){
 // Check Entered User Credentials
 if(($logon == "SuperUser") && ($pass == "Pass")){
 session_start();
 session_register('logon');
 header("Location:$PHP_SELF");
 exit();
 }else{
etc . . . .
----- Original Message -----
From: "austin govella / desire media" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 2:38 PM
Subject: RE: [PHP-DB] Basic MySQL question


> mysqladmin -u root create contacts
>
> and
>
> mysql -u root -p
>
> Neither work. I get a "command not found" error for both.
>
> At someone's advice, I found mysqladmin w/ "whereis mysqladmin" and later
> did ./bin/mysqladmin in the mysql installation dir (which got me a
printout
> of a bunch of commands for use with mysqladmin, but none of them worked),
> but I still can't get anywhere.
>
> Thanks,
> --- Austin Govella
> Web designer, D. Hilton Associates, Inc.
> Tel: (800) 367-0433, ext. 102
> http://www.dhilton.com // http://www.e-hilton.com
> * New! Online recruiting at http://jobs.dhilton.com
>
> > -----Original Message-----
> > From: Angerer, Chad [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 15, 2001 4:31 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [PHP-DB] Basic MySQL question
> >
> >
> > What code are you using to try and connect to the mySQL server?
> >
> > Chad
> >
> > -----Original Message-----
> > From: austin govella / desire media [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 15, 2001 4:27 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-DB] Basic MySQL question
> >
> >
> > I'm starting a project using MySQL and PHP, but I'm having trouble
> > connecting to to the MySQL server.
> >
> > I'm new to this, so how can I determine if I'm just being stupid
> > or if MySQL
> > was installed ioncorrectly?
> >
> > Many thanks,
> > --- Austin Govella
> > Web designer, D. Hilton Associates, Inc.
> > Tel: (800) 367-0433, ext. 102
> > http://www.dhilton.com // http://www.e-hilton.com
> > * New! Online recruiting at http://jobs.dhilton.com
> >
> > > -----Original Message-----
> > > From: Paul Clements [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, February 15, 2001 4:21 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP-DB] Microsoft SQL Server and views
> > >
> > >
> > > Hi,
> > >
> > > Sorry if this has been asked before but I've looked everywhere
> > > and not found
> > > the answer to the question
> > >     Can you access views from mssql_query?
> > >
> > > I seem to be getting Invalid Object Name reported back to me.
> > >
> > > Any help would be appreciated
> > >
> > > Thanks
> > >
> > > Paul Clements
> > >
> > >
> > >
> > > --
> > > PHP Database Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
[EMAIL PROTECTED]
> > >
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to