A quick diagnostic?

Try the page phpinfo.php in the phpMyAdmin directory - this will give you
the 'whole picture' in terms of your php installation...

Even easier?  Any php page which contains the code:

<?
phpinfo();
>

Will give you this full info report.  Very useful!

Lou Picciano

> 
> Thanx Lou, this really helps out.  One question though and maybe this runs
> deeper then I think.
> 
> When I start my machine, and run phpMyAdmin (VD in IIS5)  it works fine.
> When I close the browser window after making changes to a user, and then
> try to re-open it, I PHP is no longer working.  I am not sure what it is
> doing at this point.  Seems like it left the connection open to the
> database and it tries to re-connect after re-opening a browser and shuts
> everything down.  I just get a blank page.
> 
> Other then that this works great.
> 
> 
> 
> Thank You
> 
> <><><><><><><><><><><><><><><><>
> 
> Daniel Negrón
> Lotus Notes Administrator / Developer
> KB Electronics, Inc.
> 954.346.4900x122
> http://www.kbelectronics.com
> 
> <><><><><><><><><><><><><><><><>
> Dan,
> 
> Have you taken a look at phpMyAdmin?  This very good tool not only
> administers your MySQL databases, but their php code is a good teaching
> tool, as well.  Simply drop the whole thing into an apache-served
> directory,
> and you're off to the races!
> 
> It's on Sourceforge, and anyone on this list can benefit from it.
> 
> http://sourceforge.net
> 
> Let me know how this works out!
> 
> Lou
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to