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" <
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
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]
>
>
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
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...
&
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:
>
>