View Single Post
12-10-2006, 10:48 PM
#1
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old  5.1.4 & 5.2.0 differences?

Well, I'm running PHP 5.2 on my computer, and it works well. I have an image hosting script on my computer and it works fantastic under my Apache setup, however when I upload it to my host, it doesn't work.

The main problem is renaming things from $_FILES['file']['name'] to $file['name'], etc. to make it use more friendly variables.. does PHP 5.1.4 differ that greatly from PHP 5.2?