Sunday, 6 June 2021

How i joined Digital Marketing?

How I joined Digital Marketing?

When you have decided to move into this field you should know that another name of this field is digital sales.

So you have a question what is it?

You will be doing your activities through your website turning website to provide you lead.

This is something I have written in 1 sentence but it is not.











My Story.

I was an average student. I completed my primary and secondary schooling in Patna. Then I have to move to my decided career that I have to become an engineer in Mechanical or Computer Science Engineering field to get a high salary package after getting the degree.

Nothing happened as desired. After giving some campus placement interviews I got selected by an advertisement company TDI and my job location was Kolkata India. I was undecided because the decision was controlled and I was a robot. I asked my family member to join this sector. They said the same that look jobs in Software Company. I was knowing about myself that I have no skills and will those companies will hire me. Then I was told to come back home and start government preparation and keep looking for IT jobs. I denied that I can't come back because I have failed to get a good job. I started working as a customer support executive till I don't get placed in a reputed company. But I failed in that company too. They fired me saying some technical issue. I became jobless.

I tried to pursue SalesForce Development Course but the course needs advanced java understanding and I understand this is also not where I can fit. I left the course in between. 

I was frustrated I was depressed I was tensed all time because I can not afford back-to-back failures and the year gap was increasing. I moved to Ahemdabad for better opportunities but the situation was the same. Then I moved to Pune and the situation was more demanding apart from other cities.

Then my parents told me to give an interview in a marketing company. I choose digital marketing and I was aware of this field. They were offering a very low salary package but still, I joined there to start something without wasting my time.



I joined as an Online Marketing Executive.

Satyam Kumar.



Wednesday, 22 June 2016

Introduction about php

What is PHP?

  • PHP is an acronym for "PHP: Hypertext Preprocessor"

  • PHP is a widely-used, open source scripting language
  • PHP scripts are executed on the server
  • PHP is free to download and use
PHP is an amazing and popular language!

It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
It is deep enough to run the largest social network (Facebook)!
It is also easy enough to be a beginner's first server side language!

What is a PHP File?

  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code
  • PHP code are executed on the server, and the result is returned to the browser as plain HTML
  • PHP files have extension ".php"

What Can PHP Do?

  • PHP can generate dynamic page content
  • PHP can create, open, read, write, delete, and close files on the server
  • PHP can collect form data
  • PHP can send and receive cookies
  • PHP can add, delete, modify data in your database
  • PHP can be used to control user-access
  • PHP can encrypt data
With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.

Why PHP?

  • PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • PHP supports a wide range of databases
  • PHP is free. Download it from the official PHP resource: www.php.net
  • PHP is easy to learn and runs efficiently on the server side