Hi,
Our intranet site is all coded in ASP. Though i plan to convert it to PHP in the long run, I need a quick fix solution to my current problem.
Problem Discription:
As the whole site is coded in ASP (was so since i joined my organisation..), for small changes, i used to edit the already present code (which was easier than coding the whole thing at that time!!!). But now I need to add a new page to the intranet. Could i make the page in PHP, so that both ASP and PHP pages work in tandem? Are there any more factors i need to consider?
Please consider a total noob. I plan to take up detailed PHP tutorials (in immediate future) depending upon what is decided/possible for the current problem.
Thanks in advance,
Navin.
PHP and ASP together
Moderator: General Moderators
Pulling data from a database shouldn't be a problem. Passing data back and forth from php to asp could be a potential problem. It depends on how you plan on doing it.
Will you be passing data? Will people have to be logged in to reach this area? If so, does the session require server variables (like $_SESSION)?
Will you be passing data? Will people have to be logged in to reach this area? If so, does the session require server variables (like $_SESSION)?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.