FAQs, Tutorials and Tips - FYIcenter.com
|
2592 PHP Script Tips - Understanding and Managing Cookies A collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and receiving cookies, creating an... Submitted: 20060923 2600 PHP Script Tips - Understanding and Using Sessions A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and re... Submitted: 20060923 2521 PHP Script Tips - Understanding Arrays and Their Basic Operation A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array ele... Submitted: 20060923
2560 PHP Script Tips - Manipulating Arrays with Built-in Functions A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, l... Submitted: 20060711 2507 PHP Script Tips - Understanding String Literals and Operations A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted... Submitted: 20060711 3289 PHP Script Tips - Manipulating Strings with Built-in Functions A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, ... Submitted: 20060711 2574 PHP Script Tips - Reading and Writing Files A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending ... Submitted: 20060923 2489 PHP Script Tips - Working with Directoris and Files A collection of 8 tips on PHP functions for working with file systems: How To Create a Directory? How To Remove an Empty Directory? How To Remove a File? How To Copy a Fi... Submitted: 20060923 2559 PHP Script Tips - Creating Your Own Functions A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing referenc... Submitted: 20060923 4103 PHP Script Tips - Processing Web Forms A collection of 21 tips on process Web forms with PHP scripts. Clear explanations and tutorial exercises are provided on generating and processing Web forms, getting valu... Submitted: 20060923
|
A lot of websites use cookies for logins, Ill teach you how to create the following: 1. Create a register page 2. Create a login page 3. Create a protection fil... With cookies, small portions of information are embedded in the browser, allowing the identification of cookies in several pages from the same site or even duri...
Picking Up Perl is a freely redistributable tutorial book on Perl that can be downloaded in pdf, postscript, or textinfo format. It can also be viewed online in... This textbook is the first part of the two series of book, used to teach two-quarter course sequence in discrete mathematics that includes Boolean arithmetic, c... A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting enc... |