Can we run php on tomcat server?
Answer / Prateek Kumar Chahal
Yes, it is possible to run PHP on a Tomcat server using Tomcat-PHP connector or another compatible solution.
| Is This Answer Correct ? | 0 Yes | 0 No |
what do you mean by php.ini file ?????????
Tell me what does $_env means?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Why are sessions used?
How to remove values saved in the current session?
What is the difference between single quoted string and double quoted string?
What is difference between isset and empty in php?
How to remove leading and trailing spaces from user input values?
What is orm in php framework?
Tell me what type of operation is needed when passing values through a form or an url?
Which Scripting Engine PHP uses?
Is the cookies are available on cross domain?