Valentine Algorithm

Valentine Algorithm

I was on myself when writing this :)

<?php

# Valentine Algorithm
# Algorithm to propose to that fine babe
# Author: Adekunle Opeyemi (https://www.opeyemipaul.com)
# Date: Feb 14, 2016

//==========Start A Search for her

include 'connect.php';

$searchForHer = mysql_query("SELECT * FROM people WHERE gender='female' AND attribute='beautiful' limit 1");


if (mysql_num_rows($searchForHer) > 0){
    
    //Start the proposal module
    
    echo 'Hey babe, do you know you\'re the most beautiful person to me?';  //put in your ask out phrase here
    
    //========Now we write the expected answers here and handle them
    
    $herReply = '';            // This shows her reply after your speech has been made
    
    if ($herReply == "positive"){
        
        echo "Oh great! I can't explain how glad I am... What's your phone number?";             //======= Please note---- time to start spending has come :)
        
    } elseif ($herReply == "will_think_about_it"){
        
        echo "Ok, no problem... Just give me your number... I know it will be in the affirmative very soon";
        
        //======= Then you go start spending, calling, texting to show how much you love her :)
        
    } elseif ($herReply == "negative"){
        
        echo "Do you really mean it? But I do love you deeply.. please think about it dear..";
        echo "Can you give me your phone number, so I can get to be a better friend to you";
        
    } elseif ($herReply == "I_am_engaged"){
        
        echo "Oh! Alright! No wahala.. We can be better friends then";
        exit;
    } else {
    
        echo "Ok, I know I have to give you time to think about it";            //This depends on her body speech
        
    }
    
} else {
    echo 'Sorry bro, all ladies are not beautiful! :) :)';
}

exit;

?>

Segun Dayo Olagbegi

Wintel Admin | VMware Admin | Storage Admin | Azure Admin | Linux Admin

9 年

Nice one....

回复
Segun Dayo Olagbegi

Wintel Admin | VMware Admin | Storage Admin | Azure Admin | Linux Admin

9 年

Hmm.... You are simulating that code from experience

回复

要查看或添加评论,请登录

Opeyemi Adekunle的更多文章

  • How to sell like a Don

    How to sell like a Don

    I have been selling financial solutions to businesses and friends for more than 5 years. I have sold software…

    7 条评论
  • What expenses should a startup in its early stages absolutely not avoid?

    What expenses should a startup in its early stages absolutely not avoid?

    “I’ve founded three startups, and I’ve never had one that was profitable,” a friend of mine was telling me. You’d think…

    2 条评论
  • Adverse Cost of Marketing

    Adverse Cost of Marketing

    The battle between Coca Cola and Pepsi Cola has been on for many decades. So, at a time in the history of the two…

  • TryJambCBT is finally live!!

    TryJambCBT is finally live!!

    The most anticipated mock test platform is finally live! TryJambCBT – a platform designed to serve as a practice test…

  • New marketing tool, grab it now!

    New marketing tool, grab it now!

    Take this straight offer, the phone numbers of everyone in Lagos!Yes, your giant of Digital Marketing has done it…

  • Start A Bulk SMS Business with just 17,500!

    Start A Bulk SMS Business with just 17,500!

    Do you desire to start a bulk sms business and liberate yourself from yes sir, yes sir everyday? Then, our Starter SMS…

  • Welcome

    Welcome

    Oh yea, I welcome myself back to linkedin. Now lets start connecting.

    1 条评论

社区洞察

其他会员也浏览了