Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

XSLT vs PHP


johnbr

This topic is 7319 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Howdy! I've only started using PHP this summer and am not really familiar with XML or stylesheets at all, but FWIW... I don't think it's an either/or kinda thing. PHP is a fully functional scripting/programming language that can be used for a variety of purposes, one of which could be the manipulation of XML constructs and whatnot. PHP can be an intermediary to interact with your database, but it can also allow you to process web form data, send e-mails, perform math/calcs, etc. without any db interaction.

I like working with PHP but it is definitely coding. If you have done programming before, you'll already understand concepts like strings, variables, arrays, control structures, loops, etc. If you are comfortable with that, I'd encourage you to learn PHP whether or not you also decide to delve into XML and XSLT (which I have not done yet but hope to soon).

--ST

Link to comment
Share on other sites

This topic is 7319 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.