UrbanPro
true
Dongri Mohammed Jawad PHP trainer in Hyderabad
+4 more

Dongri Mohammed Jawad

locationImg Khairatabad, Hyderabad
3 yrs of Exp
Book a Free Demo
Book a Free Demo

Details verified of Dongri Mohammed Jawad

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Web Developing

I am always interested in Programming. I used to apply all my learning skills in a real time. Basically, i had hacked many Facebook accounts and also mail accounts with my programming skills. I feel happy to teach you that skills.

Languages Spoken

Urdu

Telugu

English

Hindi

Education

Dr. Jyothirmayi Degree College 2016

Bachelor of Commerce (B.Com.)

Address

Khairatabad, Hyderabad, India - 500004

Verified Info

Phone Verified

Email Verified

Facebook Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

PHP Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

3

Teaches

PHP Realtime Project, Php MySQL, Advanced PHP

Teaching Experience in detail in PHP Classes

I can teach you Responsive Dynamic PHP and MYSQL Programming. and also i can teach you REAL LIFE HACKING with a saperate SESSION.

Web Designing Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Web Designing Classes

3

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

Teaching Experience in detail in Web Designing Classes

Basically i am a Web Developer. Both Front End & Back End Developer. I am having a good grip and skills in Web Programming. Currently i am working in a company (US Based Company). I am available evening after 6:00 PM. I can also teach you real life Hacking.

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

3

Type of Computer course taken

Software Programming, Basics of Computer usage

Teaching Experience in detail in Computer Classes

Besides that i can also teach you REAL LIFE HACKING and also RESPONSIVE WEB DEVELOPMENT ( Both Static and Dynamic Real Life Projects).

Reviews

No Reviews yet!

Lessons by Dongri Mohammed Jawad

How To Connect To Server Using PHP?

It is very easy to connect to server using PHP and MYSQL. PHP is a very friendly Programming Language that any one can learn who know the basics of the Front End Development. PHP is a programming Language...

03/01/2018
1 0
0

Answers by Dongri Mohammed Jawad (4)

Answered on 28/12/2017

Ask a Question

Post a Lesson

I personally suggest you to learn BigData. There is a 100% Scope in that. It is a high level advance technology which is recently Developed. All the best for your Future.
Answers 12 Comments
Dislike Bookmark

Answered on 28/12/2017

Ask a Question

Post a Lesson

According to my personal experience, if you wanna be a best UI Developer you must have to go through programming like HTML, CSS, JS, Bootstrap,etc; Learning the UI DEVELOPING SOFTWARE like WORDPRESS is also good but it does not gives us forward knowledge as the code is automatically generated by the... ...more
According to my personal experience, if you wanna be a best UI Developer you must have to go through programming like HTML, CSS, JS, Bootstrap,etc; Learning the UI DEVELOPING SOFTWARE like WORDPRESS is also good but it does not gives us forward knowledge as the code is automatically generated by the software. So, my personal suggestion is you go through programming skills.
Answers 18 Comments
Dislike Bookmark

Answered on 28/12/2017 Learn IT Courses/Programming Languages/PHP

Ask a Question

Post a Lesson

PHP is very easy and friendly language that anyone can learn with a basic knowledge of HTML, CSS, JS
Answers 4 Comments
Dislike Bookmark

Answered on 28/12/2017 Learn IT Courses/Programming Languages/PHP

Ask a Question

Post a Lesson

$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo... ...more
$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo "Error in inserting the Data"; }
Answers 2 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Teaches

PHP Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

3

Teaches

PHP Realtime Project, Php MySQL, Advanced PHP

Teaching Experience in detail in PHP Classes

I can teach you Responsive Dynamic PHP and MYSQL Programming. and also i can teach you REAL LIFE HACKING with a saperate SESSION.

Web Designing Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Web Designing Classes

3

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

Teaching Experience in detail in Web Designing Classes

Basically i am a Web Developer. Both Front End & Back End Developer. I am having a good grip and skills in Web Programming. Currently i am working in a company (US Based Company). I am available evening after 6:00 PM. I can also teach you real life Hacking.

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

3

Type of Computer course taken

Software Programming, Basics of Computer usage

Teaching Experience in detail in Computer Classes

Besides that i can also teach you REAL LIFE HACKING and also RESPONSIVE WEB DEVELOPMENT ( Both Static and Dynamic Real Life Projects).

No Reviews yet!

Answers by Dongri Mohammed Jawad

Answered on 28/12/2017

Ask a Question

Post a Lesson

I personally suggest you to learn BigData. There is a 100% Scope in that. It is a high level advance technology which is recently Developed. All the best for your Future.
Answers 12 Comments
Dislike Bookmark

Answered on 28/12/2017

Ask a Question

Post a Lesson

According to my personal experience, if you wanna be a best UI Developer you must have to go through programming like HTML, CSS, JS, Bootstrap,etc; Learning the UI DEVELOPING SOFTWARE like WORDPRESS is also good but it does not gives us forward knowledge as the code is automatically generated by the... ...more
According to my personal experience, if you wanna be a best UI Developer you must have to go through programming like HTML, CSS, JS, Bootstrap,etc; Learning the UI DEVELOPING SOFTWARE like WORDPRESS is also good but it does not gives us forward knowledge as the code is automatically generated by the software. So, my personal suggestion is you go through programming skills.
Answers 18 Comments
Dislike Bookmark

Answered on 28/12/2017 Learn IT Courses/Programming Languages/PHP

Ask a Question

Post a Lesson

PHP is very easy and friendly language that anyone can learn with a basic knowledge of HTML, CSS, JS
Answers 4 Comments
Dislike Bookmark

Answered on 28/12/2017 Learn IT Courses/Programming Languages/PHP

Ask a Question

Post a Lesson

$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo... ...more
$conn = mysqli_connect('127.0.0.1','root',''); $db = mysqli_select_db($conn,'DataBase_Name'); $insert = "INSERT INTO `table_name`(column1,column2,column3) VALUES('dropdown1','dropdown2','dropdown3') "; $query_insert = mysqli_query($conn,$insert); if($query_insert) { echo "Inserted successfully"; } else { echo "Error in inserting the Data"; }
Answers 2 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Lessons (1)

How To Connect To Server Using PHP?

It is very easy to connect to server using PHP and MYSQL. PHP is a very friendly Programming Language that any one can learn who know the basics of the Front End Development. PHP is a programming Language...

03/01/2018
1 0
0
X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more