Adamski Posted July 23, 2008 Share Posted July 23, 2008 Can we change the number of displayed domains in the client area? How would I go about adding a search facility to that same page so that it a client has, for example, 50 domains, they can search for the one they want rather than having to scan through 5 pages? TIA 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 23, 2008 Share Posted July 23, 2008 Can we change the number of displayed domains in the client area? Yes, delete the existing box, and add your own query and php display code How would I go about adding a search facility to that same page so that it a client has, for example, 50 domains, they can search for the one they want rather than having to scan through 5 pages? An input field asking for the domain, and a button that takes them to "clientarea.php?action=domaindetails" with the entered domains id as the parameter "id" 0 Quote Link to comment Share on other sites More sharing options...
Adamski Posted July 23, 2008 Author Share Posted July 23, 2008 Thanks Rob 0 Quote Link to comment Share on other sites More sharing options...
Adamski Posted July 23, 2008 Author Share Posted July 23, 2008 <form method="post" action="{$SERVER.PHP_SELF}?action=domaindetails"> <input type="text" name="id" /><input type="submit" value="Search" /> </form> What am I missing that is obvious? 0 Quote Link to comment Share on other sites More sharing options...
Adamski Posted July 23, 2008 Author Share Posted July 23, 2008 Would be that I'm not returning the id... I hate those blonde moments!! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.