I am currently using this script on my website:
http://www.softbizscripts.com/recruitment-software.php

I want to run drupal in paralell and if possible integrate the logind of the both.

Do you thing it is possible.

Please advise on best approach.

I am new to drupal. Kindly excuse me for my lack of knowledge.

Comments

VM’s picture

A) D8 isn't yet production ready. At minimum I suggest using Drupal 7
B) to run two scripts in the same public root of a server you will need to add one or both to subfolders of the root.
C) to integrate logins you will need to write a script/module that would handle that task

Personally I would build the features out of Drupal to accomplish the task of the recruitment software.