Page 1 of 7 1234 ... LastLast
Results 1 to 12 of 77

Thread: PHP MySQL Class-11

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default PHP MySQL Class-11

    Attached Images Attached Images           

  2. #2
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default .

    .
    Attached Images Attached Images        

  3. #3
    daniyalayaz is offline Senior Member+
    Last Online
    21st December 2016 @ 08:39 PM
    Join Date
    07 Feb 2011
    Age
    31
    Gender
    Male
    Posts
    49
    Threads
    0
    Credits
    1,068
    Thanked
    0

    Default

    Zabardast dost sharing k liye shukriya

  4. #4
    irfanali21 is offline Junior Member
    Last Online
    19th December 2015 @ 07:57 AM
    Join Date
    09 Feb 2010
    Age
    35
    Posts
    5
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Quote shakeel said: View Post
    .
    here is some problem with this code isemptyFields() function $value=cleanstr($value) remove this line you will not get any error.

  5. #5
    irfanali21 is offline Junior Member
    Last Online
    19th December 2015 @ 07:57 AM
    Join Date
    09 Feb 2010
    Age
    35
    Posts
    5
    Threads
    0
    Credits
    0
    Thanked
    0

    Default

    Quote irfanali21 said: View Post
    here is some problem with this code isemptyFields() function $value=cleanstr($value) remove this line you will not get any error.
    i have attache the form.html for layout code of this class
    //app.php code for this file
    <?php
    function cleanStr($str)
    {
    $cStr=trim($str);
    $cStr=htmlspecialchars($cStr);
    $cStr=addslashes($cStr);
    return $cStr;
    }
    function emptyFields($ar)
    {
    if(!is_array($ar))
    {
    print "The argument must be an Array";
    return false;
    }
    foreach($ar as $key => $value){
    if(empty($value))
    {
    print "<b>".ucwords($key)."</b> Must not be empty.please click the browser
    back button and correct it";
    return false;
    }
    }
    return true;
    }
    if(!emptyFields($_POST)){
    exit();
    }
    function isEligible($skills,$age){
    $age=intval($age);
    if(count($skills)==0){
    print ("you donot have any skill");
    return false;
    }
    if($age<23 ||$age>35){
    print ("your age must be between 23 and 35");
    return false;
    }
    return true;
    }

    $name=cleanStr($_POST['name']);
    $phone=cleanStr($_POST['phone']);
    $email=cleanStr($_POST['email']);
    $address=cleanStr($_POST['address']);
    $gender=$_POST['gender'];
    $city=$_POST['city'];
    $age=(int)cleanStr($_POST['age']);
    $skills=$_POST['skills'];
    if(!isEligible($skills,$age)){
    exit();
    }
    print "<h4>Thank you ".$name." for your interset in this job.we will contact you soon.</h4>";
    print "We have recived following Information about you.<br/>";
    print "Name : ".$name."<br/>";
    print "Phone : ".$phone."<br/>";
    print "Email : ".$email."<br/>";
    print "Address : ".$address."<br/>";
    print "Gender : ".$gender."<br/>";
    print "City : ".$city."<br/>";
    print "Age : ".$age."<br/>";
    print "your skills : ";
    foreach($skills as $value){
    print $value.",";
    }
    ?>
    Attached Files Attached Files

  6. #6
    im_ibrar is offline Junior Member
    Last Online
    3rd January 2016 @ 08:20 PM
    Join Date
    18 Nov 2008
    Posts
    27
    Threads
    2
    Credits
    1,000
    Thanked
    0

    Default

    excellent ..

  7. #7
    ilyas322's Avatar
    ilyas322 is offline Senior Member+
    Last Online
    23rd December 2009 @ 11:57 AM
    Join Date
    11 Apr 2007
    Location
    Naseera, Punjab, Pakistan
    Age
    38
    Posts
    224
    Threads
    10
    Credits
    0
    Thanked
    2

    Default

    good luck nice sharing.
    Salam to all friends.


    My email addresses:-

  8. #8
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Thanks alot Shakeel bhaie....

    Allah de Khushaala Sata Amin...

    Workshop k Answer koshesh karoonga k jald Post karsakoon...

    Late is lie hojata hai k time aur Light dono k Qellat hai...
    Death is not the biggest Loss in life.
    The biggest loss is when relationships die among us when we are alive!!
    (Shakespeare)

  9. #9
    IMUJ1's Avatar
    IMUJ1 is offline Advance Member
    Last Online
    14th September 2019 @ 11:57 AM
    Join Date
    22 Sep 2008
    Location
    Karachi
    Posts
    697
    Threads
    28
    Credits
    1,127
    Thanked
    36

    Default

    nice teacher jeeeeeeeee

  10. #10
    M mansoor nazir is offline Senior Member+
    Last Online
    29th February 2016 @ 11:01 AM
    Join Date
    01 Jul 2008
    Age
    35
    Posts
    73
    Threads
    1
    Credits
    0
    Thanked
    0

    Default

    Thanks for nice sharing

  11. #11
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default

    sub ka buhat buhat shukarya.


    In rain all birds occupy shelter, but Eagle is the only 1 that avoids rain by flying above the clouds.



  12. #12
    Join Date
    17 Aug 2007
    Location
    Charsadda, Pakistan
    Age
    38
    Gender
    Male
    Posts
    1,609
    Threads
    51
    Credits
    1,311
    Thanked
    9

    Default

    Quote shakeel said: View Post
    sub ka buhat buhat shukarya.
    Shakeel bhaie kia aap mujhy apna contact number de sakty hai?

    Ya per mujhy mery number 0314-9955914 par message kareen

Page 1 of 7 1234 ... LastLast

Similar Threads

  1. PHP MySQL Class-7
    By shakeel in forum PHP MySQL
    Replies: 97
    Last Post: 18th August 2016, 01:02 PM
  2. PHP MySQL Class-12
    By shakeel in forum PHP MySQL
    Replies: 60
    Last Post: 10th August 2016, 11:48 AM
  3. PHP MySQL Class-18
    By shakeel in forum PHP MySQL
    Replies: 71
    Last Post: 9th April 2016, 04:07 PM
  4. PHP MySQL Class-20
    By shakeel in forum PHP MySQL
    Replies: 83
    Last Post: 28th August 2015, 05:25 PM
  5. MySql first class
    By aajizUsmani in forum Courses
    Replies: 4
    Last Post: 23rd March 2014, 02:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •