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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -