MANICKTALA MAIN RD, Kolkata, India - 700054.
Verified 3
Details verified of Bharat Adhikari✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Oriya
English Proficient
Hindi Proficient
Bengali Proficient
IGNOU 2012
Bachelor of Computer Applications (B.C.A.)
IGNOU 2014
Master of Computer Applications (M.C.A.)
MANICKTALA MAIN RD, Kolkata, India - 700054
ID Verified
Education Verified
Phone Verified
Email Verified
Facebook Verified
F
Fakir Mohan Junior College
Azimabad, Balasore
T
Techno India Group Public School
Belghoria, Kolkata
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in PHP Classes
6
Teaches
Php MySQL, PHP Realtime Project, PHP CMS, Advanced PHP, Php AJAX
Teaching Experience in detail in PHP Classes
Industry experience Developer (above 6 years)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in WordPress Training
2
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in CodeIgniter Training
2
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Laravel Training Classes
1
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in jQuery Training
4
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in HTML Training
4
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Angular.JS Training
2
AngularJS Version
AngularJS (1.x)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Google Analytics Training Classes
5
Teaching Experience in detail in Google Analytics Training Classes
LEARN how to track business online through Google analytics and GTM
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
1. Which classes do you teach?
I teach Angular.JS, CodeIgniter, Computer, Google Analytics Training, HTML, Laravel Training, PHP, Web Designing, WordPress and jQuery Classes.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 6 years.
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Yes, it is possible to create Android apps using PHP and MySQL, though PHP is typically used for server-side development. Here's how you can do it:
Backend Development: Use PHP and MySQL to create a RESTful API that handles the business logic, data storage, and retrieval.
Android Frontend: Develop the Android app using Java, Kotlin, or any Android-compatible language. The app communicates with the PHP backend via HTTP requests to the API.
Data Exchange: The backend sends and receives data in JSON or XML format, which the Android app processes to display information or interact with users.
This approach allows you to use PHP and MySQL to manage the backend while the Android app handles the frontend.
Thanks
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Some many advantages are there:
Free and Open-Source: No cost for the software itself.
Built-in Web Server: Simplifies local development and testing.
Flexible Syntax: Supports different coding styles and practices.
Fast Execution: Efficient for generating web pages quickly.
Integrated Error Handling: Built-in error reporting and debugging tools.
Rich Documentation: Comprehensive and accessible documentation.
Strong Community Support: Abundant resources and forums for assistance.
Easy to Embed: Easily embedded within HTML code.
Session Management: Built-in support for managing user sessions.
CMS Integration: Powers popular content management systems like WordPress and Joomla.
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
There are somany cool PHP tricks. Hope below tricks help you a little.
1)Instead of array(), use the shorter [] syntax:
Example:
$fruits = ['apple', 'banana', 'cherry'];
2)Null Coalescing Operator (??)(This operator is useful for handling default values. It returns the first operand if it's not null, otherwise, it returns the second operand)
Example:
$username = $_GET['user'] ?? 'guest';
3) Ternary Operator Simplification
Example:
$age = $userAge ?: 18; // If $userAge is falsey, $age will be 18
5)Type Declarations(PHP 7 and later support type declarations for function arguments and return values:)
Example:
function add(int $a, int $b): int {
return $a + $b;
}
These tricks can help make your PHP code more concise, readable, and efficient.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in PHP Classes
6
Teaches
Php MySQL, PHP Realtime Project, PHP CMS, Advanced PHP, Php AJAX
Teaching Experience in detail in PHP Classes
Industry experience Developer (above 6 years)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in WordPress Training
2
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in CodeIgniter Training
2
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Laravel Training Classes
1
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in jQuery Training
4
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in HTML Training
4
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Angular.JS Training
2
AngularJS Version
AngularJS (1.x)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Google Analytics Training Classes
5
Teaching Experience in detail in Google Analytics Training Classes
LEARN how to track business online through Google analytics and GTM
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Yes, it is possible to create Android apps using PHP and MySQL, though PHP is typically used for server-side development. Here's how you can do it:
Backend Development: Use PHP and MySQL to create a RESTful API that handles the business logic, data storage, and retrieval.
Android Frontend: Develop the Android app using Java, Kotlin, or any Android-compatible language. The app communicates with the PHP backend via HTTP requests to the API.
Data Exchange: The backend sends and receives data in JSON or XML format, which the Android app processes to display information or interact with users.
This approach allows you to use PHP and MySQL to manage the backend while the Android app handles the frontend.
Thanks
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
Some many advantages are there:
Free and Open-Source: No cost for the software itself.
Built-in Web Server: Simplifies local development and testing.
Flexible Syntax: Supports different coding styles and practices.
Fast Execution: Efficient for generating web pages quickly.
Integrated Error Handling: Built-in error reporting and debugging tools.
Rich Documentation: Comprehensive and accessible documentation.
Strong Community Support: Abundant resources and forums for assistance.
Easy to Embed: Easily embedded within HTML code.
Session Management: Built-in support for managing user sessions.
CMS Integration: Powers popular content management systems like WordPress and Joomla.
Answered on 04/08/2024 Learn IT Courses/Programming Languages/PHP
There are somany cool PHP tricks. Hope below tricks help you a little.
1)Instead of array(), use the shorter [] syntax:
Example:
$fruits = ['apple', 'banana', 'cherry'];
2)Null Coalescing Operator (??)(This operator is useful for handling default values. It returns the first operand if it's not null, otherwise, it returns the second operand)
Example:
$username = $_GET['user'] ?? 'guest';
3) Ternary Operator Simplification
Example:
$age = $userAge ?: 18; // If $userAge is falsey, $age will be 18
5)Type Declarations(PHP 7 and later support type declarations for function arguments and return values:)
Example:
function add(int $a, int $b): int {
return $a + $b;
}
These tricks can help make your PHP code more concise, readable, and efficient.
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.