Click here to Skip to main content
15,889,281 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: OOP in PHP Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:19
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:19 
GeneralRe: OOP in PHP Pin
kribo5-Dec-16 3:26
professionalkribo5-Dec-16 3:26 
AnswerRe: OOP in PHP Pin
Anurag Gandhi5-Dec-16 3:48
professionalAnurag Gandhi5-Dec-16 3:48 
AnswerRe: OOP in PHP Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:21
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:21 
GeneralRe: OOP in PHP Pin
Member 1278820324-Nov-16 3:21
Member 1278820324-Nov-16 3:21 
AnswerRe: OOP in PHP Pin
kribo5-Dec-16 3:32
professionalkribo5-Dec-16 3:32 
GeneralRe: OOP in PHP Pin
Member 127882035-Dec-16 6:30
Member 127882035-Dec-16 6:30 
QuestionRequest: Php 7 Tutorial/Course Recommendation From You Pin
Member 127834388-Oct-16 16:36
Member 127834388-Oct-16 16:36 
Hello Programmers,

Ho are you all ? I am slowly getting well. However that will speeden up as soon as I start learning Php 7.

MY PHP 7 LEARNING PROBLEM
Most tutorials I find assume I know Php 5 and only mention what's new in Php 7 and just teach the new things added into Php 7. Those tutorials are no good to me since I don't know Php 5 or any previous versions. I need a tutOrial that would teach me orthodox Php 7 (and not frameworks, etc.) and object oriented php (OOP) which would teach me right from the beginning starting from the "Hello World!". I think you know what I mean.
(NOTE: Not interested in learning Php 5 or any previous versions. Why learn old timers which are about to go extinct. Plus, in Php 7, you write less code compared to previous version and the page loading are thrice as fast.

I do have some programming background but not in Php. Only in Ubot Studio which is a visual bot programming tool.

Q1. For beginners:
* Do you recommend any free/paid tutorials on php 7 be it text or video ?
* Do you recommend any free/paid online course on php 7 where we can take online exams and get certified that employers would recognize and value ?

I am at a loss on where to start learning php 7.

I was wondering if you programmers could kindly recommend to me:
1. A good php 7 free tutorial (text or video) website;
2. A good php 7 online course (text or video) to get ceritified as a php developer/programmer.


TUTORIAL/COURSE REQUIREMENTS
1. Tutorial/course must be on Php 7 only and not 5.6 or lower.
2. Tutorial must teach the full language (basic and fundamentals and all commands & functions) and not just the parts that deal with Web design only (Php & Mysql).
3. The tutorial/course must first teach the basics of the php 7 language and then move-on to the intermediate then the advance level.
4. Not interested in Frame Works as of now. Especially, not interested in Frame Works that are not developed by the official Php language developer (php.net). (Eg. Not interested in third party Frame Works such as Zend or Laravel since they're not officials like php.net is). Must teach the core of the language first. Can move-onto Frame Works later, if I wish.
5. Must be OOP (Object Oriented Php).


MY AIM/DREAM

I want to become a php developer/programmer. A php expert. A php guru, who knows all the default & official commands and functions of the language.
I am interested in becoming a professional Php programmer and a freelancer so I can build professional dynamic websites for myself and my clients. I wish to become expert enough to build my own websites and platforms using my own codes that I write and not need to rely on other programmers. Not need to hire any php programmer or borrow php codes from anywhere.

PHP CAREER DREAM
I may get into freelancing where clients outsource me jobs/tasks/assignments to build dynamic websites with Php 7. Hence, I need to learn Php 7 properly to become a Pro Php freelance programmer.
I need to become professional enough to rely on myself and to build my own:
* Forum (phbb, etc.)
* Chat
* Instant Messenger
* CMS (like Word Press, Dolphin, Drupal, Joomla, etc.).
* Social Networks (like Youtube, Facebook, Twitter, Del.icio.us, Reddit, Digg).

It is my hobby to learn things and build things on my own according to my own needs (custom design & features) even if that means re-inventing the wheel a little or even if the work doesn't result upto standard at first. You will agree that, it feels great to build things all by yourself top to bottom from scratch and give life to it even if it isn't upto standard.

I have been researching internet marketing ever since 2004 and have gained a fair understanding of what works and what not online. I have a lot of great concepts and I wish to give life to them in the form of dynamic websites. Hence, the need to learn Php 7.
In short, whenever I come-up with a good concept (good Social Networking concept) then I wish to immediately start programming in Php 7 and make my dream website come true.

NOTE: (I wish to learn how to walk first, then jog, then run in Php programming and not jump into the deep end at the beginning (jumping into frameworks, etc.). I think you understand what I mean.
Hearing all this, can you be kind enough to recommend us your article/blogwebsite audience some tutorials both text and video for complete beginners like me ? I mean, which tutorial sources cover Php 7 from top to bottom for beginners so I can launch my Php 7 programming career ? As a beginner, I don't want to get into Php frameworks just yet as I first want to learn the basics of the Php 7 language then move-on the intermediate level. You may count me as a complete beginner, if you like.
Would also appreciate you recommending us some intermediate level text & video tutorials so we can move-on to them after the beginning levels end. Not interested in learning Php 7 in anybody’s way (Zend’s way or Laravel or this or that organisation's or company’s way) but interested in learning it the “Main Stream’s way” (The Way). The default way. The orthodox way. I think you know what I mean.
Also, which WAMP or XAMP should I install to use Php 7 ?).



Thank you in advance for your reply.

Ali
QuestionRun multiple PHP versions on same server Pin
manhfh7-Oct-16 6:14
manhfh7-Oct-16 6:14 
QuestionOnly Home page opening after going live Pin
Member 1275803925-Sep-16 20:28
Member 1275803925-Sep-16 20:28 
SuggestionRe: Only Home page opening after going live Pin
Richard Deeming26-Sep-16 2:07
mveRichard Deeming26-Sep-16 2:07 
AnswerRe: Only Home page opening after going live Pin
Richard MacCutchan26-Sep-16 2:48
mveRichard MacCutchan26-Sep-16 2:48 
AnswerRe: Only Home page opening after going live Pin
ZurdoDev26-Sep-16 3:18
professionalZurdoDev26-Sep-16 3:18 
QuestionI am really stumped on how to check if user exists and redirects. Pin
samflex15-Sep-16 7:08
samflex15-Sep-16 7:08 
AnswerRe: I am really stumped on how to check if user exists and redirects. Pin
Richard Deeming15-Sep-16 7:27
mveRichard Deeming15-Sep-16 7:27 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
samflex15-Sep-16 7:41
samflex15-Sep-16 7:41 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
Richard Deeming15-Sep-16 7:52
mveRichard Deeming15-Sep-16 7:52 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
samflex15-Sep-16 9:10
samflex15-Sep-16 9:10 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
samflex15-Sep-16 10:30
samflex15-Sep-16 10:30 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
Richard Deeming15-Sep-16 10:50
mveRichard Deeming15-Sep-16 10:50 
GeneralRe: I am really stumped on how to check if user exists and redirects. Pin
samflex15-Sep-16 11:14
samflex15-Sep-16 11:14 
QuestionButton working on second click and not first. Pin
Member 1189879629-Aug-16 4:51
Member 1189879629-Aug-16 4:51 
AnswerRe: Button working on second click and not first. Pin
Planet Thomas4-Jul-17 1:22
Planet Thomas4-Jul-17 1:22 
QuestionPassing Values to the next Page in PHP Pin
Androoidhotspot Hotspot19-Aug-16 2:28
Androoidhotspot Hotspot19-Aug-16 2:28 
AnswerRe: Passing Values to the next Page in PHP Pin
ZurdoDev19-Aug-16 3:26
professionalZurdoDev19-Aug-16 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.