Every Day's computing
C++, C#, Java, PHP, XML, Scripts and so on.

--PHP----PHP


Home

PHP-Bare-Bone

Work -In -Progress :
( we are uploading pages, please pardon our appearance; adding web-pages every day )
Book-Marks:  , Form
Array, Authentication, Data-Types, Function, Ajax Flow_Control,OOP, Interface, MySQL, Networking  , String SqlLite, XML, WebServices, wordpress
Oracle
 

Archived

*~ Using Asp2.0 Net as module
*~ Aspnet_installation.htm
 
 
 
 

Apache-PHP Modular

-------Know-Your-Environment-----

*~Apache Installation:
*~installation_apache_20.htm
*~ Installing PHP as a Module
*~Apache229Installation.htm
*~Creating aliases :
*~creating_aliases.htm
------- include php external files--
*~using_include.htm

-------Developer Tools---

*~Eclipse
**~ eclipse_php_intro1.htm
**~php client to Oracle :
**~oracle_intro1.htm
*~NetBeans 7.1 :
**~  Project1.htm
 
 
 

Basic -PHP -Crash Course (TOP)

Language Basics :
*~ HTML & PHP
*~ Scripting  html_tags_in_php.htm
*~ code-run: php_scripting.php
*~ code-run (portal)
*~ Creating Frame:
*~create_frame.htm
**~creating_frame.php (portal)
 
 
 
 

Basic -Data_Type (TOP)

*~Syntax Rules
**~php_syntax_rule1.htm
*~data_types.htm
*~var_dump.htm
*~get_type($data):
*~ Loose_DataType.htm
*~objects.htm
------ Variable Handling Functions -------
*~debug_zval_dump.htm
*~doubleval_floatval.htm
*~empty_or_notset.htm
*~ get_defined_vars.htm
*~get_resource_type.htm
*~get_type.htm
*~
 
 
 
Functions: (TOP)
*~ No Parameter: simple_function.htm
*~with Parameter and return
**~simple_function_param.htm
**~passing reference :
**~PassingBY_Reference.htm
**~ demo : PassingBY_Reference.php
*~ post method :simple_posting
*~ try -out :  simple_try.htm
 
 

Flow Control: Structures (TOP)

*~if logic: if_logic.htm
*~try-out t :if_logic_test.htm
*~if_else_options.htm
*~elseif.htm,
*~  endif : endif.htm
*~while and do-while loop
*~while.htm
**~do_while.htm
*~for loop : for.htm
**~for_array_char.htm
*~endif.htm
*~ forcach loop
**~test_interface2.htm
 
 
 

Arrays:  (TOP)

----------- Know How / What  ------
*~http://php.net/manual/en/ref.array.php
--------  Using Array ------
*~single_dimension_array.htm
**~ tryout : single_dimenstion_array.php
*~simple_array.htm
*~reference to index number :
*~ index_array.htm
*~multi_dimension_array.htm
*~early entry of class and object
**~Array object :
***~  arrays_object.htm,
***~ arrays_object_2.htm
------    Array Function -------
*~array_key_changecase
*~array_key, array_value:
**~arrray_key_values
*~ Merging Two arrays :
**~array_merge.htm
*~Fusing array as string
**~
*~
 
 
 

String : Manipulation (TOP)

*~string_information.htm
*~float format: string_float.htm
*~Adding slashes 'C' style
**~string_addcslashes.htm
*~ string_stripslashes:
**~ string_stripslashes.htm
*~string_count_char.htm
*~string_implode : string_implode.htm
*~similar_text  and Levenshtein:
**~similar_text Levenshtein

*~string_hebrev function
*~string to array conversion:
**~array_explode.htm
*~string_
*~ng_strlen
*~string str_word_count
*~string_strcmp
*~string_strcasecmp
*~string_str_pad
*~string_str_shuffle
*~string_ltrim
*~string_rtrim
*~string sbstr : replace or extract a character
*~string_strrolower : string_strcasecmp
*~Unicode with
*~String_unicode_Bengali
*~ All Bengali and Hindi alphabets:
**~ Unicode string
*~checking empty string or isset:
*~getbyhostname.htm
 
 
 

Exception Handling  (TOP)

*~class_try_catch.htm
*~error_handling_php4.htm
*~error_handling_php5.htm
 
 
 

Authentication -with-Form (TOP)

*~ empty die :
**~ empty_variable_1.htm
**~with isset used
**~isset_used_explained.htm
**~isset_empty_both.htm
*~with header:
**~ header_authentication.htm
 
 

File Directories (TOP)

 
list of functions : 1
~predefined
~header: 1
~telnet
Directory: 
~dir_basename: 1, 2
~dir_chgrp_unix: 1
~dir_chmod: 1
dir_disk_free_space
~Open Read Directory:
~Navigating, 2
~Simple 1, 2,
~Create Web Editors
~path_info
~Visited Stat function
~real path
~disk size
~upload file images: 1
~fopen_read file feof: 1
~read file with fgets: 1
~filesize : 1
~file_fgetss (strip HTML tags): 1
~file_get_contents: 1
~reading a one char at a tme
~file_fgetc : 1
~appending text
~file_fwrite: 1

~file_put_contents (did not work): 1
~is_readable : 1
~file_is_file: 1
~file_exists: 1
~file_is_writable : 1
~create and delete files: 1
~file rename: 1
 
*~ Application -Level: **~master_editor_admin_doc.htm
 

OOP: Object Oriented Programming

Class (TOP)

*~struct in C/C++: oop_struc_in_c.htm
~What is OOP
~Simple, what is class
~Tweaks in PHP  Classes
~oop_tweak1.htm
~oop_tweak2.htm
~Read-write,
~method-properties
~ Constructor : destructor
~constructor_explained.htm
~Calling Parent Constructor
~call_parent_constructor.htm
~":" Operator: parent_self.htm
~Inheritance 1, 2,
inheritance_override_method.htm
~dereferencing:1
~scopes protected
~class_protected.htm
~class_protected_private.htm
~protected_with_validation.htm
~class instance as parameter
~classinstance_parameter.htm
~ Static property : method
~static_method_1.htm
~static_property.htm
~static_latebind.htm 
 
---Scope : resolution-------
~scope_resolution.htm
~ Visibility Public Private
~class_visibility.htm
~class_visibility2.htm
~Over-ride :method
~override_base_method.htm
~ inheritance_override_method.htm
~over-ride operator
~~resolution_operator.htm
~resolution_operator_override.htm
~Overloading is default
~overloading_method1.htm
~Constant
~Using Constant
~ finalizing : no alteration :overriding
~final method
 
~ Draw Box : , Box
--- Abstraction -----
~ abstract_class_1.htm
~ abstract_require_once.htm
 

Interface

*~interface_intro.htm
*~inteface_example.htm
*~interface_error.htm
*~Multiple Implementations
*~interface_intf1.htm
*~Extends Implement Explained, forcach loop
*~ class Attributes
**~test_interface2.htm
*~ With Asp.Net
**~doc_mm.Interface1
**~doc_mm.Interface2.htm
**~doc_mm.IndexerInterface1.htm
**~ Windows Commadline C#
**~interface.htm
**~interface_with_properties.htm
**~interface_abstract_class.htm
***~interface_with_properties.htm
*~reflection with interface
*~interface_reflection1.htm
 
 

Session-Form (TOP)

*~Simple Authentication
*~Simple Log in  simple_try.php
*~ authentication with session
*~session_cache_expire
 
 

Basic -Form (TOP)

 
 
 
 

Ajax (TOP)

*~Reading XML
*~ readxml_with_ajax.htm
**~ Drop-Down List:
**~ajax_dropdown_list.htm
*~HTML Client
*~client_server_3.htm
*~Ajax PHP Oracle 11g
*~Using NetBeans 7.1
**~AjaxPhPNetBean71.htm
 
 

Dojo (TOP)

 
 
 
 

jQuery

 

XML-PHP (TOP)

*~Reading XML :
**~ read_xml.htm
**~readxml_with_ajax.htm
*~Create XML : create_xml_fly.htm
 
 

Oracle (TOP)

*~10 G Installation: 10G_instllation.htm
*~Fix to Listener :
**~ ORA-12541: TNS: no listener
**~listener_in_xp.htm
**~PHP and Oracle Tune-up Windows XP
*~php53_installation.htm
*~Ajax PHP Oracle 11g
*~Using NetBeans 7.1
**~AjaxPhPNetBean71.htm
 
 

WebServices (TOP)

*~Simple Test For Apache2.2:
*~WebServices_WSDL.htm
 
 
 

MySQL (TOP)

---------Installation and configuration-----
*~Installing 4.1
*~mysql_installation.htm
*~Installing MySQL 5.0
**~MySQL_5x_Installtion.htm
**~ Post-configuration Notes
**~postinstallation_configuration.htm
**~ Tips for command line users
***~Installtion_3.htm
***~grant_all_on_mysql.htm
*~FYI MyISAM,BDB and inoDB
*~discussion_forum_2.htm
*~mysql_connect() Error:
*~fatalerror.htm
---Tools and Managements---
*~MySQL Connector :
*~ grant_all_on_mysql.htm
*~ phpMyAdmin
**~ Window 7 64 Bit
***~phpMyAdmin_Tuneup_W764.htm
*~Queries:
*~short_review_queires.htm
---MySQL Flash/Functions Card ----
*~mysqlfunctionsforphp.htm
*~ create & drop DB, Table
*~sql_createdb_myisam1.htm
**~master_editor_admin_doc.htm
*~mysql_ affected_ rows
*~mysql_ client_ encoding
*~mysql_ close
*~mysql_ connect :
**~ show_databases_php.htm
**~mysql_listdb_function.htm
*~mysql_ create_ db
*~mysql_ data_ seek
*~mysql_data_seek.htm
*~mysql_ db_ name
**~mysql_listdb_function.htm
*~mysql_ db_ query
*~mysql_ drop_ db
*~mysql_ errno
*~mysql_ error
*~master_editor_admin
*~mysql_ escape_ string
*~mysql_ fetch_ array
**~mysql_data_seek.htm
*~mysql_ fetch_ assoc
*~mysql_ fetch_ field
*~mysql_ fetch_ lengths
*~mysql_ fetch_ object
**~ show_databases_php.htm
*~mysql_ fetch_ row
**~mysql_data_seek.htm
*~mysql_ field_ flags
*~mysql_ field_ len
*~mysql_ field_ name
*~mysql_ field_ seek
*~mysql_ field_ table
*~mysql_ field_ type
*~mysql_ free_ result
**~mysql_listdb_function.htm
*~mysql_ get_ client_ info
*~mysql_ get_ host_ info
*~mysql_ get_ proto_ info
*~mysql_ get_ server_ info
*~mysql_ info
*~mysql_ insert_ id
*~mysql_ list_ dbs :
**~ show_databases_php.htm
**~mysql_listdb_function.htm
*~mysql_ list_ fields
*~mysql_ list_ processes
*~mysql_ list_ tables
*~mysql_ num_ fields
*~mysql_ num_ rows
**~mysql_listdb_function.htm
*~mysql_ pconnect
*~mysql_ ping
*~mysql_ query
**~mysql_data_seek.htm
*~mysql_ real_ escape_ string
*~mysql_ result
*~mysql_ select_ db
*~create_drop_db_table.htm
*~mysql_ set_ charset
*~mysql_ stat
*~mysql_ tablename
*~mysql_ thread_ id
*~mysql_ unbuffered_ query
*~mysql_list_fields
*~mysql_insert_id
--------DDL ----------------
------Creating DB-----------
*~From Command Prompt
*~create_drop_db.htm
*~code_drop_database.htm
-- Dedicated Server Needed  to Test-
*~db_exists.htm
*~Create Table
*~master_editor_admin_doc.htm
 
 

SQLLite (TOP)

*~sqllite1.htm, Portal : test_sqllite_1.php
 
 
 

MAXDB (TOP)

*~maxdb_installation.htm
 
 
 

Networking  (TOP)

*~getbyhostname() :  getbyhostname.htm
*~network_fsockopen.htm
*~network_getservbyname.htm
*~network_headers_sent.htm
 
 
 

wordpress (TOP)

**~installation: installation_W764.htm
 
 
 
 
 
 
 
 

Template -Table (TOP)

 
 
 
 
 
PHP-Bar-Bone-Libraries