Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text Directly on HTML Files vs. PHP/Language Files


ZeroAquaduct

Recommended Posts

Posted

Would my site load faster if I put text directly on to my HTML instead of using PHP/language files? I don't use different languages, plus my text rarely repeats, so I don't need it for consistency.

 

Are there any advantages using PHP/language files?

Posted

the files of php, have many different levels, you have some in every level for the same page, php does tons more work that html, and things html can't.

Posted

I've put straight html into some of my files (ie: removed the path to images, headings, text etc, and replaced it with html) and it's working ok. You can do it to a certain extent..

-------------------------------------------------------

 

I used to be insane, but now I'm just nuts ;)

Posted

I hard code data into the HTML frequently. Much faster then fishing around for the language files or wondering where things are configured.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...