Search found 6 matches

by mummra1
Fri Dec 15, 2006 11:28 am
Forum: PHP - Code
Topic: XSLTProcessor issues w/php 5
Replies: 2
Views: 363

thanks a million....I was trying to use the $dom->save method, but to no avail :oops:

Cheers!
by mummra1
Fri Dec 15, 2006 11:08 am
Forum: PHP - Code
Topic: XSLTProcessor issues w/php 5
Replies: 2
Views: 363

XSLTProcessor issues w/php 5

Hello all, Hello all, I'm using php 5 to try and transform xml. I call a function such as; transformXML('xmldoc.xml','xslstylesheet.xsl'); ...which references function transformXML($filename,$stylesheet) { $xml = new DOMDocument; $xml->load($filename); $xsl = new DOMdocument; $xsl->load($stylesheet)...
by mummra1
Fri Aug 18, 2006 9:23 am
Forum: PHP - Code
Topic: batch delete of data through html form/SQL
Replies: 5
Views: 518

mmkay

Jaybird,
I see your point. Using implode to make one string is much more efficient. Thank you for pointing this out.
by mummra1
Fri Aug 18, 2006 8:56 am
Forum: Javascript
Topic: CSS Float Troubles
Replies: 24
Views: 5330

positioning

I don't think IE 6 supports positioning very well in CSS. I try to avoid using this whenever possible b/c it always causes problems.
by mummra1
Fri Aug 18, 2006 8:46 am
Forum: PHP - Code
Topic: batch delete of data through html form/SQL
Replies: 5
Views: 518

thank you, all of you.

JayBird | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] dudes,...
by mummra1
Thu Aug 17, 2006 8:06 am
Forum: PHP - Code
Topic: batch delete of data through html form/SQL
Replies: 5
Views: 518

batch delete of data through html form/SQL

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hello eve...