Home / Programming / php / How can I test a portion of my php code without everyone seeing it?
How can I test a portion of my php code without everyone seeing it?
Last updated: 02/07/2012
One quick way to test your code (php
) without setting up a copy of the page / functionality, is to simply limit the modifications by IP address. You can find out your IP address from various sites on the 'Net, then plug it into your script like so:
One quick way to test your code (php
) without setting up a copy of the page / functionality, is to simply limit the modifications by IP address. You can find out your IP address from various sites on the 'Net, then plug it into your script like so: