Jump to content

[SOLVED] Upgraded to PHP6 and now...


darklight

Recommended Posts

The php syntax has not changed. If you are getting syntax errors it is probably due to something like short open tags being used in your code so that php cannot see all of the code as being php code.

 

If you are experimenting with php6, you would need to post the error message and the code up to and including the line with the error to get any specific help with it.

The php syntax has not changed. If you are getting syntax errors it is probably due to something like short open tags being used in your code so that php cannot see all of the code as being php code.

 

If you are experimenting with php6, you would need to post the error message and the code up to and including the line with the error to get any specific help with it.

 

There were SOME changes to it, I found a list of changes after about an hour of searching Google >_<

 

I should be able to fix my scripts now.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.