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 - Urdu
Outline: ایک ارے ایک ویریبل کئی ویلیوز رکھتا ہے نیومیرک انڈیکس والا ارے Numeric array ایک ارے جس میں ہر ایک اآئی ڈِ ایک ویلیو سے منسلک ہوتا ہے Associative array Numeric Array: $fruits=a..
Outline: ملٹی ڈائمینشنل ارے میں، بنیادی ارے میں موجود ہر ایلمینٹ ارے ہو سکتا ہے۔ اور سب-ارے میں ہر ایلمینٹ ارے ہو سکتا ہے اور ایسے ہی اور بھی
Outline: Loops - While Statement تب تک کوڈ کے بلاک کو ایکزکیوٹ کرتا ہے جب تک کنڈشن ٹرو ہو while loop while (condition) { code to be executed; }
Outline: Loops - For Statement کا استعمال تب ہوتا ہے جب آپ پہلے سے جانتے ہوں کہ اسکرپٹ کو کتنیfor loop بار رن ہونا چاہئے for (init; condition; increment) { code to be execu..
Outline: Loops - Foreach Statement کا استعمال اریز میں لوپ کرنے کے کام آتا ہے foreach loop foreach ($array as $value) { code to be executed; }
Outline: فنکشنس (بنیادی) پیج لوڈ ہوتے وقت اسکرپٹ کو رن ہونے سے روکنے کیلئےآپ اسے فنکشن میں رکھ سکتے ہیں. فنکشن، فنکشن کال کے زریعے ایکزکیوٹ کیا جائے گا. آپ فنکشن کواس پیج میں کہیں سے ..
Outline: GET Variable method="get" ان بلٹ فنکشن کا طریقہ استعمال $ _GET کے ساتھ بھیجے گئےفارم سے ویلیوز لینے کیلئے کیا جاتا ہے۔ طریقہ کار کے ذریعہ فارم سے بھیجی گئی ..
Outline: ایمبیڈڈ نگ پی ایچ پی <?php...... //SCRIPT.......?> ہم اپنی سکرپٹ کو سے منسلک کرکےویب پیج میں کہیں بھی پی ایچ پی کوڈ کو ایمبیڈ کرسکتے ہیں.
Outline: ظاہر کرنے کا ایک عام طریقہ HTML ہم پی ایچ پی اسکرپٹ کے اندر ایچ ٹی ایم ایل کوڈ بھی استعمال کرسکتے ہیں. زیادہ تر، ایچ ٹی ایم ایل ٹیگس پی ایچ پی ا سکرپٹ میں استعمال کیا جا س..
Foss : PostgreSQL Database - English
Outline: Download PostgreSQL 18.1 on Windows 11 OS. Start the process of installation. Verify the installation. Check the version of PostgreSQL and its running status. Open the pgAdmin4..
Outline: About PostgreSQL. Update the system. Add the repository for the 18.1 version of PostgreSQL. Install PostgreSQL. Verify the installation by checking the version. Set the user p..
Outline: Open and close the pgAdmin 4 interface. Connect to the server. About database and its objects. How to create a database.
Outline: Log in to the Linux terminal. Switch to postgres user. Access psql prompt. Create a database using SQL.
Outline: Connect to the postgreSQL local host server. Define table. Define column. Create a table.
Outline: Insert data into a table. Retrieve data from a table. Executing query. Retrieve data using a SELECT query.
Outline: About data redundancy. About primary key and its rules. Retrieve data from a table. Adding data repeatedly. Executing query to show the details. Using Primary Key. Drop or D..
Outline: About SELECT statement. Retrieving all the data from the table. Retrieving specific columns from a table. Execute the query. Compare the results of two different queries.
Foss : Python 3.4.3 - Bengali
Outline: > python 3.5.2 ব্যবহার করা > Ipython সংস্করণ 5.1.0 ব্যবহার করা > IPython একটি বর্ধিত ইন্টারেক্টিভ Python ইন্টারপ্রেটার > IPython ইন্টারপ্রেটার শুরু করা > IPython ইন্টারপ্রেটার ..
Outline: পাইথন 3.4.3 ব্যবহার করা Ipython সংস্করণ 5.1.0 ব্যবহার করা প্যাইল্যাব সহ IPython শুরু করা Matplotlib সংস্থাপিত না থাকলে ImportError clf () ফাংশন একই ক্ষেত্রে সমান দুরত্বের পয়ে..
Outline: পাইথন 3.4.3 ব্যবহার করা Ipython সংস্করণ 5.1.0 ব্যবহার করা প্লটের বৈশিষ্ট্যগুলি সংশোধন করা প্লট কমান্ডে অতিরিক্ত কীওয়ার্ড আর্গুমেন্ট পাস করা title কমান্ড দ্বারা একটি প্লটে শিরো..