Jump to content

Recommended Posts

Just to say hello. I've been using PHP without really studying it. Mostly the include function, which is great for my website. Also the random function.  I just have to remember that it's server side, so if I want customers to respond, PHP might not be enough.

 

Right off, I'm trying to figure out how to create a button for users, triggering a random choice among images, with a default image. Probably have to use JavaScript, right?

Link to comment
https://forums.phpfreaks.com/topic/275487-hello/
Share on other sites

Hello and welcome.

 

For your question you'll probably need PHP (reading the image directory, selecting random images) and JS for all the dynamic stuff. Try it yourself and if you get stuck come back and post your code in the PHP section of if it's a JS question in the JS section.

Link to comment
https://forums.phpfreaks.com/topic/275487-hello/#findComment-1418004
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.