Search found 5 matches

by freephile
Wed Sep 18, 2002 9:22 am
Forum: Miscellaneous
Topic: interminglingly xml AND php
Replies: 7
Views: 8468

DOOOOOOOOOOOOHHHHHHHHHHHHHHHHHHHHHH (Greg giving himself dope slap on the forehead) I figured it out. :oops: I was obviously having a scope problem. I went through the chain of execution a hundred times, and each time I verified that all the proper files were included. Then when I was totally frust...
by freephile
Tue Sep 17, 2002 1:28 pm
Forum: Miscellaneous
Topic: interminglingly xml AND php
Replies: 7
Views: 8468

parsing XML, with PHP embedded in it

A quick look at the source code for the jobs page reveals the heart of the matter: Simple PHP works. Advanced PHP that relies on previously included files does NOT work. For example, the XML parser quite easily gets past the line <?php print ('<a href="' . $PHP_SELF . '?rssURL=htt...
by freephile
Tue Sep 17, 2002 10:18 am
Forum: Miscellaneous
Topic: interminglingly xml AND php
Replies: 7
Views: 8468

Hi Jason, (OT: I love your site, and have followed phpclasses for a long time.) This is how my system works: There is a " title page " which is the addressable URL of the webpage. The title page sets up page-specific parameters, such as title, keywords, page-specific scripts, the content f...
by freephile
Mon Sep 16, 2002 10:27 pm
Forum: Miscellaneous
Topic: interminglingly xml AND php
Replies: 7
Views: 8468

when i want to do stuff like that i usually use the eval() function... [snip] does this make sense? Thanks for looking at my question, and the actual code, but you got thrown off the path of my real question by another instance where I use eval(). The instance that you were looking at is a little k...
by freephile
Mon Sep 16, 2002 9:26 pm
Forum: Miscellaneous
Topic: interminglingly xml AND php
Replies: 7
Views: 8468

interminglingly xml AND php

I have created a system that uses PHP's XML parsing engine just fine. My system is a template based web-publishing system where the content file for each page can be a simple include (where PHP and HTML can be mixed together), the content can also be an external resource, or the generated output of ...