> 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]
> 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,
> 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
>
> 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]
> 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
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