[PHP-WIN] Re: Re:Subject: upload question

2003-03-30 Thread Ben O'Neill
Children, please. If you type: C:\apache\htdocs\filename.jpg In the address bar of your browser it should display it, if it doesn't then I'd just ignore it and move on... My copies of IE6 and Mozilla display jpegs when told to. -- Ben O'Neill "Anthony Ritter" <

Re: [PHP-WIN] Tables (might be OT)

2003-03-29 Thread Ben O'Neill
He was missing a "{", otherwise it was fine. -- Ben O'Neill "Kobus Myburgh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, I have done a similar thing that worked reasonably well in Visual Basic (however, included is a PHP snippet which might do th

[PHP-WIN] Re: mail() on XP

2003-03-09 Thread Ben O'Neill
Find: [mail function] ; For Win32 only. SMTP = localhost In the PHP.ini file, and make sure it's set, then you'll need to be running an SMTP server (e.g. IIS). -- Ben O'Neill "John Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >

[PHP-WIN] Re: The page cannot be displayed

2003-03-06 Thread Ben O'Neill
Goto IE, Tools, Advanced, and un-check using friendly error mesasges. That should give a move helpful error message. -- Ben O'Neill "Thomas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i have just installed > php-4.3.1-Win32 > mysql-3.23.55

Re: [PHP-WIN] ARRAY Question!

2003-03-04 Thread Ben O'Neill
Using that it would be: $array_length = count($myArray); $myArray[$array_length] = $new_data; As arrays start at 0, and count() returns the number of elements. - Ben O'Neill "Chris Kranz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Something like... &

[PHP-WIN] Re: ARRAY Question!

2003-03-04 Thread Ben O'Neill
Well, you can add items onto the end of an array by doing: $myarray[] = "added on end"; -- Ben "SheepCow" O'Neill GameSpyDaily Weekend Editor http://www.gamespydaily.com "Matt Babineau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok here goes! > > Lets say I have an array: > >