Hi,
I really need help!:confused:
I am currently working on a static website that is written in PHP, I want to add a shopping basket type mechanism to the website, where users select the web-pages they want and the page name and reference is get inserted into a basket (from which the pages can be removed upon the user selection) and then once submitted, the information is sent to the server from there other application might get called and the given information is manipulated.
I was thinking of using Javascript/Ajax and Java servlets to do this, however as I am already using PHP to publish the web-pages, I was wondering if it is better to use PHP (instead of Java servlets) to do the server side programming of my shopping basket functionality??!!
I mean does PHP have the potential to do that? And if so, then how easy is it to use PHP to do that?
And will there be any technical or integration/compatibility issue if I use Java Servlet to do that considering the fact that I am already using PHP for the website publication?
I really thank you if you could help me with this problem.
Robert

