Looking for a basic Yes/No Script

Joined
Dec 22, 2014
Messages
49
Reaction score
9
Hey all,

I need a basic script done that can emulate what this site is doing http://the-oracle-answers.com/

Environment is Linux/Wordpress/Divi Theme (Elegant Themes)

I know it's a small, basic job, but happy to offer it here first before upwork etc

Cheers
 
Code:
<?php if(rand(1)==0) echo "Yes" else echo "No"; ?>
 
Back
Top