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 9611 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : PHP and MySQL - Punjabi

Outline: User Registration Part 4 query ਦੀ ਮਦਦ ਨਾਲ user ਤੋਂ inputed ਜਾਣਕਾਰੀ ਨੂੰ ਡੇਟਾਬੇਸ ਟੇਬਲ ਵਿਚ ਭਰਨਾ mysql_connect ( hostname , username , password ) - ਅਧਿਕਾਰਤ user and password ..

Advanced

Foss : PHP and MySQL - Punjabi

Outline: User Registration Part 5 user ਦੁਆਰਾ ਦਰਜ ਕੀਤੇ password ਨੂੰ md5 encrypt ਫੋਰਮ ਵਿਚ ਬਦਲਣਾ । md5 ( parameter ) - ਪੈਰਾਮੀਟਰ ਨੂੰ irreversible logical ਕੋਡ ਵਿਚ encrypt ਕਰਦਾ ਹੈ ।

Advanced

Foss : PHP and MySQL - Punjabi

Outline: User Registration Part 6 ਦਿੱਤੇ ਗਏ username ਨੂੰ ਜਾਂਚਣਾ ਤਾਂ ਕਿ ਨਕਲੀ username ਤੋਂ ਬਚਿਆ ਜਾ ਸਕੇ । mysql_query ( TYPE_HERE_YOUR_MYSQL_QUERY ) - ਇਹ ਸਾਡੇ ਡੇਟਾਬੇਸ ਉੱਤੇ ਵਿਸ਼ੇਸ਼ queries ਨ..

Advanced

Foss : PHP and MySQL - Tamil

Outline: Windows ல் XAMPP Windows ல் XAMPP ஐ நிறுவுதல் XAMPP என்பது Windows க்கு கிடைக்கின்ற Apache, PHP மற்றும் MySQL Package களின் ஒட்டுமொத்த தொகுப்பாகும் இந்த tutorial ல் XAMPP நி..

Basic

Foss : PHP and MySQL - Tamil

Outline: Linux ல் XAMPP XAMPP ஐ Linux ல் நிறுவுவது XAMPP என்பது Linux க்கு கிடைக்கின்ற Apache, PHP மற்றும் MySQL Package களின் ஒட்டுமொத்த தொகுப்பாகும் இந்த tutorial ல் XAMPP நிறுவப்ப..

Basic

Foss : PHP and MySQL - Tamil

Outline: Echo Function Echo() function ஒன்று அல்லது அதற்கு மேற்பட்ட string களை output செய்கிறது Syntax: echo(strings); உதாரணம். echo "Hello World!";

Basic

Foss : PHP and MySQL - Tamil

Outline: PHP ல் Variable கள் Variable கள் text string கள், numbers அல்லது array arrays போன்ற value களை சேமிக்க பயன்படுகிறது. ஒரு variable declareசெய்யப்பட்டால், உங்கள் script ல் அதை ..

Basic

Foss : PHP and MySQL - Tamil

Outline: If Statement if statement -ஒரு குறிப்பிட்ட condition உண்மை என்றால், சில code ஐ இயக்க இந்த statement ஐ பயன்படுத்தவும் if...else statement - ஒரு condition உண்மை என்றால், சில co..

Basic

Foss : PHP and MySQL - Tamil

Outline: Switch Statement switch statement - பல code block களில் ஒன்றை தேர்வு செய்து இயக்க இந்த statement ஐ பயன்படுத்தவும்.

Basic

Foss : PHP and MySQL - Tamil

Outline: Arithmatic Operator கள் உதாரணம். +,-,*,/,%,++,--

Basic

Foss : PHP and MySQL - Tamil

Outline: Comparison Operator கள் உதாரணம். +,-,*,/,%,++,--

Basic

Foss : PHP and MySQL - Tamil

Outline: Logical Operator கள் உதாரணம். && (AND),|| (OR),! (NOT)

Basic

Foss : PHP and MySQL - Tamil

Outline: Array கள் Array பல்வேறு value களை ஒரே variable ல் சேமிக்கின்றன Numeric array - numeric index கொண்ட array Associative array - இந்த array ல் ஒவ்வொரு ID key ம் ஒரு value உட..

Basic

Foss : PHP and MySQL - Tamil

Outline: Multi-Dimensional Arrays Multi-Dimensional Array ல், main array ல் உள்ள ஒவ்வொரு element ம் ஒரு array ஆக இருக்கலாம். மற்றும் sub-array ல் உள்ள ஒவ்வொரு element ம் ஒரு array ஆக இரு..

Basic

Foss : PHP and MySQL - Tamil

Outline: Loops - While Statement ஒரு condition உண்மையாக இருக்கும் போது while loop ஒரு code blockஐ இயக்கும். while (condition) { இயக்கவேண்டிய code ; }

Basic

Foss : PHP and MySQL - Tamil

Outline: Loops - Do-While Statement do...while statement எப்போதும் ஒரு code blockஐ ஒரு முறை இயக்கும், பிறகு condition ஐ சரிபார்த்து condition உண்மையாக இருக்கும்போது மீண்டும் loop ஐ இய..

Basic

Foss : PHP and MySQL - Tamil

Outline: Loops - For Statement script ஐ எத்தனைமுறை இயக்க வேண்டும் என்று உங்களுக்கு முன்கூட்டியே தெரிந்திருந்தால் for loop பயன்படும். Syntax: for (init; condition; increment) { இயக்கவ..

Basic

Foss : PHP and MySQL - Tamil

Outline: Loops - Foreach Statement foreach loop array களின் மூலம் loop செய்ய பயன்படும் foreach ($array as $value) { இயக்கவேண்டிய code; }

Basic

Foss : PHP and MySQL - Tamil

Outline: Functions (Basic) பக்கத்தை load செய்யும்போது scriptஐ இயக்க, அதை நீங்கள் function ல் வைக்கலாம். ஒரு function ஐ call செய்வதன் மூலம் அந்த function இயக்கலாம். ஒரு பக்கத்தினுள் எங்க..

Basic

Foss : PHP and MySQL - Tamil

Outline: Functions (Advanced) ஒரு functionஐ declare மற்றும் call செய்யும் போதும் நாம் function களுக்கு parameter களை pass செய்யலாம். function functionName($param1,$param2); // functio..

Basic