Re: [PHP-WIN] Re: mysql_fetch_array() doesn't work

2001-09-30 Thread Justin Blake
> It only works when the $arr['user_id'] is out of the quotes. > echo " target='_top'>"; > then IE showed no error any longer Thank you! I was having the exact same problem. Justin -- http://blaix.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] redirect -- pls help!

2001-09-26 Thread Justin Blake
> header ("Location: http://www.cw213.net/";); > > make sure u run this b4 any output to the browser. You should also add "exit;" after the statement so the script does not keep running. ... I think. Justin -- http://blaix.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-WIN] Individual Lines of text

2001-09-24 Thread Justin Blake
> I am pulling down data from a switch which looks like > > Port 1, 33889029532 > Port 2, 0 > Port 3, 135852 > Port 4, 6652941243 > etc etc > > I need to know if it is possible with PHP to write a script that will pull > the individual lines of this text file and store them into a mysql database >

Re: [PHP-WIN] Re: Instilation problem

2001-07-09 Thread Justin Blake
> If these are not empty, they try to include files... They are empty. Still doesn't work. -- PHP Windows 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]

Re: Re: [PHP-WIN] Instilation problem

2001-07-09 Thread Justin Blake
> Justin: Are you including the myfile.php into another php file... That's whats weird about it. I am not using any includes. All I am doing is trying to test my instillation with: I also tried: But I still get the same error. -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

[PHP-WIN] Instilation problem

2001-07-07 Thread Justin Blake
I am running Sambar Server Pro v5.0 on Win ME. It requires php4 to run as isapi. I know my sambar config files are correct but I'm not sure about php. When I try to run any php file I get: Warning: Failed opening 'D://docs/bin/myfile.php' for inclusion (include_path='') in Unknown on line 0 p