chnage count cycle function as per account type

This commit is contained in:
ns77@siliconpin.com
2025-08-28 13:18:44 +00:00
parent d2c2833064
commit 527b982e84
6 changed files with 133 additions and 63 deletions

View File

@@ -0,0 +1,8 @@
<?php
echo "<h3>Add New Agent</h3>";
// Your form to add new agent
echo "<form method='POST' action='?action=save'>
<input type='text' name='agent_name' placeholder='Agent Name'>
<button type='submit'>Save Agent</button>
</form>";
?>