I have php script that was writtin in 2009, it was working fine on my server even 1 year ago.
i have upoloaded same script on server now, main page is seems to working ok and i can do anything in backend.

is it due to php4 - php5 or something else .....

all help would be appereciated.

Recommended Answers

All 3 Replies

Member Avatar for diafol

If you look at line 73 of your file, you'll see that there's a missing ';' and your braces are unbalanced. You can get more info on this common problem here:

http://bit.ly/UIevD9

admin/index doesnt have over 70 lines?

Member Avatar for diafol

My crystal ball says it does. :)

The point being, how is anybody supposed to know what's going on from the question you posed? You give absolutely no information at all about the script/code. Have a think, follow the link.

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.