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
Foss : PHP and MySQL - Tamil
Outline: MySQL (பகுதி 1) PHPMyAdmin Interface குறித்த அறிமுகம். புதிய Database ஐ உருவாக்குதல் புதிய Table ஐ உருவாக்குதல் மற்றும் தேவையான datatype உடன் field ன் மதிப்பை enter செய்தல். ..
Intermediate

Foss : PHP and MySQL - Assamese
Outline: MySQL (অংশ 2) দাতাবেচলৈ সংযোগ কৰা আৰু দাতাবেচত কৃত্তিম (dummy) দাতা ভৰ্ত্তি কৰা mysql_connect(কানেক্ত)("server(চাৰ্ভাৰ)_addr", "username"(ইউজাৰনেম), "password"(পাচৱৰ্ড)) – গৃহীত..
Intermediate

Foss : PHP and MySQL - Bengali
Outline: MySQL (Part 2) ডাটাবেসের সাথে সংযুক্ত করা এবং ডাটাবেসের মধ্যে ডামি তথ্য প্রবিষ্ট করা mysql_connect("server_addr", "username", "password") -অনুমোদিত ইউজার এবং পাসওয়ার্ড দিয়ে ডেট..
Intermediate

Foss : PHP and MySQL - English
Outline: MySQL (Part 2) Connecting to the database and inserting dummy data into the database. mysql_connect("server_addr", "username", "password") - Connect to the Database Server with..
Intermediate

Foss : PHP and MySQL - Gujarati
Outline: MySQL (પાર્ટ 2) ડેટાબેસ કનેક્ટ કરવું અને ડેટાબેસમાં બનાવટી ડેટા દાખલ કરવા. mysql_connect("server_addr", "username", "password") - અધિકૃત યુઝર અને પાસવર્ડ સાથે ડેટાબેઝ સર્વરને ..
Intermediate

Foss : PHP and MySQL - Hindi
Outline: MySQL (Part 2) डेटाबेस से जोड़ना और डेटाबेस में डमी डेटा समाविष्ट करना। mysql_connect("server_addr", "username", "password") - अधिकृत यूज़र और पासवर्ड से डेटाबेस सर्वर जोड़ना ..
Intermediate

Foss : PHP and MySQL - Kannada
Outline: MySQL (Part 2) Connecting to the database and inserting dummy data into the database. mysql_connect("server_addr", "username", "password") - Connect to the Database Server with..
Intermediate

Foss : PHP and MySQL - Khasi
Outline: MySQL (Part 2) Ban connect sha ka database bad pynrung ia ka dummy data sha ka database. mysql_connect("server_addr", "username", "password") - Connect sha ka Database Server..
Intermediate

Foss : PHP and MySQL - Malayalam
Outline: MySQL (ഭാഗം 2) ഡാറ്റാബേസിലേക്കു കണക്ട് ചെയ്ത് ഡേറ്റ ഡേറ്റാ ഡാറ്റാബേസിൽ ചേർക്കുന്നു. mysql_connect ("server_addr", "username", "password") - അംഗീകൃത ഉപയോക്താവിനും പാസ്വേഡിനൊപ്പം..
Intermediate

10.MySQL Part 2
Foss : PHP and MySQL - Marathi
Outline: MySQL (भाग 2) डेटाबेसला कनेक्ट करू आणि डेटाबेसमध्ये dummy data समाविष्ट करू. mysql_connect("server_addr", "username", "password") - अधिकृत यूज़र आणि पासवर्ड सह डेटाब..
Intermediate

11.MySQL Part 2
Foss : PHP and MySQL - Punjabi
Outline: MySQL ( Part 2 ) ਡਾਟਾਬੇਸ ਨਾਲ ਜੋੜਨਾ ਅਤੇ ਡਾਟਾਬੇਸ ਵਿੱਚ ਡਮੀ ਡਾਟਾ ਸ਼ਾਮਲ ਕਰਨਾ । mysql_connect ( server_addr , username , password ) - authorized ਯੂਜ਼ਰ ਅਤੇ ਪਾਸਵਰਡ ਨਾਲ ਡਾਟਾਬੇਸ ..
Intermediate

12.MySQL Part 2
Foss : PHP and MySQL - Tamil
Outline: MySQL (பகுதி 2) Database ஐ இணைத்தல் மற்றும் போலி data ஐ database உடன் இணைத்தல். mysql_connect("server_addr", "username", "password") - அங்கீகரிக்கப்பட்ட user மற்றும் password உ..
Intermediate

13.MySQL Part 2
Foss : PHP and MySQL - Telugu
Outline: MySQL (Part 2) Connecting to the database and inserting dummy data into the database. mysql_connect("server_addr", "username", "password") - Connect to the Database Server with..
Intermediate

14.MySQL Part 3
Foss : PHP and MySQL - Assamese
Outline: MySQL (অংশ 3) দাতাবেচত কিছু দাতা লিখা (ইনচাৰ্ত (INSERT) আৰু আপদেত (UPDATE) কোৱেৰীচ) mysql_query(কোৱেৰী)('TYPE(টাইপ)_HERE(হিয়েৰ)_YOUR(ই্য়’ৰ)_MYSQL_QUERY(কোৱেৰী)') – এই ফাংচনটো আম..
Intermediate

15.MySQL Part 3
Foss : PHP and MySQL - Bengali
Outline: MySQL (Part 3) ডাটাবেসে কিছু তথ্য লেখা (কোয়েরী প্রবিষ্ট এবং আপডেট করা) mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - এই ফাংশন আমাদের ডাটাবেসে নির্দিষ্ট কোয়েরী চালাতে ব্যবহৃত হয়েছে।..
Intermediate

16.MySQL Part 3
Foss : PHP and MySQL - English
Outline: MySQL (Part 3) Writing some data into the database (INSERT and UPDATE Queries). mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - This function is used to run specific queries on our..
Intermediate

17.MySQL Part 3
Foss : PHP and MySQL - Gujarati
Outline: MySQL (પાર્ટ 3) અમુક ડેટા ડેટાબેઝમાં લખવું (ક્વેરિ સુધારિત અને ઉમેરવી ). mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - આ ફંક્શન આપણા ડેટાબેઝમાં વિશિષ્ઠ ક્વેરી વાપરવા માટે વપરાય ..
Intermediate

18.MySQL Part 3
Foss : PHP and MySQL - Hindi
Outline: MySQL (Part 3) डेटाबेस में कुछ डेटा लिखना (INSERT और UPDATE क्वेरीज़) mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - अपने डेटाबेस पर विशेष क्वेरीज़ रन करने के लिए इस फंक्शन का प्रय..
Intermediate

19.MySQL Part 3
Foss : PHP and MySQL - Kannada
Outline: MySQL (Part 3) ಡೇಟಾಬೇಸ್ ನಲ್ಲಿ ಡೇಟಾಅನ್ನು ಸೇರಿಸುವುದು (INSERT ಮತ್ತು UPDATE ಕ್ವೈರಿಗಳು) mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') – ನಮ್ಮ ಡೇಟಾಬೇಸ್ ನಲ್ಲಿ ನಿರ್ದಿಷ್ಟವಾದ ಕ್ವೈರಿಗಳನ್ನು ರನ್..
Intermediate

20.MySQL Part 3
Foss : PHP and MySQL - Khasi
Outline: MySQL (Part 3) Ban thoh katto katne ki data sha ka database (INSERT bad UPDATE Queries). mysql_query('TYPE_HERE_YOUR_MYSQL_QUERY') - Kane ka function la pyndonkam ban run ia k..
Intermediate
