Search Tutorials

The Tutorials in this series are created in XAMPP 5.5.19 on Ubuntu 14.04. PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Read more


About 9708 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : PHP and MySQL - Khasi

Outline: User Password Change Part 2 Ka check lada ka encrypted password barim ka iadei bad ka database password bad ka password bathymmai kadei kajuh kum ka password ba la confirm. md5..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Password Change Part 3 Update ia ka password bathymmai ha ka database. mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - La pyndonkam ia ka ban pyniaid katto katne ki queries ba..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 1 Ban shna ia ka form kaba ailad ia u user ban input ia ki values ha ka page.

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 2 Ban strip ia ki tags jong ki strings ba la dep input bad pynkylla ia ka password sha ka md5 encryption. Ka jingmyntoi jong ka : strip_tags(strigs) - Ka..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 3 Ka check lada ka username bad ka password ba la ai ka iahap bad ka length size ba donkam. Ka jingmyntoi jong ka : strlen("string") - Ka niew ia ka cha..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 4 Ban pynrung ia ki jingtip ba la input na u user sha ka database table lyngba jong ka query. mysql_connect("hostname", "username", "password") - Connect..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 5 Ka pynkylla ia ka password ba la input na u user sha ka md5 encrypt form. md5("parameter")- ka encrypt ia ka parameter sha ka irreversible logical code..

Advanced

Foss : PHP and MySQL - Khasi

Outline: User Registration Part 6 Ka check ia ka username ba la ai khnang ba ka kyndon na ka bynta ka duplicate username lah ban kiar. mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - Kane l..

Advanced

Foss : PHP and MySQL - Malayalam

Outline: വിൻഡോസിൽ XAMPP Windows- ൽ XAMPP ഇൻസ്റ്റാൾ ചെയ്യുന്നു വിൻഡോസിനു വേണ്ടി Apache, PHP, MySQL പാക്കേജുകൾ അടങ്ങുന്ന ക്യുമുലേറ്റീവ് പാക്കേജാണ് XAMPP ഈ ട്യൂട്ടോറിയലില്, XAMPP ഇന്സ്റ്റ..

Basic

Foss : PHP and MySQL - Malayalam

Outline: XAMPP ലിനക്സ് ലിനക്സിൽ XAMPP ഇൻസ്റ്റോൾ ചെയ്യുന്നു ലിനക്സിനുള്ള Apache, PHP, MySQL പാക്കേജുകൾ അടങ്ങുന്ന ക്യുമുലേറ്റീവ് പാക്കേജാണ് XAMPP ഈ ട്യൂട്ടോറിയലില്, XAMPP ഇന്സ്റ്റോള് ചെയ..

Basic

Foss : PHP and MySQL - Malayalam

Outline: Echo Function The echo() function ഔട്പുട് ഒന്നിൽ കൂടുതൽ സ്ട്രിങ്സ് . Syntax: echo(strings); Ex. echo "Hello World!";

Basic

Foss : PHP and MySQL - Malayalam

Outline: വാരിയബിൾ PHP വാരിയബിൾ മൂല്യങ്ങൾ സ്റ്റോർ ചെയ്യാൻ , ടെക്സ്റ്റ് സ്ട്രിങ്സ് , നമ്പര് അല്ലെന്കി൯ൽ അറയ്സ് . വാരിയബിൾ ഡിക്ലറേ ചെയുന്നു , നിങളുടെ സ്ക്രിപ്റ്റ് ൽ അത് ഉപയോഗിക്കാം ..

Basic

Foss : PHP and MySQL - Malayalam

Outline: if സ്റ്റേറ്റ്മെന്റ് - ഒരു നിശ്ചിത കണ്ടീഷൻ ട്രൂപ് ആണെങ്കിൽ മാത്രം ചില കോഡ് എക്സിക്യൂട്ട് ചെയ്യുക. if ... else statement - ഒരു കൺഡിഷൻ സത്യമാണെങ്കിൽ മറ്റൊരു കോഡ് എക്സിക്യൂട്ട് ചെയ്യ..

Basic

Foss : PHP and MySQL - Malayalam

Outline: സ്വിച്ച് സ്റ്റേറ്റ്മെന്റ് സ്വിച്ച് സ്റ്റേറ്റ്മെന്റ് - നടപ്പിലാക്കുന്നതിനുള്ള ധാരാളം കോഡ് ബ്ലോക്കുകളിൽ ഒന്ന് തിരഞ്ഞെടുക്കുന്നതിന് ഈ പ്രസ്താവന ഉപയോഗിക്കുക

Basic

Foss : PHP and MySQL - Malayalam

Outline: അരിത്‌മെറ്റിക്‌ ഓപ്പറേറ്റർസ് Ex. +,-,*,/,%,++,--

Basic

Foss : PHP and MySQL - Malayalam

Outline: കോംപരിസോൺ ഓപ്പറേറ്റർസ് Ex. ==,!=,<>,>,<,>=,<=

Basic

Foss : PHP and MySQL - Malayalam

Outline: ലോജിക്കൽ ഓപ്പറേറ്റർസ് Ex. && (AND),|| (OR),! (NOT)

Basic

Foss : PHP and MySQL - Malayalam

Outline: അറയ്സ് ഒരു അറേ ൽ ൽ ഒരു നിര ഒന്നിലധികം മൂല്യങ്ങൾ സംഭരിക്കുന്നു. ന്യൂമെറിക് അറേ - ഒരു സംഖ്യാ സൂചികയുമുള്ള ഒരു ശ്രേണി. അസോസിയേറ്റീവ് അറേ - ഒരു മൂല്യത്തിൽ ഓരോ ഐഡി കീയും ബന്ധപ്പ..

Basic

Foss : PHP and MySQL - Malayalam

Outline: മൾട്ടി-ഡൈമൻഷണൽ അറേസ് ഒരു മൾട്ടിഡൈമൻഷണൽ അറേയിൽ, പ്രധാന ശ്രേണിയിലെ ഓരോ എലവും ഒരു അറേയും ആകാം. സബ്ക്യാമറയിലെ ഓരോ എലവും ഒരു അറേയും അത്തരത്തിലുള്ളതുമാകാം.

Basic

Foss : PHP and MySQL - Malayalam

Outline: ലൂപ്പിസ് സ്റ്റെമെന്റ്റ് ഒരു അവസ്ഥ ശരിയായിരിക്കുമ്പോൾ while loop ഒരു കോഡ് ബ്ലോക്ക് എക്സിക്യൂട്ട് ചെയ്യുന്നു. (കണ്ടീഷൻ ) { കോഡ് നടപ്പിലാക്കാൻ; }

Basic