That's a great idea!  Recently changed the code and the postfix of ++ to
prefix of ++.  Still about the same...

What so odd about this script is that I wrote it in Visual Basic for one of
the application.  It took only a few seconds for a PC workstation (Pentium
3 - Windows 2000).  So, converting this code to PHP and place it on the Unix
Server (RS/6000) Webserver and it take way too long....

Scott

"Ray" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> try
> $res_str_len = strlen($res_str);
> for ($i=1;$i<$res_str_len;++$i)
>
> one less function call in the loop and the prefix version of ++ is
> sometimes a tad faster then the postfix version.
>
> On Wednesday 19 November 2003 15:11, you wrote:
> > function CBC_XML_BreakUp(&$strResponse_XML, &$strResponse_HTML)
> >
> > {
> >
> > global $res_str;
> >
> > $XML_Start = "Null!";
> >
> > $XML_End = "Null!";
> >
> > $HTML_Start = "Null!";
> >
> > $HTML_End = "Null!";
> >
> > //This loop work only for [XML[XML[HTML]]], not [XML[XML][HTML]]...
> >
> > //If the 'Options' variable in the Query URL string is altered to
> > receive [XML[XML][HTML]] then this loop is invalid and a new loop
> > script is needed...
> >
> > for ($i=1;$i<strlen($res_str);$i++)
> >
> > {
> >
> > if (substr($res_str, $i, 9) == "<![CDATA[")
> >
> > {
> >
> > if ($XML_Start == "Null!") {
> >
> > $XML_Start = ($i + 9);
> >
> > } else {
> >
> > $HTML_Start = ($i + 9);
> >
> > }
> >
> > }
> >
> > if (substr($res_str, $i, 3) == "]]>")
> >
> > {
> >
> > //The code ' $HTML_Start <> "Null!" ' was inserted to allow the
> > closing of the Trans Union's CDATA (XML) tag
> >
> > //since HTML won't be present or returned at this time of the
> > error...
> >
> > if (($HTML_End == "Null!") && ($HTML_Start != "Null!")) {
> >
> > $HTML_End = $i;
> >
> > } else {
> >
> > $XML_End = $i;
> >
> > }
> >
> > }
> >
> > }
> >
> > //This few lines of codes loop work only for [XML[XML[HTML]]], not
> > [XML[XML][HTML]]...
> >
> > //If the 'Options' variable in the Query URL string is altered to
> > receive [XML[XML][HTML]] then this loop is invalid and a new loop
> > script is needed...
> >
> > if ($HTML_Start != "Null!" || $HTML_End != "Null!")
> >
> > {
> >
> > $strResponse_XML = substr($res_str, $XML_Start, ($HTML_Start -
> > $XML_Start))."***** HTML/JavaScript codes stripped out by Visual
> > Basic's written codes *****".substr($res_str, $HTML_End, (($XML_End
> > - $HTML_End) - 3));
> >
> > $strResponse_HTML = substr($res_str, $HTML_Start, ($HTML_End -
> > $HTML_Start));
> >
> > } else {
> >
> > $strResponse_XML = substr($res_str, $XML_Start, ($XML_End -
> > $XML_Start));
> >
> > $strResponse_HTML = "Empty!";
> >
> > }
> >
> > }
> >
> > set_time_limit(160);
> >
> > $res_str =
> > "<REPORT_RESPONSE><ClientAccountIdentifier>******</ClientAccountIde
> >ntifier>< ClientName>The Motor
> > Zone</ClientName><ServiceProviderName>CBC
> > Companies</ServiceProviderName><TransactionDateTime>2003-11-19T15:1
> >8:39</Tra nsactionDateTime><RESPONSE><RESPONSEDATA
> > Filename=\"z002g1es.XML\"
> > ResponseDataFormatType=\"XML\"><![CDATA[<?xml version=\"1.0\"
> > encoding=\"UTF-8\"?><RESPONSE_GROUP
> > MISMOVersionID=\"2.1\"><RESPONDING_PARTY _Name=\"CREDIT BUREAU\"
> > _StreetAddress=\"******\" _City=\"*******\" _State=\"**\"
> > _PostalCode=\"*****\"><CONTACT_DETAIL><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Phone\" _Value=\"*****\"/><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Fax\"
> > _Value=\"*****\"/></CONTACT_DETAIL></RESPONDING_PARTY><RESPOND_TO_P
> >ARTY _Name=\"*****\" _StreetAddress=\"*****\"
> > _StreetAddress2=\"****\" _City=\"*****\" _State=\"**\"
> > _PostalCode=\"*****\"><CONTACT_DETAIL
> > _Name=\"*****\"/></RESPOND_TO_PARTY><RESPONSE
> > ResponseDateTime=\"2003-11-19T15:19\"
> > InternalAccountIdentifier=\"*******\"><KEY _Name=\"Loan Number\"
> > _Value=\"000000000\"/><RESPONSE_DATA><CREDIT_RESPONSE
> > MISMOVersionID=\"2.1\" CreditResponseID=\"RN1\"
> > CreditReportIdentifier=\"*******\"
> > CreditReportFirstIssuedDate=\"2003-11-19T15:19\"
> > CreditReportLastUpdatedDate=\"2003-11-19T15:19\"
> > CreditReportMergeType=\"PickAndChoose\" CreditReportType=\"Merge\"
> > CreditRatingCodeType=\"Equifax\"><CREDIT_BUREAU _Name=\"CREDIT
> > BUREAU\" _StreetAddress=\"*****\" _City=\"******\" _State=\"**\"
> > _PostalCode=\"******\"><CONTACT_DETAIL><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Phone\"
> > _Value=\"******\"/><CONTACT_POINT _RoleType=\"Work\" _Type=\"Fax\"
> > _Value=\"******\"/></CONTACT_DETAIL></CREDIT_BUREAU><CREDIT_REPORT_
> >PRICE _Amount=\"5.00\" _Type=\"Total\"/><CREDIT_REPOSITORY_INCLUDED
> > _EquifaxIndicator=\"N\" _ExperianIndicator=\"N\"
> > _TransUnionIndicator=\"Y\"/><REQUESTING_PARTY
> > InternalAccountIdentifier=\"******\"
> > LenderCaseIdentifier=\"000000000\" _Name=\"******\"
> > _StreetAddress=\"*****\" _StreetAddress2=\"******\"
> > _City=\"******\" _State=\"**\" _PostalCode=\"******\"
> > _RequestedByName=\"******\"/><BORROWER BorrowerID=\"BO1\"
> > _FirstName=\"BLUE\" _LastName=\"SPEED\"
> > _PrintPositionType=\"Borrower\" _SSN=\"000000000\"
> > _UnparsedName=\"BLUE SPEED\"><_RESIDENCE _StreetAddress=\"333 W
> > RACEWAY\" _City=\"FANTASY ISLAND\" _State=\"IL\"
> > _PostalCode=\"60750\" BorrowerResidencyDurationMonths=\"00\"
> > BorrowerResidencyDurationYears=\"00\"
> > BorrowerResidencyType=\"Current\"><PARSED_STREET_ADDRESS
> > _DirectionPrefix=\"W\" _HouseNumber=\"333\"
> > _StreetName=\"RACEWAY\"/></_RESIDENCE><_RESIDENCE
> > _StreetAddress=\"333 W RACEWAY\" _City=\"FANTASY ISLAND\"
> > _State=\"IL\" _PostalCode=\"60750\"
> > BorrowerResidencyType=\"Prior\"><PARSED_STREET_ADDRESS
> > _DirectionPrefix=\"W\" _HouseNumber=\"333\"
> > _StreetName=\"RACEWAY\"/></_RESIDENCE><EMPLOYER _Name=\"EMPRESS
> > CASINO\" PreviousEmploymentStartDate=\"2003-11-01\"/><EMPLOYER
> > _Name=\"NOT AVAILABLE\"
> > PreviousEmploymentStartDate=\"2003-11-01\"/></BORROWER><BORROWER
> > BorrowerID=\"BO2\" _FirstName=\"RACER\" _LastName=\"SPEED\"
> > _PrintPositionType=\"CoBorrower\" _SSN=\"600016000\"
> > _UnparsedName=\"RACER SPEED\"><_RESIDENCE _StreetAddress=\"333 W
> > RACEWAY\" _City=\"FANTASY ISLAND\" _State=\"IL\"
> > _PostalCode=\"60750\"
> > BorrowerResidencyDurationMonths=\"00\"
> > BorrowerResidencyDurationYears=\"00\"
> > BorrowerResidencyType=\"Current\"><PARSED_STREET_ADDRESS
> > _DirectionPrefix=\"W\" _HouseNumber=\"333\"
> > _StreetName=\"RACEWAY\"/></_RESIDENCE><_RESIDENCE
> > _StreetAddress=\"1 111\" _City=\"FANTASY ISLAND\" _State=\"IL\"
> > _PostalCode=\"60750\"
> > BorrowerResidencyType=\"Prior\"><PARSED_STREET_ADDRESS
> > _HouseNumber=\"1\" _StreetName=\"111\"/></_RESIDENCE><_RESIDENCE
> > _StreetAddress=\"1000 WINNER\" _City=\"FANTASY ISLAND\"
> > _State=\"IL\" _PostalCode=\"60750\"
> > BorrowerResidencyType=\"Prior\"><PARSED_STREET_ADDRESS
> > _HouseNumber=\"1000\"
> > _StreetName=\"WINNER\"/></_RESIDENCE><EMPLOYER _Name=\"NASCAR\"
> > PreviousEmploymentStartDate=\"2003-11-29\"/><EMPLOYER _Name=\"ANY\"
> > PreviousEmploymentStartDate=\"2003-11-29\"/></BORROWER><CREDIT_LIAB
> >ILITY CreditLiabilityID=\"TRADE1\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountClosedDate=\"2003-01-01\"
> > _AccountOpenedDate=\"1996-01-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-01-01\"
> > _AccountStatusDate=\"1996-01-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Open\" _DerogatoryDataIndicator=\"Y\"
> > _HighBalanceAmount=\"16000001\" _LastActivityDate=\"2003-01-01\"
> > _MonthlyPaymentAmount=\"15000000\" _MonthsReviewedCount=\"0\"
> > _OriginalCreditorName=\"COLLECTION AGENCY\"
> > _PastDueAmount=\"15000000\" _UnpaidBalanceAmount=\"15000000\"
> > CreditBusinessType=\"CollectionServices\"
> > CreditLoanType=\"UnknownLoanType\"><_CREDITOR _Name=\"CHARLES
> > COLL\"/><_CURRENT_RATING _Type=\"Collection\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA090AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE2\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountClosedDate=\"2003-01-01\"
> > _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-01-01\"
> > _AccountStatusType=\"Refinanced\" _AccountType=\"Mortgage\"
> > _DerogatoryDataIndicator=\"Y\" _HighBalanceAmount=\"68000\"
> > _LastActivityDate=\"2003-01-01\" _MonthlyPaymentAmount=\"758\"
> > _MonthsReviewedCount=\"0\" _TermsDescription=\"360 M 758\"
> > _TermsMonthsCount=\"360\" _UnpaidBalanceAmount=\"66800\"
> > CreditBusinessType=\"Finance\"
> > CreditLoanType=\"RealEstateSpecificTypeUnknown\"><_CREDITOR
> > _Name=\"GMAC\"/><_CURRENT_RATING
> > _Type=\"Late60Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA010AR001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE3\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Installment\" _CollateralDescription=\"83 CORVET\"
> > _DerogatoryDataIndicator=\"Y\" _HighBalanceAmount=\"4898\"
> > _MonthlyPaymentAmount=\"0\" _MonthsReviewedCount=\"0\"
> > _PastDueAmount=\"142\" _TermsDescription=\"36 M 0\"
> > _TermsMonthsCount=\"36\" _UnpaidBalanceAmount=\"4080\"
> > CreditBusinessType=\"Finance\"
> > CreditLoanType=\"InstallmentLoan\"><_CREDITOR _Name=\"AVCO
> > FINANCE\"/><_CURRENT_RATING
> > _Type=\"Late60Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA094AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE4\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _CreditLimitAmount=\"5000\"
> > _DerogatoryDataIndicator=\"N\" _HighBalanceAmount=\"5000\"
> > _HighCreditAmount=\"5000\" _MonthlyPaymentAmount=\"12\"
> > _MonthsReviewedCount=\"0\" _TermsDescription=\"360 M 12\"
> > _TermsMonthsCount=\"360\" _UnpaidBalanceAmount=\"3000\"
> > CreditBusinessType=\"Banking\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR _Name=\"FST
> > CARD\"/><_CURRENT_RATING _Type=\"AsAgreed\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA091AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE5\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Open\" _DerogatoryDataIndicator=\"Y\"
> > _HighBalanceAmount=\"4000\" _MonthlyPaymentAmount=\"2500\"
> > _MonthsReviewedCount=\"0\" _UnpaidBalanceAmount=\"2500\"
> > CreditBusinessType=\"Banking\"
> > CreditLoanType=\"UnknownLoanType\"><_CREDITOR _Name=\"AMERICAN
> > EXP\"/><_CURRENT_RATING
> > _Type=\"Late90Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA099AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE6\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _CreditLimitAmount=\"5000\"
> > _DerogatoryDataIndicator=\"Y\" _HighBalanceAmount=\"3000\"
> > _HighCreditAmount=\"5000\" _MonthsReviewedCount=\"0\"
> > _UnpaidBalanceAmount=\"1487\"
> > CreditBusinessType=\"DepartmentAndMailOrder\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR _Name=\"MARSHALL
> > FLD\"/><_CURRENT_RATING _Type=\"Late30Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA092AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE7\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _CreditLimitAmount=\"2000\"
> > _DerogatoryDataIndicator=\"Y\" _HighBalanceAmount=\"3000\"
> > _HighCreditAmount=\"2000\" _MonthsReviewedCount=\"0\"
> > _UnpaidBalanceAmount=\"1487\"
> > CreditBusinessType=\"DepartmentAndMailOrder\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR
> > _Name=\"SEARS\"/><_CURRENT_RATING
> > _Type=\"Late30Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA093AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE8\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _CreditLimitAmount=\"5000\"
> > _DerogatoryDataIndicator=\"Y\" _HighBalanceAmount=\"3000\"
> > _HighCreditAmount=\"5000\" _MonthsReviewedCount=\"0\"
> > _UnpaidBalanceAmount=\"1000\" CreditBusinessType=\"Banking\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR _Name=\"DISCOVER
> > CRD\"/><_CURRENT_RATING _Type=\"Collection\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA096AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE9\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountOpenedDate=\"1995-02-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _DerogatoryDataIndicator=\"Y\"
> > _HighBalanceAmount=\"1894\" _MonthlyPaymentAmount=\"179\"
> > _MonthsReviewedCount=\"0\" _TermsDescription=\"M 179\"
> > _UnpaidBalanceAmount=\"730\" CreditBusinessType=\"Banking\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR _Name=\"TRADE
> > SIX\"/><_CURRENT_RATING
> > _Type=\"LateOver120Days\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA095AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE10\" BorrowerID=\"BO1\"
> > CreditFileID=\"TRU11\" _AccountOpenedDate=\"1996-05-01\"
> > _AccountOwnershipType=\"AuthorizedUser\"
> > _AccountReportedDate=\"2003-11-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Revolving\" _CreditLimitAmount=\"2200\"
> > _DerogatoryDataIndicator=\"N\" _HighBalanceAmount=\"1307\"
> > _HighCreditAmount=\"2200\" _MonthlyPaymentAmount=\"10\"
> > _MonthsReviewedCount=\"1\" _PastDueAmount=\"0\"
> > _TermsDescription=\"M 10\" _UnpaidBalanceAmount=\"93\"
> > CreditBusinessType=\"DepartmentAndMailOrder\"
> > CreditLoanType=\"ChargeAccount\"><_CREDITOR
> > _Name=\"CBUSASEARS\"/><_CURRENT_RATING
> > _Type=\"AsAgreed\"/><_PAYMENT_PATTERN _Data=\"C\"
> > _StartDate=\"2003-11-01\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA06256006\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_LIABILITY
> > CreditLiabilityID=\"TRADE11\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AccountClosedDate=\"2003-01-01\"
> > _AccountOpenedDate=\"1996-01-01\"
> > _AccountOwnershipType=\"Individual\"
> > _AccountReportedDate=\"2003-01-01\"
> > _AccountStatusDate=\"1996-01-01\" _AccountStatusType=\"Open\"
> > _AccountType=\"Open\" _DerogatoryDataIndicator=\"Y\"
> > _HighBalanceAmount=\"11111111\" _LastActivityDate=\"2003-01-01\"
> > _MonthsReviewedCount=\"0\" _OriginalCreditorName=\"CHARLES
> > COLLECTION\" _PastDueAmount=\"0\" _UnpaidBalanceAmount=\"0\"
> > CreditBusinessType=\"CollectionServices\"
> > CreditLoanType=\"UnknownLoanType\"><_CREDITOR _Name=\"CHARLES
> > COLL\"/><_CURRENT_RATING _Type=\"Collection\"/><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA090AQ001\"
> > _SourceType=\"TransUnion\"/></CREDIT_LIABILITY><CREDIT_PUBLIC_RECOR
> >D CreditPublicRecordID=\"PUBLIC1\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AttorneyName=\"DUCE BRODY\"
> > _BankruptcyAssetsAmount=\"8912\" _DerogatoryDataIndicator=\"Y\"
> > _DispositionDate=\"1995-01-01\" _DispositionType=\"Unknown\"
> > _DocketIdentifier=\"89M12345\" _FiledDate=\"2003-01-01\"
> > _LegalObligationAmount=\"999999\" _PlaintiffName=\"PLAINTIFF\"
> > _ReportedDate=\"2003-01-01\"
> > _Type=\"Judgment\"><CREDIT_REPOSITORY
> > _SourceType=\"TransUnion\"/></CREDIT_PUBLIC_RECORD><CREDIT_PUBLIC_R
> >ECORD CreditPublicRecordID=\"PUBLIC2\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _AttorneyName=\"AL GINSBURG\"
> > _BankruptcyAssetsAmount=\"99999\"
> > _BankruptcyLiabilitiesAmount=\"99999\"
> > _DerogatoryDataIndicator=\"Y\" _DispositionType=\"Filed\"
> > _DocketIdentifier=\"90M12345\"
> > _FiledDate=\"2002-12-01\" _PlaintiffName=\"ALVAREZ\"
> > _ReportedDate=\"2002-12-01\"
> > _Type=\"BankruptcyChapter7\"><CREDIT_REPOSITORY
> > _SourceType=\"TransUnion\"/></CREDIT_PUBLIC_RECORD><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY1\" BorrowerID=\"BO1\"
> > CreditFileID=\"TRU11\" _Date=\"2003-09-18\"
> > CreditBusinessType=\"CollectionServices\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA01992043\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY2\" BorrowerID=\"BO1\"
> > CreditFileID=\"TRU11\" _Name=\"223THEMOTORZON/MOTORZONE\"
> > _Date=\"2003-11-19\"
> > CreditBusinessType=\"Automotive\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA00021262\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY3\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"CHASE CREDIT\" _Date=\"2003-09-18\"
> > CreditBusinessType=\"RealEstateAndPublicAccommodation\"><CREDIT_REP
> >OSITORY _SubscriberCode=\"PA06409204\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY4\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Date=\"2003-09-17\"
> > CreditBusinessType=\"RealEstateAndPublicAccommodation\"><CREDIT_REP
> >OSITORY _SubscriberCode=\"PA06409016\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY5\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"001CUSTOMERSUP/CBCCOMACS\"
> > _Date=\"2003-09-17\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00076311\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY6\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Date=\"2003-09-16\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA08256320\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY7\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Date=\"2003-09-15\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA08256320\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY8\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"001CHADS2NDCLI/CBCCOMACS\"
> > _Date=\"2003-09-15\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00076311\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY9\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"EQUIFAX MTG\" _Date=\"2003-09-14\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00008285\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY10\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"EQUIFAX MTG\" _Date=\"2003-09-11\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00008285\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY11\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"CBC ACAPS\" _Date=\"2003-09-10\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00076310\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY12\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"EQUIFAX MTG\" _Date=\"2003-09-07\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00008284\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY13\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"CR CORP\" _Date=\"2003-08-19\"
> > CreditBusinessType=\"Finance\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA00004271\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY14\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"CR CORP\" _Date=\"2003-08-18\"
> > CreditBusinessType=\"Finance\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA00004271\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY15\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"KEY BANK USA\" _Date=\"2003-04-04\"
> > CreditBusinessType=\"Banking\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA00028716\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY16\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"001OTAKUSTAKOT/CBCCOMACS\"
> > _Date=\"2003-04-04\"
> > CreditBusinessType=\"MiscellaneousAndPublicRecord\"><CREDIT_REPOSIT
> >ORY _SubscriberCode=\"PA00076311\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_INQUIRY
> > CreditInquiryID=\"INQUIRY17\" BorrowerID=\"BO2\"
> > CreditFileID=\"TRU21\" _Name=\"MID KS CU-MO\" _Date=\"2002-01-25\"
> > CreditBusinessType=\"Finance\"><CREDIT_REPOSITORY
> > _SubscriberCode=\"PA00020794\"
> > _SourceType=\"TransUnion\"/></CREDIT_INQUIRY><CREDIT_FILE
> > CreditFileID=\"TRU11\" BorrowerID=\"BO1\"
> > CreditRepositorySourceType=\"TransUnion\"><_ALERT_MESSAGE
> > _Code=\"00\" _Type=\"TransUnionTransAlert\"><_Text># INQUIRIES IN
> > LAST 60 DAYS: 00</_Text></_ALERT_MESSAGE><_ALERT_MESSAGE
> > _Code=\"X\"
> > _Type=\"TransUnionHAWKAlert\"><_Text>HAWK RQUESTED BUT NOT
> > AUTHORIZED</_Text></_ALERT_MESSAGE><_ALERT_MESSAGE _Code=\"9999\"
> > _Type=\"TransUnionHAWKAlert\"><_Text>INPUT HAWK SYSTEM ACCESS NOT
> > AUTHORIZED</_Text></_ALERT_MESSAGE><_BORROWER _FirstName=\"BLUE\"
> > _LastName=\"SPEED\" _SSN=\"404-33-3333\" _UnparsedName=\"BLUE
> > SPEED\"><_UnparsedAddress>1000
> > WINNER</_UnparsedAddress></_BORROWER><_OWNING_BUREAU
> > _Identifier=\"32QU\" _Name=\"TRANS UNION\" _StreetAddress=\"P.O.
> > BOX 1000\" _City=\"CHESTER,\" _State=\"PA\"
> > _PostalCode=\"19022\"><CONTACT_DETAIL><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Phone\"
> > _Value=\"800-888-4213\"/></CONTACT_DETAIL></_OWNING_BUREAU><CREDIT_
> >COMMENT _SourceType=\"TransUnion\"><_Text>PRODUCT: 07500 -
> > SUBSCRIBER NOT
> > AUTHORIZED</_Text></CREDIT_COMMENT></CREDIT_FILE><CREDIT_FILE
> > CreditFileID=\"TRU21\" BorrowerID=\"BO2\"
> > CreditRepositorySourceType=\"TransUnion\"><_ALERT_MESSAGE
> > _Code=\"X\" _Type=\"TransUnionHAWKAlert\"><_Text>HAWK RQUESTED BUT
> > NOT AUTHORIZED</_Text></_ALERT_MESSAGE><_ALERT_MESSAGE
> > _Code=\"9999\" _Type=\"TransUnionHAWKAlert\"><_Text>INPUT HAWK
> > SYSTEM ACCESS NOT AUTHORIZED</_Text></_ALERT_MESSAGE><_BORROWER
> > _FirstName=\"RACER\" _LastName=\"SPEED\" _SSN=\"600-01-6000\"
> > _UnparsedName=\"RACER SPEED\"><_UnparsedAddress>333
> > RACEWAY</_UnparsedAddress></_BORROWER><_OWNING_BUREAU
> > _Identifier=\"32QU\" _Name=\"TRANS UNION\" _StreetAddress=\"P.O.
> > BOX 1000\" _City=\"CHESTER,\" _State=\"PA\"
> > _PostalCode=\"19022\"><CONTACT_DETAIL><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Phone\"
> > _Value=\"800-888-4213\"/></CONTACT_DETAIL></_OWNING_BUREAU><CREDIT_
> >COMMENT _SourceType=\"TransUnion\"><_Text>PRODUCT: 07500 -
> > SUBSCRIBER NOT AUTHORIZED</_Text></CREDIT_COMMENT><CREDIT_COMMENT
> > _SourceType=\"TransUnion\"><_Text>THIS IS A FANTASY ISLAND TEST
> > FILE</_Text></CREDIT_COMMENT></CREDIT_FILE><CREDIT_SCORE
> > CreditScoreID=\"SCORE1\" BorrowerID=\"BO1\" CreditFileID=\"TRU11\"
> > CreditReportIdentifier=\"122332315193000\"
> > CreditRepositorySourceType=\"TransUnion\"
> > _ModelNameType=\"TransUnionEmpiricaAuto\" _Value=\"721\"><_FACTOR
> > _Code=\" 4\" _Text=\"LACK OF RECENT INSTALLMENT LOAN
> > INFORMATION\"/><_FACTOR _Code=\" 15\" _Text=\"LACK OF RECENT BANK
> > REVOLVING INFORMATION\"/><_FACTOR _Code=\" 14\"
> > _Text=\"INSUFFICIENT LENGTH OF CREDIT HISTORY\"/><_FACTOR _Code=\"
> > 8\" _Text=\"TOO MANY INQUIRIES IN THE LAST 12
> > MONTHS\"/></CREDIT_SCORE><CREDIT_SCORE CreditScoreID=\"SCORE2\"
> > BorrowerID=\"BO2\" CreditFileID=\"TRU21\"
> > CreditReportIdentifier=\"122332315193000\"
> > CreditRepositorySourceType=\"TransUnion\"
> > _ModelNameType=\"TransUnionEmpiricaAuto\" _Value=\"515\"><_FACTOR
> > _Code=\" 38\" _Text=\"SERIOUS DELINQUENCY, AND PUBLIC RECORD OR
> > COLLECTION FILED\"/><_FACTOR _Code=\" 2\" _Text=\"LEVEL OF
> > DELINQUENCY ON ACCOUNTS\"/><_FACTOR _Code=\" 13\" _Text=\"TIME
> > SINCE DELINQUENCY IS TOO RECENT OR UNKNOWN\"/><_FACTOR _Code=\"
> > 18\" _Text=\"FREQUENT
> > DELINQUENCY\"/></CREDIT_SCORE><CREDIT_CONSUMER_REFERRAL
> > _Name=\"CREDIT BUREAU\" _StreetAddress=\"6687 SEECO DR\"
> > _City=\"KALAMAZOO\" _State=\"MI\"
> > _PostalCode=\"49009\"><CONTACT_DETAIL><CONTACT_POINT
> > _RoleType=\"Work\" _Type=\"Phone\"
> > _Value=\"8007836065\"/><CONTACT_POINT _RoleType=\"Work\"
> > _Type=\"Fax\"
> > _Value=\"2695442056\"/></CONTACT_DETAIL></CREDIT_CONSUMER_REFERRAL>
> ><CREDIT_S UMMARY _Name=\"Itemized Summary Data\"><_DATA_SET
> > _Name=\"Total of Revolving Payments\" _Value=\"201\"/><_DATA_SET
> > _Name=\"Total of Revolving Balances\" _Value=\"7797\"/><_DATA_SET
> > _Name=\"Total of Revolving Limits\" _Value=\"16094\"/><_DATA_SET
> > _Name=\"Total of Revolving Trades\" _Value=\"6\"/><_DATA_SET
> > _Name=\"Total of Revolving Trades 30 days past due\"
> > _Value=\"0\"/><_DATA_SET _Name=\"Total of Revolving Trades 60 days
> > past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Revolving
> > Trades 90 days past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of
> > Installment Payments\" _Value=\"136\"/><_DATA_SET _Name=\"Total of
> > Installment Balances\" _Value=\"4080\"/><_DATA_SET _Name=\"Total of
> > Installment Limits\" _Value=\"4898\"/><_DATA_SET _Name=\"Total of
> > Installment Trades\" _Value=\"1\"/><_DATA_SET _Name=\"Total of
> > Installment Trades 30 days past due\" _Value=\"0\"/><_DATA_SET
> > _Name=\"Total of Installment Trades 60 days past due\"
> > _Value=\"0\"/><_DATA_SET _Name=\"Total of Installment Trades 90
> > days past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Open
> > Payments\" _Value=\"15002500\"/><_DATA_SET _Name=\"Total of Open
> > Balances\" _Value=\"15002500\"/><_DATA_SET _Name=\"Total of Open
> > Limits\" _Value=\"4000\"/><_DATA_SET _Name=\"Total of Open Trades\"
> > _Value=\"3\"/><_DATA_SET _Name=\"Total of Open Trades 30 days past
> > due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Open Trades 60 days
> > past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Open Trades 90
> > days past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of all
> > Payments\"
> > _Value=\"15003595\"/><_DATA_SET _Name=\"Total of all Balances\"
> > _Value=\"15081177\"/><_DATA_SET _Name=\"Total of all Limits\"
> > _Value=\"24992\"/><_DATA_SET _Name=\"Total of all Trades\"
> > _Value=\"11\"/><_DATA_SET _Name=\"Total of all Trades 30 days past
> > due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of all Trades 60 days
> > past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of all Trades 90
> > days past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Mortgage
> > Payments\" _Value=\"758\"/><_DATA_SET _Name=\"Total of Mortgage
> > Balances\" _Value=\"66800\"/><_DATA_SET _Name=\"Total of Mortgage
> > Limits\" _Value=\"0\"/><_DATA_SET _Name=\"Total of Mortgage
> > Trades\" _Value=\"1\"/><_DATA_SET _Name=\"Total of Mortgage Trades
> > 30 days past due\" _Value=\"0\"/><_DATA_SET _Name=\"Total of
> > Mortgage Trades 60 days past due\" _Value=\"0\"/><_DATA_SET
> > _Name=\"Total of Mortgage Trades 90 days past due\"
> > _Value=\"0\"/><_DATA_SET _Name=\"Number of Inquiries\"
> > _Value=\"17\"/><_DATA_SET _Name=\"Number of Public Records\"
> > _Value=\"2\"/><_DATA_SET _Name=\"Number of Bankruptcies\"
> > _Value=\"1\"/><_DATA_SET _Name=\"Worst Trade Rating\"
> > _Value=\"9\"/><_DATA_SET _Name=\"Greatest number of months a trade
> > has not been reported\" _Value=\"1\"/><_DATA_SET _Name=\"Number of
> > satisfied trades\" _Value=\"2\"/><_DATA_SET _Name=\"Oldest open
> > date of a trade\" _Value=\"02/01/95\"/><_DATA_SET _Name=\"Total
> > Pastdue Amount\"
> > _Value=\"15000142\"/></CREDIT_SUMMARY><EMBEDDED_FILE _Type=
> > \"HTML\" _Version=\"1.2\" _Name=\"z002g1es\" _Extension=\"htm\"
> > _EncodingType=\"\"><DOCUMENT><![CDATA[ *** HTML/JavaScript Codes
> > stripped out by me to make php email server accept shorter email.
> > The actual HTML/JavaScript codes is a few times longer than the XML
> > CDATA
> > string]]></DOCUMENT></EMBEDDED_FILE></CREDIT_RESPONSE></RESPONSE_DA
> >TA></RESP
> > ONSE></RESPONSE_GROUP>]]></RESPONSEDATA></RESPONSE></REPORT_RESPONS
> >E>";
> >
> > //To rip-out the CDATA from the CBC XML Tags...
> >
> > CBC_XML_BreakUp($CBC_TransUnionXML, $CBC_TransUnionHTML);
> >
> > echo $CBC_TransUnionXML."<br><br><br>";
> >
> > echo $CBC_TransUnionHTML."<br><br><br>";
> >
> > "Chris W. Parker" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]
> > Scott Fletcher <mailto:[EMAIL PROTECTED]>
> >
> >     on Wednesday, November 19, 2003 12:11 PM said:
> > >     Why does the for() loop for PHP so slow when it is digesting
> > > a large amount of data?  Is there a way to make the loop go
> > > faster?
> >
> > Show us your loop.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to