I don't know the nature of your feud, but Manuel is right on here, as far as I'm
concerned. Sterling's comments were unwarranted, unjust, and stupid.
Rise above it man.
Manuel Lemos wrote:
> Hello,
>
> Sterling Hughes wrote:
> >
> > On Sat, 2002-02-02 at 17:42, Manuel Lemos wrote:
> > > Hello,
I used this in index.php3, in a password protected directory, using Xitami on
Windows.
require_once("../test/require.php3");
Everything did fine.
Roebie wrote:
> I have tried absolute paths but that does not solve the problem.
> Unlike the filename extension suggests I am using php4.
>
> The
There are a few issues that could be involved, but the glaring big one is that
require_once() only works with PHP 4
The php3 extensions make me think you should simply use require()
Roebie wrote:
> Dear all,
> I have a index.php3 file in a password protected directory (on Windows)
> which calls
Hmmm.
I've also heard it described as a newsletter.
Or a mailing list.
A good program that does this is http://www.kingmailer.com/
Thirty bucks, with a built-in SMPT server.
Lars Wilhelmsen wrote:
> "Ben Clumeck" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED
Anywhere in the of the page you're gonna bust out, place this
small code --
if (parent.frames.length > 0) {
parent.location.href = self.document.location
}
Benjamin deRuyter wrote:
> Does anybody know of a way to break out of a frameset whil
This is from the manual --
Possible file upload attack: filename
'$userfile_name'.";
}
?>
This uploads the file into the correct temp directory, it recognizes the
filename, etc., but it won't copy it. I only can achieve the error
message. I need to use PHP3 for this, I'm obviousl
I don't believe that can be it. I have forms working under Netscape 4+ all day
with no problems, all unnamed. I would bet it's an html issue related to the
editor you're using to create the forms. I'd like to see the html that fails.
Steve Lawson wrote:
> Try giving the form a name?
>
> I normal
A problem of inexperience...
I am trying to store an array in mysql. I obtain the array like so--
$partcount = count($Area);
reset($Area);
for ($i = 0; $i < $partcount; $i++){
$key = key($Area);
$val = $Area[$key];
$string1 .= $val . "\') o
8 matches
Mail list logo