How to develop my school software using PHP?

Asked By 10 points N/A Posted on -
qa-featured

Hi,

Can I use the PHP scripting language for developing my program at school? I heard that it can also be embedded to HTML. How does it work? Can I have some words from the Experts for a beginner like me? I want to learn more about PHP language.

 

Thanks.

SHARE
Best Answer by Burneliz nancyy
Answered By 0 points N/A #159914

How to develop my school software using PHP?

qa-featured

Hi,

It is not mandatory that you can use php you can use any language in which you are comfortable like you can use c++, asp.net using c#, java etc. If you are new in programming than go for asp.net as it is having a toolkit with multiple features and you have to drag and drop the functionalities. You can get a lot of tutorials on the internet for making a program related to school management system.

Thanks

JK

Best Answer
Best Answer
Answered By 0 points N/A #159915

How to develop my school software using PHP?

qa-featured

Hello, Cindy Schauman!

Thank you for posting your question here at Techyv. If you want to learn more about PHP programming, you can view step by step tutorial from https://www.w3schools.com/php/default.asp.

Regarding your question, it is possible to call a PHP file from an HTML file. This can be done by posting this code at the very beginning of your HTML codes. <?php include("name_of_file.php"); ?> You can also embed PHP codes inside your HTML file by simply pasting them somewhere between <html> and </html>.

Hope this helps!

Related Questions