![]() |
PHP Help
Well this seemed to work in years past so here I am again to ask the community for some php help.
I'm working on an image gallery called <a href="http://www.solitude.dk/gallerythingie/">"Gallery Thingie"</a> which is actually a very good php gallery that relies on flat-file databases for its information. The problem i'm having is that i need to limit the amount of thumbnails that appear on a single page. I asked the creator of the script have gotten no good advice accept to look for loop tutorials. Here's what i have have: PHP Code:
Any ideas anyone???? |
Re: PHP Help
I downloaded the Gallery Thingie file and noticed that in the gt-pub.php there are several for loops.
Example: Code:
function displayList($phpfile, $linktitle = "number") { |
Re: PHP Help
Quote:
|
Re: PHP Help
Coming from a web-developer, I suggest that you start using mySQL or some kind of database structure. Databases ensure greater stability, speeds, and security than flat-file systems offer. I know this does not exactly help your situation, but just a word of advice.
:) |
Re: PHP Help
An indespensible tool for PHP development is http://www.php.net. You can look up any function in the search box for its syntax, or browse through functions by category.
|
Re: PHP Help
Quote:
|
| All times are GMT -5. The time now is 16:35. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi