Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Slideshow of Images with next and previous buttons

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28748

    I’m looking for some guidance on including a folder of images that can be advanced through with custom designed next and previous buttons. Something like the website example to the right on this site, http://wpcrunchy.com/2009/10/19/free-ma … -newspress

    Just curious to know if anyone had suggestions. I know HTML and CSS and am currently learning PHP. Is PHP the best option? Or would it be better to just use Jquery?

    Thanks,
    Chase

    #74342
    Democritus
    Member

    That has to be done with JQuery. One of the ‘P”s in PHP is "preprocessor", which means that this language is run before the file is sent out to the browser. In short, it is impossible to manipulate anything on the page with PHP once it is loaded into the browser. PHP could access a database, pull out all the images you want, and send them out. You then need Javascript to manipulate them like that client-side.

    If you’d like to learn more about PHP, I suggest hitting up some online resources to learn how it all works. Or, you could hit up a library.

    Best of luck, and please shoot me a message if you have any questions.

    -D

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.