On Thursday 05 December 2002 23:06, Ruprecht Helms wrote: > Hi, > > I've a parserproblem in the attached script. > The script should produce dynamicly a diagramm of a familybuilding. > In the part for the second generation I get a parsererror and I do not > find what is the problem. Get yourself an editor that does syntax highlighting (Vim is very good for this and is available for most platforms). That way you can see at a glance whether you have unbalanced quotes (both ' & "), and you can easily check for match brackets (, {, [. You would have to manually check for missing ; though. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #15 A: The Royal Canadian Mounted Police. Q: What was the greatest achievement in taxidermy? */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php