I purchased the standard package, and was impressed. The order process was simple, and the weekly reports were on time and professional. I would considering using AuraRank again in the future.
create a phpinfo.php fle containing
<?php phpinfo(); ?>then send your form POST request to the php file as so
<form action="phpinfo.php" method="post">
then scroll down all the way to the bottom and see what POST and REQUESTS it got.
If you see nothing then it's a web server issue
i would create a column keeping a live count record. Every time a tag is entered it increases the count in the column. I would do this because querying and counting every time would increase your server load significantly
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.