Hi all,
So this is an aesthetic question, the code all works, thank goodness.
The issue is that whenever I call/execute my php scripts, which all
require the path as the first line, i.e., #!/usr/pubsw/bin/php ... and
I want to know why that line shows up on the web browser?! (None of the
other code shows, except for whatever other html things that are
supposed to show).
My "workaround " at the moment is to have <body text="FFFFFF"> which
makes it white like the background, but there's gotta be a reason for
this, right? :-) Any ideas?
Thanks,
Kerri
So this is an aesthetic question, the code all works, thank goodness.
The issue is that whenever I call/execute my php scripts, which all
require the path as the first line, i.e., #!/usr/pubsw/bin/php ... and
I want to know why that line shows up on the web browser?! (None of the
other code shows, except for whatever other html things that are
supposed to show).
My "workaround " at the moment is to have <body text="FFFFFF"> which
makes it white like the background, but there's gotta be a reason for
this, right? :-) Any ideas?
Thanks,
Kerri
Comment