- PHP Syntax
- Variables
- Constants
- Operators
- Functions
- State management
- SESSION
- COOKIE
- HIDDEN
- Header
- Ajax
- Jquery
- Global Variables
- $GLOBALS
- $_SERVER
- $_REQUEST
- $_POST
- $_GET
- $_FILES
- $_ENV
- $_COOKIE
- $_SESSION
- Echo
- Print_r
- FILE UPLOAD
- enctype=”multipart/form-data”
- move_uploaded_file
- php.ini setting for uploading large files
- Multiple File Uploading
- Email Handling
- Email in HTML Format
- Sending Attachment with Email
- Preventing Emails from Spams
- Captcha
- Php Data Encryption Methods
- md5()
- md5_file()
- sha1_file()
- crc32()
- sha1()
- hash()
- crc32()
- String functions
- addcslashes
- addslashes
- bin2hex
- chop
- chr
- count_chars
- crc32
- crypt
- explode
- fprintf
- get_html_translation_table
- hebrev
- hebrevc
- hex2bin
- html_entity_decode
- htmlentities
- htmlspecialchars_decode
- htmlspecialchars
- implode
- join
- lcfirst
- levenshtein
- localeconv
- ltrim
- md5_file
- md5
- metaphone
- money_format
- nl_langinfo
- nl2br
- number_format
- ord
- parse_str
- printf
- quoted_printable_decode
- quoted_printable_encode
- quotemeta
- rtrim
- setlocale
- sha1_file
- sha1
- similar_text
- soundex
- sprintf
- sscanf
- str_getcsv
- str_ireplace
- str_pad
- str_repeat
- str_replace
- str_rot13
- str_shuffle
- str_split
- str_word_count
- strcasecmp
- strchr
- strcmp
- strcoll
- strcspn
- strip_tags
- stripcslashes
- stripos
- stripslashes
- stristr
- strlen
- strnatcasecmp
- strnatcmp
- strncasecmp
- strncmp
- strpbrk
- strpos
- strrchr
- strrev
- strripos
- strrpos
- strspn
- strstr
- strtok
- strtolower
- strtoupper
- strtr
- substr_compare
- substr_count
- substr_replace
- substr
- trim
- ucfirst
- ucwords
- vfprintf
- vprintf
- vsprintf
- wordwrap
- PHP FORMS
- Php Form Handling
- Php Form Validation
- Php Form Required
- Php Form URL/E-mail
- Php Form Complete
- String Operators
- Concatenation Operator
- Comparison Operators
- Equal( == )
- Identical( === )
- Not Equal ( != )
- Not Identical ( !== )
- Less than ( < )
- Greater than ( > )
- Less than or equal to ( <= )
- Greater than or equal to ( >= )
- Bitwise Operator
- And ( & )
- Or ( | )
- XOR ( ^ )
- NOT ( ~ )
- Shift Left ( << )
- Shift Right ( >> )
- Logical Operator
- AND ( and )
- Or ( or )
- Xor ( xor )
- ! ( NOT )
- AND ( && )
- OR ( || )
- Array Operators
- Union ( + )
- Equality ( == )
- Identity ( === )
- Inequality ( != )
- Inequality ( <> )
- Not Identity ( !== )
- Comments Syntax
- Commenting sigle line ( // OR # )
- Commenting multiple lines ( /* */ )
- PHP File and Folder functions
- Basename
- chmod
- copy
- dirname
- file_exists
- file_put_contents
- get_file_contents
- PHP FILE HANDLING
- basename
- chgrp
- chmod
- chown
- clearstatcache
- copy
- delete
- dirname
- disk_free_space
- disk_total_space
- diskfreespace
- fclose
- feof
- fflush
- fgetc
- fgetcsv
- fgets
- fgetss
- file_exists
- file_get_contents
- file_put_contents
- file
- fileatime
- filectime
- filegroup
- fileinode
- filemtime
- fileowner
- fileperms
- filesize
- filetype
- flock
- fnmatch
- fopen
- fpassthru
- fputcsv
- fputs
- fread
- fscanf
- fseek
- fstat
- ftell
- ftruncate
- fwrite
- glob
- is_dir
- is_executable
- is_file
- is_link
- is_readable
- is_uploaded_file
- is_writable
- is_writeable
- lchgrp
- lchown
- link
- linkinfo
- lstat
- mkdir
- move_uploaded_file
- parse_ini_file
- parse_ini_string
- pathinfo
- pclose
- popen
- readfile
- readlink
- realpath_cache_get
- realpath_cache_size
- realpath
- rename
- rewind
- rmdir
- set_file_buffer
- stat
- symlink
- tempnam
- tmpfile
- touch
- umask
- unlink
Leave A Comment