BirdieNewborn Posted March 11, 2013 Share Posted March 11, 2013 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? Quote Link to comment https://forums.phpfreaks.com/topic/275487-hello/ Share on other sites More sharing options...
ignace Posted March 11, 2013 Share Posted March 11, 2013 (edited) 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. Edited March 11, 2013 by ignace Quote Link to comment https://forums.phpfreaks.com/topic/275487-hello/#findComment-1418004 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.