hello every one
i am getting this error on line 120 but could not get it fixed can you please help remember i am a newbie so please explain in details

Warning: strpos() [function.strpos]: Offset not contained in string in

on this file Clipboard01.jpg this is my orignal file with out the fixes
on this file Clipboard03.jpg some one tried to fix it for me but its not the right fix

please help
thanks

    the pictures are pointless, what's the actual code?

      line 120

      $price_pos = strpos($fleWeb_value,$price_searchStart,$price_pos);

      $price_pos is not set, ergo the error message.

        So what you saying is to replace line 120 with the line you gave me

          eballeh;10986362 wrote:

          So what you saying is to replace line 120 with the line you gave me

          no the line i posted is from your file.

            Do u know how to fix it if so can u post it here

              Please be more clear. What are you expecting for the variable : $price_pos.
              What position are you searching?

                crsland;10986399 wrote:

                Please be more clear. What are you expecting for the variable : $price_pos.
                What position are you searching?

                well this is a script that some one made for me what it dose is
                it gos to google shopping and it collects prices from different website which are my competitions and it saves it to a txt file so basically
                what i feed the script is model number and price
                please help if you need the code i can email it to you
                thanks

                  Ok, I checked the file you uploaded before and checked the line 120. The error is thrown because the $price_pos variable does not exists at this point. And why is commented on line 119?

                    well i do not know all i can say is the guy who made the script hes in jail now for something nonsense and i really need this file done asap can you help fix it plz and send it back to me
                    i would really appreciate it please i know it might be something small but i could not fix it

                    thanks

                      If you uncomment the line 119, you wont get that error. This is what assume although I don't know exactly what it does the code written is a very messy

                        crsland;10986418 wrote:

                        If you uncomment the line 119, you wont get that error. This is what assume although I don't know exactly what it does the code written is a very messy

                        hey do you know how to fix the error on the page

                        plz i need this urgent
                        thanx

                          Write a Reply...