hello!!
What do I have to do to convert PHP3 pages to PHP4 pages? Are there any compatibility problems?

Thanks
Laxy
www.funspot.com

Recommended Answers

All 8 Replies

In most cases, there are not compatibility problems. However, you might want to read this. I don't mind, but some do - remember to google your problems before asking ;).

You could also just try running your code on PHP4 and then fixing all the errors; generally that's easier for me to do since I know what works and what doesn't instead of fixing things that aren't broke ;)

If it ain't broke, don't fix it!

If it ain't broke, don't fix it.

In my experience, it sometimes helps to fix things that aren't broken; often you think of better ways to do things when you do.

That's not called fixing, that's called improving.

I suppose I should have worded that differently - what I meant was:

If you go back over your code and fix all the weird things you did when you didn't know any better, you might thing of something that surpasses the original point of the code.

Code revision, then :)

Agreed. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.