+ 12
Web languages?
Maybe Im asking a silly question but I think I must to ask it. How could I implement Ruby, Phyton or C for example in a web server with apache, php and mysql? Thanks
7 odpowiedzi
+ 5
As I remember in 199x it was called CGI - common gateway interface. But now there are other technologies/ways to implement at least PHP into Apache (or nginx?), again if I'm not mistaken. But for languages such as C I think it's still "connected"/" implemented" through a use of CGI.
+ 4
You could implement all of those programming languages without php.
Try searching for web frameworks in particular to those programming languages.
+ 4
Thanks all, I will have a lot of work ;-)
+ 3
and its not a silly question buddy😉
+ 1
learn Linux to achieve
+ 1
All of these are very much in use