Lars,
Thanks, you were right that IE was dumping things.
I think there must have been some wacky line breaks or somesuch.
Re-typing the file by hand produced success.
cheers,
jaxon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 2002-02-14 at 11:15, Jaxon wrote:
> hi folks, can someone shed some light here?
>
> i've got a file called index.php with the following contents:
>
>
> echo "debug output: index.php loaded";
> if (is_null($page_name)) $page_name="about";
> echo "debug: page name = $page_name";
>
> $na
How about you make a simple script on Server B that will handle Database
stuff, and you get a Script on server A to fopen http://B/myscript.php and
do calls like myscript.php?a=add&name=fred&address=uk etc
and you can do the same to retrieve data but just parse out the popup with
the script on Se
3 matches
Mail list logo