[PHP-WIN] Re: Display new Page after Form is processed

2003-06-06 Thread The.Wiz
I thought you couldn't use header(location:???) if its not listed first, as in before the DB code. If this is the case you a redirect by using the meta refresh option. "Cristian Marin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Put header("Location: my_second_page.php"); after the

[PHP-WIN] Re: install PHP 431 on Windows 2003 server

2003-06-06 Thread The.Wiz
Yes, do a manual install. "Peter Misun" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > i was installing 4.3.1 on W2000 server and received the same error before the end of installation - so I had to setup manually, but then everithing works fine till now > > 5o > > > S wrote: > >

Re: [PHP-WIN] Installation problems...

2003-05-30 Thread The.Wiz
Go grab a web interface for Mysql admin ( www.phpmyadmin.net ). Download the zip file and put it under your web directory and rename it to phpmyadmin ( \Apache\htdocs ??? Or something like that). Then goto that directory in your browser http://127.0.0.1/phpmyadmin/ you should see a web interface fo