Search found 5 matches
- Mon Mar 10, 2003 1:46 pm
- Forum: PHP - Code
- Topic: Q: Call to another PHP page into a variable (no echo)
- Replies: 1
- Views: 330
Q: Call to another PHP page into a variable (no echo)
Is it possible with PHP, to have a file1.php call for a file2.php and get the result into a variable and not displayed to the 'browser' (not directly echoed) ? What I want to do ? - transforming XML files into HTML, where the XML file is generated by a PHP code and uses parameters from the request o...
- Sun Feb 02, 2003 4:48 am
- Forum: PHP - Code
- Topic: Using XSL : undefined function: xslt_process()
- Replies: 8
- Views: 837
- Sat Feb 01, 2003 2:28 pm
- Forum: PHP - Code
- Topic: Using XSL : undefined function: xslt_process()
- Replies: 8
- Views: 837
no I don't get the configure line. here is what I get if I check a phpinfo() from a project on sourceforge (using linux) Configure Command './configure' '--enable-safe-mode' '--enable-memory-limit=yes' '--disable-debug' '--with-gd' '--with-xml' '--with-mysql=/usr/local/mysql' '--with-ttf' '--with-db...
- Sat Feb 01, 2003 12:33 pm
- Forum: PHP - Code
- Topic: Using XSL : undefined function: xslt_process()
- Replies: 8
- Views: 837
Yeah, configuring the stuff is a pain. You can find tons of article telling you how easy, how good, how whatever else, php/xml is, how powerful sablotron is etc. but you can't find a bloody simple documentation to tell you what you have to do exactly. For the location of the extensions, yes they are...
- Sat Feb 01, 2003 8:16 am
- Forum: PHP - Code
- Topic: Using XSL : undefined function: xslt_process()
- Replies: 8
- Views: 837
Using XSL : undefined function: xslt_process()
I'm trying to use XML and XSL from PHP. 1/ I used PHP 4.3.0. --> couldn't load the extension php_domxml.dll and xstl extensions. I found somewhere in the Zend site that 4.3.0 just can't load the XML extension :( So I installed php 4.2.0 2/ Using PHP 4.2.0 I have that uncommented only in the extensio...