Search:

Type: Posts; User: Vahaa11

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Get your own website @ Rs.699/- limited offer

    2298

    Don't have a WEBSITE yet ? Get one now at just Rs 699/-



    Responsive Website
    100 MB Disk Space
    10 Email accounts
    Website will be ready in 2-4 days
  2. Done. ...

    Done.

    http://php.flashwebhost.com/sibichan/day-19/tasks.php
  3. Password Matched ...

    Password Matched

    http://php.flashwebhost.com/sibichan/day-18/login.html
  4. http://php.flashwebhost.com/sibichan/day-17/lost_p...

    http://php.flashwebhost.com/sibichan/day-17/lost_password.html

    Yes, I got the mail with password

    I used 'require' in lost_password.php




    <?php
  5. Thread: [youtube]

    by Vahaa11
    Replies
    0
    Views
    1,108

    [youtube]

    RBU7oTJkdBE

    Priyanka Chopra's Marykom First Look.Priyanka Chopra finally launched the first look of Mary Kom, which is a biopic based on the life of Olympic winner, boxer Mary Kom

    Watch more...
  6. Replies
    0
    Views
    1,770

    Surya latest photoshoot gallery

    http://actorsurya.bizhat.com/wp-content/uploads/2014/07/Suriya-New-Photo-Shoot-Stills.jpg


    http://actorsurya.bizhat.com/wp-content/uploads/2014/07/Suriya-New-Photo-Shoot-Stills-1.jpg

    ...
  7. Replies
    0
    Views
    1,484

    Bang Bang Movie First Look

    http://hrithikroshan.bizhat.com/wp-content/uploads/2014/07/Bang-Bang-Movie-First-Look.jpg


    http://hrithikroshan.bizhat.com/wp-content/uploads/2014/07/Bang-Bang-Movie-First-Look-1.jpeg

    ...
  8. Replies
    0
    Views
    1,784

    Karthi's Madras Movie Stills

    http://karthi.bizhat.com/wp-content/uploads/2014/06/Madras-Movie-Stills-1.jpg


    http://karthi.bizhat.com/wp-content/uploads/2014/06/Madras-Movie-Stills-2.jpg

    ...
  9. Celebs at Amala Paul And AL Vijay Marriage Reception Photos

    http://gallery.bizhat.com/data/7135/Celebs-At-Amala-Paul-And-AL-Vijay-Marriage-Reception-Photos-63.JPG

    ...
  10. Amala Paul And Director Vijay Engagement Gallery

    http://gallery.bizhat.com/data/7135/Director_Vijay_n_Actress_Amala_engagement_4_.JPG


    http://gallery.bizhat.com/data/7135/Director_Vijay_n_Actress_Amala_engagement_3_.jpg

    ...
  11. Replies
    0
    Views
    1,431

    Amala Paul and Director Vijay Wedding Photos

    http://gallery.bizhat.com/data/7135/Amala-Paul-And-Director-Vijay-Wedding-Photos-17.JPG


    http://gallery.bizhat.com/data/7135/Amala-Paul-And-Director-Vijay-Wedding-Photos-1.JPG

    ...
  12. Why need "\n\r" after $fromEmail ?

    Why need "\n\r" after $fromEmail ?
  13. PHP Email form

    Sender email address not getting in inbox.
    its showing as 'unknown sender'
    2004




    in day_12_ex_3.php, i changed the below line

    $fromEmail = $POST['fromEmail'];
  14. unexpected '$body' (T_VARIABLE) error

    Following error showing day_12_ex_3.php
    Parse error: syntax error, unexpected '$body' (T_VARIABLE) in day_12_ex_3.php on line 5

    Missing ( ; ) in
    $fromEmail = $POST['fromEmail']
  15. Guess my number PHP game code

    http://php.flashwebhost.com/sibichan/day-11/guess_my_number.php




    <?php

    session_start();
    if (isset($_SESSION['luckyNumber'])) {
  16. PHP setcookie and delete cookie

    http://php.flashwebhost.com/sibichan/day-10/set_cookie.php



    <?php

    if (isset($_COOKIE['memberName'])) {

    echo 'Hi ! '. strtoupper($_COOKIE['memberName']) .', Welcome to Group.<br>(<a...
  17. Do we need to use _ ( Underscore ) if our...

    Do we need to use _ ( Underscore ) if our variable have three words ?
    php_expert_name

    Before we used like

    secretNumber
    userNumber
    cowsCanFly

    Any difference between these two variable...
  18. Guess Winning number Game using PHP

    http://php.flashwebhost.com/sibichan/Day-8/winning_number.php




    <html><body>
    <h1>Winning Number Guessing Game.</h1>
    <?php
    if (isset($_GET['winningNumber'])) {
  19. http://php.flashwebhost.com/sibichan/Day-7/result....

    http://php.flashwebhost.com/sibichan/Day-7/result.php




    <?php
    $rollNo1 ='Student Name';
    $mark ='Student Mark';
    if (isset($_GET['rollNo1'] )) {
    echo ' Name : ' . $rollNo1 . '<br>';
  20. News subscription subscription using isset() and $_GET

    http://php.flashwebhost.com/sibichan/Day-7/subscription.php




    <?php

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

    echo 'Subscription request has been received' ;
  21. multi Dimensional Array - discount example

    I have modified my previous code with css class and * discount.

    http://php.flashwebhost.com/sibichan/Day-6/discount.php

    <style>
    .box{width:250px;float:left;border:1px solid...
  22. http://php.flashwebhost.com/sibichan/Day-6/day_6_a...

    http://php.flashwebhost.com/sibichan/Day-6/day_6_array_2_eg_2.php




    <?php


    $monitor = array();
  23. Associative Array example 2

    http://php.flashwebhost.com/sibichan/Day-6/day_6_array_2_eg_1.php




    <?php

    $shoes = array();

    $shoes1 = array();
  24. Associative Array example 1

    http://php.flashwebhost.com/sibichan/Day-6/day_6_array_1.php




    <?php

    $company = array();

    $company['website'] ='Buyscripts.in';
  25. Replies
    41
    Views
    21,560

    Modified your code like below. Try to create...

    Modified your code like below. Try to create meaningfull sentences.


    Your are not using the count(); function. Then no need to add in your script. Right ?





    <?php
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4