This is the most popular content on Martech Zone.
Martech Zone’s Most Popular Articles
-
App: What’s My IP Address
If you ever need to know your IP address as viewed from an online source, here you go! I’ve updated the logic on this app to attempt to find the user’s true IP address. The challenges are found in the article below. Your IP Address Is IP is a standard defining how devices on a network communicate with each other…
-
PHP and MySQL: Export a Query to a Tab Delimited or CSV File
This weekend, I wanted to build a PHP page that would back up any MySQL query or table into a Tab Delimited file. Most of the examples out on the net have the columns hard-coded. In my case, I wanted the columns to be dynamic, so I had to first loop through all the table field names to build the…
-
Fastr Publicator: Unleash Interactive Digital Publications and Revolutionize Your PDF Catalogs
Staying ahead of the competition requires innovation and adaptability. One key aspect of this adaptation is how businesses present their products and services to customers. Traditional print materials are becoming obsolete, and the need for dynamic, interactive digital publications is more critical than ever. Enter Fastr Publicator, the premiere catalog solution that transforms static PDFs into engaging, shoppable, and fully…
-
CSV Explorer: Work With Large CSV Files Online
CSV files are foundational and are typically the lowest common denominator of importing and exporting data from any system. We’re working with a client right now that has a very large database of contacts (over 5 million records) and we need to filter, query, and export a subsegment of the data. What is a CSV File? A comma-separated values file…