Is there a limit size when parsing an xml? I'm using a code that parse an xml, and writes it as csv. Until the value 3240 it works fine, but the it stops. The xml still has data but is not parsed...
Hi
I am developing a web with GeoMap from google
When the cursor in over the country, appears a dialog with information
How can I add a link event. I mean that the information contains a link, so...
Hi
I want to create google maps by reading information from a xml file. I use this code, but is not working, it displays only the map without any point
----
<!DOCTYPE html PUBLIC "-//W3C//DTD...
hi
I have an htl protected by .htaccess password. Ita was working fine, but I added other names to the .htaccess and began to have this error
"The server encountered an internal error and was...
I have a website conected to a db. I add data automatically via php INSERT. I get data from csv and xml, an dthen INSERT into db
My problem, is that I duplicate data, so my db grows a lot. ...
Hi
I have web were I upload data from csv file. I apply the php explode to that data, so that I cabn have each data as a parameter and insert into DB.
The process of explode and insert data is done...
Hi
I want to read data on a server from an xml file. I'm using php, since I guess is the simplest. My code is
<?php
$url = 'xml-file.xml';
$xml = simplexml_load_file($url);
I have a web, where I embeded google maps
In chrome and firefox 4 there is no problem
but when using IExplorer 8 the left and upper border have a border like a shadow, and in the right there is a...