On 29/12/03 11:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> instead?--lines right after <?php. Which of these belongs and why? Or,
> actually, which doesn't, and how come?
> 
> $imageIndex = $_POST['imageIndex']?
> $dirName = $_POST['dirName'];
> $currentFile = $_POST['currentFile'];
> $theFiles = $_POST['theFiles'];
> $imageFiles = $_POST['imageFiles'];
> $output = $_POST['output'];
> 
> Am I on the right track, at least?


The first line ends with a ? Not a ;

If your on os X then the url is:

http://localhost/~username/whatever.html

The path is:

/Users/username/sites/whatever.html

Ryan Gibson
-----------
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to