Search found 3 matches

by dbarak
Mon Apr 30, 2012 5:51 pm
Forum: PHP - Code
Topic: Unable to sort array, and array keys don't increment
Replies: 2
Views: 350

Unable to sort array, and array keys don't increment

Hello, I'm having a heck of a time with a PHP issue, and I have a feeling it's easy but... I'm a little experienced with PHP, but not confident with it. I'm working in a bit of a weird server environment, but the short story is that I have no database access, so stored data has to be in text files. ...
by dbarak
Thu May 08, 2008 9:31 am
Forum: PHP - Code
Topic: Automatically select "next" image from database daily?
Replies: 3
Views: 206

Re: Automatically select "next" image from database daily?

Thanks arborint and Apollo! You've both given me some good directions to follow. At first, I couldn't remember what modulo meant, then I remembered reading about it a few months ago and realizing that it could do some pretty cool things. :D
by dbarak
Wed May 07, 2008 10:20 pm
Forum: PHP - Code
Topic: Automatically select "next" image from database daily?
Replies: 3
Views: 206

Automatically select "next" image from database daily?

Hi everyone, I'm fairly new to PHP and MySQL, and there's something I'm trying to do that I can't quite figure out. If anyone can provide some insight I'd appreciate it. What I want to do is store an image file name in a MySQL database, linked to a sequentially-assigned number (1, 2, 3, etc.) that w...