Forum: General
10-25-2007, 11:01 PM
|
|
Replies: 6
Views: 592
For some reason I was thinking that calling it...
For some reason I was thinking that calling it where I did would do what I was needing. I'm very novice when it comes to php and screw up way to much! I fixed the problem by reading the tutorial...
|
Forum: General
10-25-2007, 09:04 PM
|
|
Replies: 6
Views: 592
define('DIRECTORY', 'images/');
function...
define('DIRECTORY', 'images/');
function getImageName($szImage)
{
$filename = getImageName($_FILES['filetoupload']['name']);
$iIndex = 2;
if(!file_exists(DIRECTORY . $szImage))
{
...
|
Forum: General
10-25-2007, 08:01 PM
|
|
Replies: 6
Views: 592
|
Forum: General
10-25-2007, 05:52 PM
|
|
Replies: 6
Views: 592
Uploading a Image
I have written a upload script and I ran into a small problem I didn't even think about. Say someone uploads logo.gif, if another person comes about and has a logo.gif they wanna upload then it...
|