Thanks for your quick answer. I have already tried that what you say, but I get an error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in...
Hello everyone, I need help for something. I have a query that takes rows from two tables, both tables have some columns with the same name, when I try to print the data of an specific column of a...
Hello, I have the same php version like you, but running locally in my pc, and it runs great. By the message that you receive means that the simplexml_load_file function is disabled by the server...
I just was saying, becouse I had that problem before, I wrote some code that runs in IE but it Firefox wasn't working. After I installed the extension of Javascript Debugger for Firefox, my code runs...
If your code works on IE, Opera and Safari, and it doesn't work in Firefox, it should be becouse you don't have an JavaScript Debugger for firefox. Firefox doesn't have a native JavaScript support,...
Hey Znupi, Thanks. The solution was there in PHP.net in SimpleXML functions. The way that you can add data to a XML file. But for readers let me explain:
Well, I have been looking for a solution in the page of SimpleXML in php.net. But I have no find how to add new data to a XML file. Any suggestion will be appreciated.
Hello, everyone. I'm newbie in PHP. I have a little problem. I have an existing XML file, that has some data. First let me show the XML Structure(it's an example):
Your web pages is very good, I like the way it looks. Good Job.
But, the Flash takes a lot of time loading but it's a cool animation, I think that you should allow run the Flash before load 100%,...
Good Job, that web page looks pretty cool, personally your web page is not for people like me. But a good web page, maybe not the best web page but is good. 8 of 10.
I have a form in a HTML page, and the form take action in an ASP page to insert data to a database. In the form I have a fileUpload. It's not easy to upload files in ASP, but I...