From: Ricard A. <pak...@gm...> - 2013-08-23 02:29:02
|
Thanks Phil That was fast! Coding and testing. Regards, Ricard 2013/8/23 Phil Daintree <ph...@lo...> > ** > I would use mb_strpos() this returns the position of the string searched > for (needle) in the subject string (haystack) (if it exists) - if it > doesn't exist in the subject then it returns false. > > I am sure everyone has a different view on this sort of thing. > > > On 23 August 2013 at 14:09 Ricard Andreu <pak...@gm...> wrote: > > Hi all: > > I need to modify the line 261 of PO_PDFPurchOrder.php as sometimes, > suppliers_partno is not included in itemdescription (depending on the order > of data entry). Sometimes PO gets prepared first and then we realize some > data is missing in purchdata. Once we fill it up it does not show on the PO > again. > > So, I would like to check if suppliers_partno is already included > itemdescription strings, to avoid the duplication. I checked the PHP > documentation but I've got confused. > > Which is the correct PHP function to check if string A is included (a > part of) string B? > > > Regards, > Ricard > ------------------------------------------------------------------------------ > > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk_______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > Phil > > Ph: +64 (0)275 567890 > Skype: daintree > http://www.logicworks.co.nz > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |