MySQL Forums
Forum List  »  PHP

Web Interface
Posted by: Nancy LaPoint
Date: July 25, 2005 07:44AM

I have a website that was built in .asp I am in the process of converting it to .php There is in the beginning of the page some coding that points the page to the webinterface.

<?
On Error Resume ;}
if (Session("LoginState") == True) {
Set $TSWebObj = Server.CreateObject("TSWebMonHth.WebInterface");

Set $docGetProdCats = Server.CreateObject("Microsoft.XMLDOM");
$docGetProdCats.$validateonparse = False;
$docGetProdCats.$async = False;
$docGetProdCats.$loadXML $TSWebObj.$GetProdCats["<ProdCat><CustNum>".Session("AcctNumber")."</CustNum></ProdCat>"];

How, can/do I switch this coding so that it's using .php or do I have to rewrite it completely? I want to make this as easy as possible on me because I'm learning as I go.

Options: ReplyQuote


Subject
Written By
Posted
Web Interface
July 25, 2005 07:44AM
July 25, 2005 07:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.