Can I use php in visual studio?
Answer / Vishal Joyti Pandey
Yes, you can use PHP with Visual Studio by installing the PHP Tools extension. This will allow you to develop and debug PHP applications within Visual Studio.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the correct way to check if a session has already been started ?
Tell me how can we connect to a mysql database from a php script?
What are the ways we can destroy a session variable ?
Explain what does the expression exception::__tostring means?
What is the difference between core php and php?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
What is polymorphism?
What are the advantages of using php?
Is not null mysql?
Tell me how can we change the maximum size of the files to be uploaded?
Is php a case sensitive language?
What are the final class and final method?