html and how to add server side to it(eg: form and others). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

html and how to add server side to it(eg: form and others).

how can i add server side to html design to make it submit my forms and others without using the php design(ie:how can i connect my html with the server-side). And also am having issues with my xampp not working because if i start it, the SQL side will not start and the apache will start please how can i rectify that problem.

25th Apr 2018, 1:05 AM
Alao Abiodun
Alao Abiodun - avatar
3 Answers
+ 3
You have number of other options, but the server-side answer will depend on the language you'll code on the server. Options include: NodeJS (JavaScript) ASP.Net (C#, VB, etc.) Ruby JSP and more. PHP is a very powerful and easy language though and can run on many OS. It's best to resolve the XAMP issue if you're comfortable with PHP already.
25th Apr 2018, 1:18 AM
ServantCoder
ServantCoder - avatar
+ 2
If you want to use another language you can use Javascript (NodeJS), Ruby (Rails or Sinatra), Python (Django or Flask), C# (ASP.NET) and basically any other language. With respect to PHP, I think you understand that you have problems to start MySQL with XAMPP. What mistake does it give you? Maybe you're just having a problem with the ports (some other application may be using them)
25th Apr 2018, 1:13 AM
Mickel
Mickel - avatar
0
using php
25th Apr 2018, 8:55 AM
pardeep rai