Search found 4 matches
- Wed May 16, 2007 4:01 pm
- Forum: PHP - Code
- Topic: Its been asked before. But I still need help!
- Replies: 6
- Views: 5810
- Wed May 16, 2007 3:04 pm
- Forum: PHP - Code
- Topic: Its been asked before. But I still need help!
- Replies: 6
- Views: 5810
The PHP info had GD enabled and installed. But I got the following error when debugging; Notice: Undefined variable: antal in publish.php on line 57 Which is this little snippet; function displayCategories($phpfile) { global $categories, $category, $name, $cat; for ($i=0;$i<count($categories);$i++) ...
- Wed May 16, 2007 2:52 pm
- Forum: PHP - Code
- Topic: Its been asked before. But I still need help!
- Replies: 6
- Views: 5810
- Wed May 16, 2007 2:33 pm
- Forum: PHP - Code
- Topic: Its been asked before. But I still need help!
- Replies: 6
- Views: 5810
Its been asked before. But I still need help!
So heres the problem, am using a small gallery script to create and manage photos. The script is meant to make thumbnails but it doesnt seem to be creating them at all! The /images/thumbs/ folder is consistently empty of anything! All I get is the image $title appearing on the gallery page while us...