Best answer

Easiest way to output number of signups on my php website?

  • 2 February 2022
  • 2 replies
  • 25 views

Hey there,

I’d like to show an automatically updating number (it’s a counter showing paid signups) coming from an app in Zapier on my website. It’s a super simple php-based site, just a couple of pages with a few includes. I’m not a developer (very, very basic PHP knowledge) so I don’t really know how to build/use webhooks.

What would be the easiest, no/little-code solution be to simple output a number using Zapier?

icon

Best answer by Troy Tessalone 3 February 2022, 00:00

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @K_B 

Check out using some sort of dashboard app: https://zapier.com/apps/categories/dashboards

That’s not a bad idea, but I’d actually need the data (number) in a ‘raw’ format so that I can reformat and integrate it better into the page. Is there an easy way to ‘spit out’ a number (in a js or csv or txt file) that I can work with in PHP?