I have the one vb.net script for online designing. I need to integrate this with Zen cart and normal php cart.. If this is very difficult one?? Can any one give me a solution for this.. Ajith
It depends what actual data you need to be able to pass between the two scripts. As both are totally different programming languages there can be no direct passage of information but both can set cookies, querystring or post parameters as a slightly crude method of passing data.