Skip to main content
Best answer

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

  • February 2, 2022
  • 2 replies
  • 35 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?

Best answer by Troy Tessalone

Hi @K_B 

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

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • February 2, 2022

Hi @K_B 

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


  • Author
  • Beginner
  • February 3, 2022

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?