Search:

Type: Posts; User: stefin

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. http://php.flashwebhost.com/stefin/tasks.php ...

    http://php.flashwebhost.com/stefin/tasks.php

    Welcome to members only page. This page is under construction.

    Click here to logout




    <?php
  2. http://php.flashwebhost.com/stefin/login.php ...

    http://php.flashwebhost.com/stefin/login.php

    Password Matched. :victorious:




    <?php
  3. http://php.flashwebhost.com/stefin/lost_password.p...

    http://php.flashwebhost.com/stefin/lost_password.php
    New Password send to your email

    This one was pretty good and interesting, i like copy pasting :smile-new:





    <?php
  4. Code Fixed, Mail received with password. ...

    Code Fixed, Mail received with password.




    <?php
    if (isset($_POST['email'])) { $email = $_POST['email'];} else { die('Please enter your email address');}
    $email = trim($email);...
  5. Password not received, just got an mail with "...

    Password not received, just got an mail with " Hello , your password is."


    http://php.flashwebhost.com/stefin/lost_password.html

    http://php.flashwebhost.com/stefin/lost_password.php
  6. http://php.flashwebhost.com/stefin/signup.html ...

    http://php.flashwebhost.com/stefin/signup.html

    I received the account creation mail.



    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
  7. http://php.flashwebhost.com/stefin/mysql_connect.p...

    http://php.flashwebhost.com/stefin/mysql_connect.php



    <?php


    $db_server = '127.0.0.1';
    $db_user = 'fwhphp_user';
    $db_password = 'k5BJRaX6SFbs';
  8. Replies
    11
    Views
    15,488

    I corrected the code. Thank you for the help. ...

    I corrected the code. Thank you for the help.

    http://php.flashwebhost.com/stefin/mysql_1.php



    <?php


    $db_server = '127.0.0.1';
  9. Replies
    11
    Views
    15,488

    http://php.flashwebhost.com/stefin/mysql.php ...

    http://php.flashwebhost.com/stefin/mysql.php



    <?php


    $db_server = '127.0.0.1';
    $db_user = 'fwhphp_user';
    $db_password = 'k5BJRaX6SFbs';
  10. http://php.flashwebhost.com/stefin/contact.php ...

    http://php.flashwebhost.com/stefin/contact.php




    <?php


    if (isset($_POST['submit'])) {
    $fromEmail = $_POST['fromEmail'];
  11. http://php.flashwebhost.com/stefin/counter.php ...

    http://php.flashwebhost.com/stefin/counter.php




    <?php


    session_start();
  12. http://php.flashwebhost.com/stefin/set_cookie.php...

    http://php.flashwebhost.com/stefin/set_cookie.php




    <?php


    if (isset($_COOKIE['flipkartCustomer'])) {
    echo $_COOKIE['flipkartCustomer'] . ',Welcome to flipkart, SPECIAL OFFER- 50% OFF...
  13. http://php.flashwebhost.com/stefin/games_10.php ...

    http://php.flashwebhost.com/stefin/games_10.php




    <html>
    <body>
    <h1>Number Guessing Game.</h1>

    <?php
  14. http://php.flashwebhost.com/stefin/number_guess.ph...

    http://php.flashwebhost.com/stefin/number_guess.php




    <html>
    <body>


    <h1>Guess My Number!</h1>
  15. http://php.flashwebhost.com/stefin/facebook_signup...

    http://php.flashwebhost.com/stefin/facebook_signup.php



    <?php


    if (isset($_GET['submit'])) {
    echo '<h1>THANK YOU FOR JOINING Facebook.</h1>';
    echo '<br>';
  16. http://php.flashwebhost.com/stefin/facebook_signin...

    http://php.flashwebhost.com/stefin/facebook_signin.php




    <?php

    if (isset($_GET['signin'])) {

    echo 'THANK YOU FOR JOINING FACEBOOK';
  17. http://php.flashwebhost.com/stefin/games.php ...

    http://php.flashwebhost.com/stefin/games.php



    <?php


    $games = array();
  18. Replies
    41
    Views
    21,562

    http://php.flashwebhost.com/stefin/animals.php ...

    http://php.flashwebhost.com/stefin/animals.php




    <?php


    $animals = array('leapord', 'monkey', 'elephant', 'wolf', 'tiger', 'lion', 'giraffe');
  19. Replies
    41
    Views
    21,562

    http://php.flashwebhost.com/stefin/trees.php ...

    http://php.flashwebhost.com/stefin/trees.php




    <?php
    $garden = array('mango tree', 'apple tree', 'cherry tree', 'Jackfruit tree', 'neem tree', 'mulberry tree', 'coconut tree');


    echo...
  20. Replies
    41
    Views
    21,562

    http://php.flashwebhost.com/stefin/sports.php ...

    http://php.flashwebhost.com/stefin/sports.php






    <?php
  21. http://php.flashwebhost.com/stefin/dragon.php ...

    http://php.flashwebhost.com/stefin/dragon.php



    <?php


    $myWolf = 'I have a pet shadow wolf';
  22. http://php.flashwebhost.com/stefin/sentence.php ...

    http://php.flashwebhost.com/stefin/sentence.php


    <?php
    $sentence = 'have a nice day!!' ;
    echo strlen($sentence) ;
  23. http://php.flashwebhost.com/stefin/if_greater.php...

    http://php.flashwebhost.com/stefin/if_greater.php




    <?php
    $totalScoreRequiredToUnlockTheNextLevel = 8000;
    $playerName = 'stefin';
    $yourScore = 16000;
    if ($yourScore >...
  24. http://php.flashwebhost.com/stefin/fish_can_fly.ph...

    http://php.flashwebhost.com/stefin/fish_can_fly.php



    <?php
    $fishsCanFly = 'yes';
    if ($fishsCanFly == 'yes') {
    echo 'then we can never have a fish curry' ;
    }
    if ( $fishsCanFly == 'no') {
  25. Replies
    6
    Views
    1,985

    http://gallery.bizhat.com/data/4567/birthday_boy.j...

    http://gallery.bizhat.com/data/4567/birthday_boy.jpg
Results 1 to 25 of 42
Page 1 of 2 1 2