Page 1 of 8 1234 ... LastLast
Results 1 to 12 of 86

Thread: PHP MySQL Class-19

  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-19

    .
    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 PHP MySQL Class-19

    .
    Attached Images Attached Images  
    Last edited by XoOaiL; 22nd July 2009 at 09:37 AM. Reason: Email address removed from attached Image

  3. #3
    nadeemalvi82 is offline Junior Member
    Last Online
    28th November 2012 @ 06:38 PM
    Join Date
    29 Mar 2009
    Posts
    3
    Threads
    1
    Credits
    980
    Thanked
    0

    Default

    Asslamo alikum
    brother Shkeel i am honstly very glad due to u efforts. i learn much more from u book on Php. May Allah(S.W.T) give u more deep knowledge in u field.

  4. #4
    mohdimran_kl is offline Senior Member+
    Last Online
    13th January 2018 @ 08:31 PM
    Join Date
    15 Feb 2009
    Age
    59
    Posts
    65
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    hi Shakeel Bhai,

    I m facing some issue, in Class 15 we learned file uploading.

    Error Message:
    Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\upload\upload.php on line 6

    My code:
    1<?php
    2 // directory where we will store uploaded files
    3 $upload_dir = "./user_files"
    4
    5 // getting file information from $_files[] array
    6 $file_name = $_FILES ['userfile']['name'];
    $file_tmp_name = $_FILES['userfile']['tmp_name'];
    $file_size = $_FILES['userfile']['size'];
    $file_type = $_FILES['userfile']['type'];


    Please help me. thanks in advance

  5. #5
    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 bro

  6. #6
    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

    Quote mohdimran_kl said: View Post
    hi Shakeel Bhai,

    I m facing some issue, in Class 15 we learned file uploading.

    Error Message:
    Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\upload\upload.php on line 6

    My code:
    1<?php
    2 // directory where we will store uploaded files
    3 $upload_dir = "./user_files"
    4
    5 // getting file information from $_files[] array
    6 $file_name = $_FILES ['userfile']['name'];
    $file_tmp_name = $_FILES['userfile']['tmp_name'];
    $file_size = $_FILES['userfile']['size'];
    $file_type = $_FILES['userfile']['type'];


    Please help me. thanks in advance

    Line # 3 per semicolon miss hay, It must be like:
    $upload_dir = "./user_files";


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



  7. #7
    ShehbazJaan is offline Member
    Last Online
    17th March 2010 @ 07:27 PM
    Join Date
    19 Feb 2007
    Location
    Lahore
    Posts
    373
    Threads
    17
    Thanked
    0

    Default

    Great work Shakeel bro....thanksss.

  8. #8
    mohdimran_kl is offline Senior Member+
    Last Online
    13th January 2018 @ 08:31 PM
    Join Date
    15 Feb 2009
    Age
    59
    Posts
    65
    Threads
    1
    Credits
    0
    Thanked: 1

    Default

    Bundle of thank.....Its working now.....

  9. #9
    Kh_Mehran is offline Senior Member+
    Last Online
    30th September 2011 @ 12:25 PM
    Join Date
    23 Oct 2007
    Location
    Uch Sharif
    Age
    36
    Gender
    Male
    Posts
    42
    Threads
    4
    Credits
    1,055
    Thanked
    0

    Default

    Shakeel Bhai very great nice shairing
    You May Live Long: Thanks For Great Working
    Shakeel Allah Aap Ko apni aaman main rakhay Allah Aap ko Sary jhan ki Khshioon day

  10. #10
    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 dostoon ka shukarya

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

    Default

    Thanks alot Shakil bhai...Aapny hamary sath bahot mehnat ki hai...Es ka regards Allah he aapko dedy...Amin summa Amin.
    Death is not the biggest Loss in life.
    The biggest loss is when relationships die among us when we are alive!!
    (Shakespeare)

  12. #12
    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

    thank for continue this tutorial

Page 1 of 8 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
  •