Having a weird issue here. Just trying to query a table for a list of files and echo the results, but for some reason, I'm only getting the second last row, regardless of how many files are...
For starters, you will probably have to point php to your ffmpeg install. Not sure where that would be on a windows system, but in linux, you would use something like
It's most likely a permissions problem. I refuse to use windows anymore so I don't remember the exact procedure you would use (google it). But you need to give apache access to the page. At a...
I'm trying to figure out a simple way to prevent multiple link submissions to a site. URLs are stored in a table and I can prevent exact repeats easily enough. The trouble is preventing for...
Okay. First of all, thanks to all of you for your suggestions. But it seems that my point got a little lost. The issue wasn't with randomizing the results. The issue was trying to get the results...
Okay,
I've been working on this for hours and I can get it close but just not there. I have the following code which randomizes a fixed array and returns 4 results.
Well I thought s4 was part of the plugin, since it's mentioned in the install notes. But apparently it isn't. I admit I'm a little lost with implementing JQuery. But here is the rest of the code:
...
I should also point out that the php portion of this code (when used on its own) gives me the right images in the proper order. But, trying to put it together with this plugin either gives me no...
I'm new to js but decent with php. I'm trying to use this JQuery Cycle plugin to produce a slideshow, but their forum is useless. The problem is that I need user submitted pictures to be...
Well it was kind of a side-note (I don't think that's the real problem), but yes. That ensures that the submit button was actually pressed. It's a security measure to prevent people from...