Forum Moderators: coopster

Message Too Old, No Replies

Data upload problem

         

ady123

10:23 am on Apr 16, 2008 (gmt 0)

10+ Year Member



hi. i have a problem uploading xml file to php.
the problem i have is exactly this one specified in the thread
[webmasterworld.com...]

in that i tried the code..it works kwell.but nothing gets loaded to the php

coopster

12:53 pm on Apr 16, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, ady123.

Are you getting error messages? Turn up your error_reporting [php.net] so you can see the messages and monitor the file upload error messages too.

ady123

5:45 am on Apr 18, 2008 (gmt 0)

10+ Year Member



i'm getting an error message.

Fatal error: Call to undefined function: load() in C:\Program Files\Apache Group\Apache2\htdocs\import.php on line 18

is this related to DOM?
is there anything that will help me to solve this?

coopster

10:33 am on Apr 18, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Yes, the error message itself can help you solve the issue. It states the name of the script and the line number where the error is occurring. It also tells you what is happening, your are call a function named
load
that has not been defined.