\\.\
07-13-2007, 03:57 AM
Just made a post and then ent back to edit it...
I inserted PHP code tags [php] which didnt highlight or format, so I reedited the post so that the tags were [PHP] instead yet it still displayed [php] unformatted and upon editing further showed the tags as [PHP] but wouldnt highlight or format the code between.
Several edit attempts and IM here...
[PHP]<?php
// get the CGI paramaters
$file = $_GET['file'];
$size = $_GET['size'];
// get a record of the directory
$ver = phpversion();
$directory_current = getcwd();
...
...
}
// either an error or the item is currently being uploaded.
header("Location: index.php");
?>[PHP] like here, I used PHP and not php as it is currently displaying the code.
I inserted PHP code tags [php] which didnt highlight or format, so I reedited the post so that the tags were [PHP] instead yet it still displayed [php] unformatted and upon editing further showed the tags as [PHP] but wouldnt highlight or format the code between.
Several edit attempts and IM here...
[PHP]<?php
// get the CGI paramaters
$file = $_GET['file'];
$size = $_GET['size'];
// get a record of the directory
$ver = phpversion();
$directory_current = getcwd();
...
...
}
// either an error or the item is currently being uploaded.
header("Location: index.php");
?>[PHP] like here, I used PHP and not php as it is currently displaying the code.