There is a code with errors, you need to fix it. Code only 1 page. I can't show it here, because bought it and therefore thereby violate copyrights.

PHP Notice: Undefined variable: nxt in

and

PHP Notice: Uninitialized string offset: 0 in

You may also find other errors.

Closed due to the fact that off-topic participants are fori1ton , VenZell , AntonioK , null , Andrei Arshinov 8 May '15 at 8:56 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "Questions asking for help with debugging (" why does this code not work? ") Should include the desired behavior , a specific problem or error, and the minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, complete, repeatable example . " - fori1ton, VenZell, AntonioK, null, Andrey Arshinov
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • > write your price for 1 bug fixed error error difference! ;) - Palmervan
  • <code> PHP Notice: Undefined variable: nxt in </ code> <br /> and <code> PHP Notice: Uninitialized string offset: 0 in </ code> You may also find other errors. - nick777
  • @ nick777, this is not a freelance website promotion site. - angry

2 answers 2

I suppose it is enough to insert at the beginning of the script

$nxt = ''; 

Thereby explicitly indicate that the variable exists, before its use.

  • Thank you, the error has disappeared.)) - nick777

Notis not error, error not warning. In general, I advise you to contact the author, for you are not putting to sell a code of such quality.