Ask a Question related to PHP Development, Design and Development.
-
Aarron #1
outputting XML from PHP
Today I decided to teach myself both PHP and XML ... so I decided to
make a little address book. After I finished it I found this:
[url]http://www.tonymarston.net/php-mysql/sablotron.html[/url] which describes more
or less what I did.
The main difference is that users are able to add entries into my
address book. When an entry is added I get all of the address book info
as post data. I take this data then print out a whole new xml file.
Is there a better way to do this? Right now 95% of the PHP I wrote
saves a new XML file ... the other 4 lines transform the XML with some
XSL and displays the results.
I suppose Im too used to working with databases where I can (more or
less) write "Insert Whatever into AddressBook"
Aarron Guest
-
Outputting a CFC Component
Can someone please help me with this simple request. I get an error message when I try and output the results of a simple CFC Component. Here is... -
Problems outputting to PDF and PS
I apologize if this isn't the correct newsgroup for this inquiry but here goes. I am trying to output textfile (from Appleworks) to either a PDF... -
Outputting an animation 101
I created a home page via ImageReady 7.0 and there is an image on the page that is an animation. It is basically a photo that is fading from 100% to... -
[PHP] XX outputting X signs
Would it not make sese to store the number as a decimal and have the '£' added at output? George, in Oxford, where £££=pints -
£ outputting £ signs
Hello all Can someone tell me where i am going wrong here. I am trying to echo a '£' to the screen which has come from a database field. I get the... -
Tony Marston #2
Re: outputting XML from PHP
Aarron <spaceboy_2001@hotmail.com> wrote in message news:<4PNSa.474100$3C2.12904343@news3.calgary.shaw .ca>...
I wonder who wrote that?> Today I decided to teach myself both PHP and XML ... so I decided to
> make a little address book. After I finished it I found this:
> [url]http://www.tonymarston.net/php-mysql/sablotron.html[/url] which describes more
> or less what I did.
I would suggest storing your data in a database, such as MySQL, and> The main difference is that users are able to add entries into my
> address book. When an entry is added I get all of the address book info
> as post data. I take this data then print out a whole new xml file.
>
> Is there a better way to do this? Right now 95% of the PHP I wrote
> saves a new XML file ... the other 4 lines transform the XML with some
> XSL and displays the results.
>
> I suppose Im too used to working with databases where I can (more or
> less) write "Insert Whatever into AddressBook"
using XML after extracting portions for inclusion in a web page. XML
is not a DBMS therefore it does not have the power and flexibility of
a DBMS.
Tony Marston
[url]http://www.tonymarston.net/[/url]
Tony Marston Guest



Reply With Quote

