Looking for a basic Yes/No Script

Status
Not open for further replies.
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"; ?>
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top