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
Foss : PHP and MySQL - Punjabi
Outline: ਵੈਲਿਊ ਰੱਖਣ ਲਈ ਸੈਸ਼ਨ ਬਣਾਉਣਾ ਅਤੇ ਸੈਸ਼ਨ ਨੂੰ ਨਸ਼ਟ ਕਰਕੇ ਉਸ ਵੈਲਿਊ ਨੂੰ ਨਸ਼ਟ ਕਰਨਾ । start_session ( ) - ਜਦੋਂ ਤੱਕ ਸੈਸ਼ਨ ਮੌਜੂਦ ਹੈ ਤੱਦ ਤੱਕ ਇੱਕ ਪੇਜ ਤੋਂ ਹੋਰ ਤੱਕ ਜਾਣਕਾਰੀ ਰੱਖਣ ਲਈ ਸੈਸ਼ਨ ਸ਼ੁਰੂ ਕਰਨਾ..
Outline: ਅਸੀਂ ਯੂਜਰ ਤੋਂ ਪੁਰਾਣਾ ਮੌਜੂਦਾ ਪਾਸਵਰਡ ਅਤੇ ਨਵਾਂ ਪਾਸਵਰਡ ਪ੍ਰਾਪਤ ਕਰਨ ਬਾਰੇ ਸਿਖਾਂਗੇ . start_session ( ) - ਪਿਛਲੇ ਪੇਜਾਂ ਤੋਂ ਸੈਸ਼ਨ ਪੇਜ ਤੇ ਜਾਣਕਾਰੀ ਨੂੰ ਰੱਖਦਾ ਹੈ . $ variable_name = $ ..
Outline: ਜਾਂਚ ਕਰਨਾ ਕਿ encrypted ਪੁਰਾਣਾ ਪਾਸਵਰਡ ਡੇਟਾਬੇਸ ਦੇ ਪਾਸਵਰਡ ਨਾਲ ਮੈਚ ਕਰਦਾ ਹੈ ਜਾਂ ਨਹੀਂ ਅਤੇ ਨਵਾਂ ਪਾਸਵਰਡ confirm ਪਾਸਵਰਡ ਦੇ ਸਮਾਨ ਹੈ md5 ( parameter ) -ਪੈਰਾਮੀਟਰ ਨੂੰ irreversible logical ..
Outline: ਡੇਟਾਬੇਸ ਵਿਚ ਨਵੇਂ ਪਾਸਵਰਡ ਨੂੰ ਅੱਪਡੇਟ ਕਰਨਾ . mysql_query ( TYPE_HERE_YOUR_MYSQL_QUERY ) - ਇਹ ਸਾਡੇ ਡੇਟਾਬੇਸ ਉੱਤੇ ਵਿਸ਼ੇਸ਼ queries ਨੂੰ ਚਲਾਉਂਦਾ ਹੈ . ਇਥੇ ਇਹ ਡੇਟਾਬੇਸ ਵਿਚ ਨਵੇਂ ਪਾਸਵਰਡ ਨੂੰ ..
Outline: User Registration Part 1 Creating a form which allows user to input values in page ਇੱਕ ਫਾਰਮ ਬਣਾਉਣਾ ਜੋ ਉਪਯੋਗਕਰਤਾ ਨੂੰ ਪੇਜ਼ ਵਿਚ ਵੇਲਿਊਜ ਭਰਨ ਦਿੰਦਾ ਹੈ
Outline: User Registration Part 2 inputed strings ਦੇ tags ਦੀ striping ਕਰਨਾ ਅਤੇ password ਨੂੰ md5 encryption ਵਿੱਚ ਤਬਦੀਲ ਕਰਨਾ । strip_tags ( strigs ) ਦੀ ਵਰਤੋਂ - string ਤੋਂ ਫਾਲਤੂ ਖਾਲੀ ਥਾਵਾ..
Outline: User Registration Part 3 ਜਾਂਚਣਾ ਕਿ ਦਿੱਤੇ ਗਏ username ਅਤੇ password ਲੋੜੀਂਦੀ ਲੰਬਾਈ ਦੇ ਆਕਾਰ ਨੂੰ ਪੂਰਾ ਕਰਦੇ ਹਨ ਕੇ ਨਹੀਂ । strlen ( string ) ਦੀ ਵਰਤੋਂ string ਦੀ character length ਗਿਣ..
Outline: User Registration Part 4 query ਦੀ ਮਦਦ ਨਾਲ user ਤੋਂ inputed ਜਾਣਕਾਰੀ ਨੂੰ ਡੇਟਾਬੇਸ ਟੇਬਲ ਵਿਚ ਭਰਨਾ mysql_connect ( hostname , username , password ) - ਅਧਿਕਾਰਤ user and password ..
Outline: User Registration Part 5 user ਦੁਆਰਾ ਦਰਜ ਕੀਤੇ password ਨੂੰ md5 encrypt ਫੋਰਮ ਵਿਚ ਬਦਲਣਾ । md5 ( parameter ) - ਪੈਰਾਮੀਟਰ ਨੂੰ irreversible logical ਕੋਡ ਵਿਚ encrypt ਕਰਦਾ ਹੈ ।
Outline: User Registration Part 6 ਦਿੱਤੇ ਗਏ username ਨੂੰ ਜਾਂਚਣਾ ਤਾਂ ਕਿ ਨਕਲੀ username ਤੋਂ ਬਚਿਆ ਜਾ ਸਕੇ । mysql_query ( TYPE_HERE_YOUR_MYSQL_QUERY ) - ਇਹ ਸਾਡੇ ਡੇਟਾਬੇਸ ਉੱਤੇ ਵਿਸ਼ੇਸ਼ queries ਨ..
Foss : PHP and MySQL - Tamil
Outline: Windows ல் XAMPP Windows ல் XAMPP ஐ நிறுவுதல் XAMPP என்பது Windows க்கு கிடைக்கின்ற Apache, PHP மற்றும் MySQL Package களின் ஒட்டுமொத்த தொகுப்பாகும் இந்த tutorial ல் XAMPP நி..
Outline: Linux ல் XAMPP XAMPP ஐ Linux ல் நிறுவுவது XAMPP என்பது Linux க்கு கிடைக்கின்ற Apache, PHP மற்றும் MySQL Package களின் ஒட்டுமொத்த தொகுப்பாகும் இந்த tutorial ல் XAMPP நிறுவப்ப..
Outline: Echo Function Echo() function ஒன்று அல்லது அதற்கு மேற்பட்ட string களை output செய்கிறது Syntax: echo(strings); உதாரணம். echo "Hello World!";
Outline: PHP ல் Variable கள் Variable கள் text string கள், numbers அல்லது array arrays போன்ற value களை சேமிக்க பயன்படுகிறது. ஒரு variable declareசெய்யப்பட்டால், உங்கள் script ல் அதை ..
Outline: If Statement if statement -ஒரு குறிப்பிட்ட condition உண்மை என்றால், சில code ஐ இயக்க இந்த statement ஐ பயன்படுத்தவும் if...else statement - ஒரு condition உண்மை என்றால், சில co..
Outline: Switch Statement switch statement - பல code block களில் ஒன்றை தேர்வு செய்து இயக்க இந்த statement ஐ பயன்படுத்தவும்.
Outline: Arithmatic Operator கள் உதாரணம். +,-,*,/,%,++,--
Outline: Comparison Operator கள் உதாரணம். +,-,*,/,%,++,--
Outline: Logical Operator கள் உதாரணம். && (AND),|| (OR),! (NOT)
Outline: Array கள் Array பல்வேறு value களை ஒரே variable ல் சேமிக்கின்றன Numeric array - numeric index கொண்ட array Associative array - இந்த array ல் ஒவ்வொரு ID key ம் ஒரு value உட..