parsing - Simple PHP Code won't work correctly -
The first time it seems that there is no error, but just check it out:
1 $ c1 = "9515161516516516516156"; $ 2 lane = Stellen ($ C1); 3 $ limit = 4; 4 $ $ 1 = $ lane / $ delimiter; 5 resonance $ c1; returns
Parse error: syntax error, unexpected '?', T_VARIABLE or '$' / / HOME / public_html / test.php on line Hope 4 is If someone understands, please answer it.
c in $ c1 = ... On-line four ASCII letter is not c . This is a Unicode character that looks like a simple c .
Remove it from your source file and type a normal c instead.
Comments
Post a Comment