ALEX WEB DEVELOP
Absolute beginner?
Learn PHP in just 9 days, even with no programming experience.
Take your very first step in becoming a PHP developer with a 9-days course for everyone.

You want to be a PHP developer. But what if you are starting from scratch?
Learning PHP is one of the most important steps in becoming a web developer.
But how do you get started, if you know nothing about web development and you have no programming experience?
How much time is going to take before you can write your own PHP applications?
I can definitely relate with you.
In fact, I was asking myself the same questions when I got into web programming.
Just like you, I had no programming experience. And I knew nothing about HTTP, client-server and all that stuff.
It took quite some time for me to learn the basics. Because I did it all on my own, without anybody guiding me.
I understand the challenges that beginners face.
But don’t worry.
You can get started much faster, because you can count on a learning program specifically designed for absolute beginners like you.
You can get started with PHP in just 9 days.
Time is valuable.
That’s why I designed a 9-day program to provide you with the skills you need to start coding in PHP, without overwhelming you with too much information.
Each day of the program focuses on a specific topic, from the very basics of PHP syntax.
All with hands-on exercises to help you learn by doing.
By the end of the 9-day program, you’ll have the confidence and skills to start building your own PHP projects.
Are you ready to start your journey as a PHP developer?

Presenting:

Jump Start is a 9-days program to go from zero to PHP developer.

- The Basics
Starting from the very beginning, you are guided into setting up your work environment, understanding the basic web development concepts (such as front-end vs back-end), and grasping the fundamental PHP features.
No previous coding experience is required.
- Deeper Into PHP
Next, you’ll learn about the three fundamental PHP assets: variables, functions and control structures.
You’ll learn how they work together and how to use them in practice.
- Final Steps
Finally, you will be looking at how user interaction works.
You will see how to let users send data to your scripts, and how to remember returning users by using Sessions.
By the end of the course, you’ll have the required skills to start writing your own PHP scripts.
Students who joined the course say:

Vincent Towell
“I enrolled to reinforce knowledge of PHP that was learnt 10yrs ago and never used.
Would definitely recommend it to others. Very well written, explained and understandable.
Doesn’t make assumptions and explain all the minor details to ensure nothing is missed.”
Real PHP code examples.
Don’t you hate all-theory courses?
Yes, the theory is important. But as a beginner, you need to practice more than anything.
The course includes working PHP examples that you can replicate and exercise on.

Comments and questions.
In other online courses, you get access to the course content and then you are on your own. But what if you have a doubt or a question?
In Jump Start, you can leave your questions and comments in every lesson.
Me and other students will get back to you with a clarifying answer.

(Example from one of my other courses)
Quizzes to test your progress.
At the end of every chapter, you can take a quiz and make sure you have learned the key concepts.
Quizzes are a fun way to fix into your memory the concepts that you just learned.

All You Need In One Place
Jump Start includes all you need to get started with PHP.
No more need to go from one article or video to the next, always searching for the next topic.
Up To Date
One of the most common problems with programming courses is that they get out of date.
Jump Start is fully-compatible with PHP 8.
I periodically review the lessons to make sure they are always up to date.
Small, Organized Lessons
Long and complex lessons are hard to follow.
The course is organized in small, segmented pieces of information that you can easily assimilate, in a perfectly logical sequence.
So you don’t risk getting overwhelmed.
Simple English
Not a native speaker? No worries!
All the lessons are written in simple English.
If you can understand these words, then you can understand the whole course too.
Students who joined my other courses say:

Ryan B.
“This type of information was very difficult to figure out on my own via research on the web. I’m very happy this course exists, and I wish I found it sooner than I did.
One thing I particularly like about this course is the fact that I’m learning from someone who has done this stuff before. It’s not just theory in a textbook or something I have to piece together on my own.
I’ve always been a proponent of learning from someone who is doing or has done what you want to do, and I feel confident in my skills now.”

Andrew Easton
“I found the course very useful and I learnt a lot. I particularly liked the step by step explanation of the examples.
I will use the information as a reference for future projects.
Thank you for this course, you have helped me a lot. Keep up the good work.”

Serhii Franchuk
“I like the full and clear explanation of the topics and the tips/tricks. The course gave me a clear understanding and even a bit of experience, which further saved my time.”

Martin
“I already knew some of the techniques, but I didn’t know exactly how to implement them. The course is easy to follow and well explained.
I would definitely recommend it to other PHP developers.”
Who is this course for?
This course is for beginners who want to get started with PHP programming fast.
It is specifically designed for those who:
- have no programming experience
- have never used PHP before
- need to start from the basics
This course is NOT for you if:
- You are looking for an advanced PHP course. This course only covers the basics.
- You are already a PHP expert. If you are, then you don’t need to take this course.
What’s Unique About This Course?
You are taking your first step into PHP programming.
You want this step to be quick and smooth. So you can start writing PHP apps as soon as possible.
Jump Start is the only PHP beginner course that gives you a completion time frame: 9 days.
This way, you know beforehand how long it will take to finish the course.

A tiny insight into what you’ll learn

- The difference between front-end and back-end.
This is the starting point for every web developer. You’ll see exactly how a web page is created and the role of front-end and back-end languages. - Why you need PHP to build dynamic web pages.
Learn how PHP lets you create dynamic web pages, and why you can’t do the same with only HTML and JavaScript. - How to set up your local development environment.
The apps you need to start coding on your own computer (at no extra cost). - Writing your first PHP script.
You’ll be guided into writing and executing your first PHP script. - All you need to know about PHP variables.
Learn how different variable types work in PHP, how they relate to each other and how to use arrays to group variables together. - When you should use strict comparison.
How to compare PHP variables, when you can compare different types, and when you should use strict comparison. - How to use PHP functions, and how to create your own.
Find out how functions work in PHP, as well as how you can create your own functions and use them in your apps. - Control structures and loops explained.
How to make PHP do what you want by using IF/ELSE blocks and conditional operators, and how to use WHILE, FOR and FOREACH loops. - How to interact with users.
Learn how remote users can send data to your PHP scripts by sending GET and POST request data. - How to remember users by using Sessions.
You’ll learn why you need Sessions to remember users and how you can do that by using the $_SESSION array.
Bonus included in the Pro version:
The PHP Beginner Cheat Sheet
A super-handy companion for your first PHP coding sessions!

- How to name your variables.
Wonder which names you should use for your variables? Here’s how to choose the right names. - Why a newline can break your script.
Spaces and newlines can cause unexpected problems. Here’s what you need to know. - Why you should keep your functions small and simple.
Do you think long and complex functions are better? The opposite is actually true. - The importance of commenting your code.
Many developers underestimate the importance of comments. Start with the right foot and use comments right from the start. - Why you must start with the planning phase.
Even before you write the first line of code, you need to plan your app. - How to use echo to debug your scripts.
What do you do if your script does not work? Here’s how to use echo to see what’s wrong. - Keeping your control structures simple.
Why you should not make your control structures too complex. - How to avoid infinite loops.
Infinite loops are a common mistake. Here’s how to spot them. - How to fix your scripts by using PHP Error Reporting.
Learn how PHP Error Reporting can help you make your scripts error-free.
Doubts You May Have
“I’m busy right now, later may be better…”
Most people think that they are busier than usual and that they will have more time in the future.
But think about it. Do you have more time today than a year or a week ago?
Now is the best time to get started.
It’s just 9 days to acquire an incredibly valuable skill.
“But I have other priorities….”
If you really had other priorities, then you would not even be here reading these words, am I right?
You are here because you know that you want to be a PHP developer.
Don’t miss this chance.
“Maybe PHP is too difficult for me…”
PHP is too difficult only if you learn it the wrong way.
This course makes the learning process as easy as possible.
There are absolutely no reasons why you shouldn’t be able to learn it.
“Some videos on YouTube let me learn PHP in 1 hour!”
The video is 1-hour long, sure. But will all the concepts stick after the video is over?
You always need to practice to learn. And a 1-hour video doesn’t really help with that.
The 9-days time includes everything, from following the lessons to practice.

Frequently Asked Questions
For how long will I have access to the course?
You will have lifetime access to all the course lessons.
What if the course doesn't work for me?
You can try the course risk-free.
If the course doesn’t work for you (for any reason), just ask for a refund within 30 days and you’ll get all your money back.
Where is the course hosted?
The course is hosted on Teachable, one of the world leading courses platforms.
Do I have to pay a monthly fee?
No.
The price is a one-time payment only (see the price table below).
You only pay once, and you have lifetime access to the course.
I have another question...
I’m here to answer all your questions.
Just send me an email at: alex@alexwebdevelop.com
I’ll be happy to help.
Alex’s Friendly 30-days Guarantee.

You can try the course risk-free.
Your enrollment is protected by my Friendly 30-days guarantee.
If you don’t like the course, just contact me within 30 days and you will get a complete refund.
No questions asked and no catches. And we will still be friends 🙂
How do I Enroll in the Course?
Choose your plan and click “Enroll Now”.
You will be redirected to the secure Teachable payment page. Teachable automatically applies VAT if required.
After the payment process is complete, you will have immediate access to the course.
It’s a one-time payment for lifetime access.
Base
- Jump Start course
- Bonus: Beginner Cheat Sheet
Pro
- Jump Start course
- Bonus: Beginner Cheat Sheet

See you in the course,
Alex
P.S.
If you have any questions just send me an email.