Page 2 of 9 FirstFirst 12345 ... LastLast
Results 13 to 24 of 99

Thread: PHP MySQL Class-6

  1. #13
    mkasikandar's Avatar
    mkasikandar is offline Senior Member+
    Last Online
    6th May 2015 @ 02:27 PM
    Join Date
    14 Nov 2006
    Location
    »-(¯`v´¯)-» Hujra »-(¯`v´¯)-»
    Posts
    4,003
    Threads
    119
    Credits
    980
    Thanked
    50

    Default

    بہت بہت شکریہ جناب

    آپکے مزید کلاسسز کا انتظار رہے گا۔

  2. #14
    Join Date
    09 Jan 2008
    Location
    Karachi
    Gender
    Male
    Posts
    698
    Threads
    50
    Credits
    891
    Thanked
    0

    Default

    Thanks Shakeel bhai mujhe humesha arrays mein confusen rahta tha jo app ne door kerdiya.

  3. #15
    salmantaj is offline Junior Member
    Last Online
    19th March 2009 @ 01:22 AM
    Join Date
    02 Jan 2009
    Posts
    13
    Threads
    0
    Credits
    990
    Thanked
    0

    Default

    Salam to all

    Class 6 ka page 2 kahen gum ho gaya hai
    agar kisi ko pata ho to please bata den

  4. #16
    kanch's Avatar
    kanch is offline Senior Member+
    Last Online
    3rd June 2012 @ 04:58 PM
    Join Date
    11 Jan 2009
    Age
    35
    Posts
    111
    Threads
    6
    Credits
    0
    Thanked: 1

    Default

    chdir -- Change directory
    chroot -- Change the root directory
    dir -- Directory class
    closedir -- Close directory handle
    getcwd -- Gets the current working directory
    opendir -- Open directory handle
    readdir -- Read entry from directory handle
    rewinddir -- Rewind directory handle
    scandir -- List files and directories inside the specified path

    basename -- Returns filename component of path
    clearstatcache -- Clears file status cache
    copy -- Copies file
    dirname -- Returns directory name component of path
    disk_free_space -- Returns available space in directory
    disk_total_space -- Returns the total size of a directory
    fclose -- Closes an open file pointer
    feof -- Tests for end-of-file on a file pointer
    fflush -- Flushes the output to a file
    fgetc -- Gets character from file pointer
    fgetcsv -- Gets line from file pointer and parse for CSV fields
    fgets -- Gets line from file pointer
    fgetss -- Gets line from file pointer and strip HTML tags
    file_exists -- Checks whether a file or directory exists
    file_get_contents -- Reads entire file into a string
    file_put_contents -- Write a string to a file
    file -- Reads entire file into an array
    fileatime -- Gets last access time of file
    filemtime -- Gets file modification time
    fileperms -- Gets file permissions
    filesize -- Gets file size
    filetype -- Gets file type
    flock -- Portable advisory file locking
    fnmatch -- Match filename against a pattern

    fopen -- Opens file or URL
    fpassthru -- Output all remaining data on a file pointer
    fputcsv -- Format line as CSV and write to file pointer
    fread -- Binary-safe file read
    fscanf -- Parses input from a file according to a format
    fseek -- Seeks on a file pointer
    fstat -- Gets information about a file using an open file pointer
    ftell -- Tells file pointer read/write position
    ftruncate -- Truncates a file to a given length
    fwrite -- Binary-safe file write
    glob -- Find pathnames matching a pattern
    is_dir -- Tells whether the filename is a directory
    is_executable -- Tells whether the filename is executable
    is_file -- Tells whether the filename is a regular file
    is_link -- Tells whether the filename is a symbolic link
    is_readable -- Tells whether the filename is readable
    is_uploaded_file -- Tells whether the file was uploaded via HTTP POST
    is_writable -- Tells whether the filename is writable
    link -- Create a hard link
    linkinfo -- Gets information about a link
    lstat -- Gives information about a file or symbolic link
    mkdir -- Makes directory
    move_uploaded_file -- Moves an uploaded file to a new location
    parse_ini_file -- Parse a configuration file
    pathinfo -- Returns information about a file path
    pclose -- Closes process file pointer
    popen -- Opens process file pointer
    readfile -- Outputs a file
    readlink -- Returns the target of a symbolic link
    realpath -- Returns canonicalized absolute pathname
    rename -- Renames a file or directory
    rewind -- Rewind the position of a file pointer
    rmdir -- Removes directory
    stat -- Gives information about a file
    symlink -- Creates a symbolic link
    tempnam -- Create file with unique file name
    tmpfile -- Creates a temporary file
    touch -- Sets access and modification time of file
    umask -- Changes the current umask
    unlink -- Deletes a file


    gd_info -- Retrieve information about the currently installed GD library
    getimagesize -- Get the size of an image
    image_type_to_extension -- Get file extension for image type
    image_type_to_mime_type -- Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
    image2wbmp -- Output image to browser or file
    imageantialias -- Should antialias functions be used or not
    imagearc -- Draw a partial ellipse
    imagechar -- Draw a character horizontally

    imagecolorallocate -- Allocate a color for an image
    imagecolorat -- Get the index of the color of a pixel
    imagecolorexact -- Get the index of the specified color
    imagecolorsforindex -- Get the colors for an index
    imagecolorstotal -- Find out the number of colors in an image's palette
    imagecolortransparent -- Define a color as transparent
    imagecopy -- Copy part of an image
    imagecopymerge -- Copy and merge part of an image
    imagecopyresized -- Copy and resize part of an image
    imagecreatefromgif -- Create a new image from file or URL
    imagecreatefromjpeg -- Create a new image from file or URL
    imagecreatefromwbmp -- Create a new image from file or URL
    imagedestroy -- Destroy an image
    imagefill -- Flood fill
    imagefilledarc -- Draw a partial ellipse and fill it
    imagefilledrectangle -- Draw a filled rectangle
    imagefilltoborder -- Flood fill to specific color
    imagefttext -- Write text to the image using fonts using FreeType 2
    imagegif -- Output image to browser or file
    imagejpeg -- Output image to browser or file
    imageline -- Draw a line
    imageloadfont -- Load a new font
    imagepolygon -- Draw a polygon
    imagerectangle -- Draw a rectangle
    imagesetpixel -- Set a single pixel
    imagestring -- Draw a string horizontally
    imagesx -- Get image width
    imagesy -- Get image height
    imagettftext -- Write text to the image using TrueType fonts
    imagewbmp -- Output image to browser or file
    jpeg2wbmp -- Convert JPEG image file to WBMP image file
    png2wbmp -- Convert PNG image file to WBMP image file


    And more Function........

  5. #17
    Doctor is offline Senior Member+
    Last Online
    13th September 2009 @ 08:57 AM
    Join Date
    26 Sep 2006
    Location
    Alkamuniya
    Age
    52
    Posts
    21,458
    Threads
    1525
    Credits
    1,000
    Thanked
    36

    Default

    [IMG]http://i291.***********.com/albums/ll311/CUTE_ASIF_24/4_17_5.gif[/IMG]

  6. #18
    kanch's Avatar
    kanch is offline Senior Member+
    Last Online
    3rd June 2012 @ 04:58 PM
    Join Date
    11 Jan 2009
    Age
    35
    Posts
    111
    Threads
    6
    Credits
    0
    Thanked: 1

    Default

    Quote shakeel said: View Post
    Sir jee

    App Mujhko MYSQL ka bataingay..

    PHP to Theek hai magar MYSQL ka combination kaisay hoga........

    Warning: Cannot modify header information - headers already sent by (output started at /home/marketing/public_html/admin.php:2) in /home/vmarketing/public_html/admin.php on line 21


    is ka hall kia hai...??
    Cookie set nahin ho rahi hai... Baqi sab main Sahi hai yeh PK Wali hosting ka to kuch nahin hoga....

    abhi main Session par set karta hon to bhi yahi ata hai.. i think domain or PHP.ini main Setting karni hai magar wo bhi install nain ho rahi hai.....

    Magar Solution to nikal hi ayega.. Session star(); achi command hai and secure ...try to understand

    thanks The Managment

    http://www.kanch.2kool4u.net

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

    app kay sub swaloon ka jawab aglay classes main mojood hay. so keep reading.


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



  8. #20
    love4_any2005's Avatar
    love4_any2005 is offline Senior Member+
    Last Online
    22nd March 2013 @ 09:17 AM
    Join Date
    18 Dec 2007
    Age
    38
    Posts
    323
    Threads
    67
    Credits
    0
    Thanked
    0

    Default

    goood classs............

  9. #21
    Join Date
    23 Oct 2006
    Location
    Lalamusa
    Age
    39
    Posts
    7,054
    Threads
    198
    Credits
    0
    Thanked
    9

    Default

    great work shakeel bhai..

  10. #22
    deemi is offline Senior Member+
    Last Online
    25th June 2014 @ 12:09 PM
    Join Date
    16 Sep 2008
    Location
    Gujranwala
    Age
    41
    Posts
    375
    Threads
    68
    Credits
    980
    Thanked
    49

    Unhappy I am in a Big Problem

    aoa kya haal hai shakeel bhai aap ka app ky thread sy madad to kafi hoo rahi hai mger mujhy aik problem hai or woh yeh k main jub bhi dreamweaver mian php ka code likh ker .PHP ky sath save kerta hoon ya .HTML k sath save kerta hoon woh mujhy php ka result nhi deta main nay aap ki classes say bhi code dykh ker likha mager mushkil asaan nhi hoo rahi so plzzzz shakeel bhai meri madad keryn main bohat paryshan hoon.

  11. #23
    kashifsharjeel is offline Junior Member
    Last Online
    4th March 2009 @ 07:50 AM
    Join Date
    26 Jan 2009
    Posts
    1
    Threads
    0
    Credits
    734
    Thanked
    0

    Default Kashifsharjeel

    WSLM::
    This is gr8 effort u started here PHP in our national Language. Secoundy the way of ur explanation is very good .

  12. #24
    Join Date
    14 Feb 2009
    Location
    Faisalabad
    Posts
    205
    Threads
    23
    Thanked
    2

    Default

    [IMG][/IMG]

Page 2 of 9 FirstFirst 12345 ... 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
  •