I am trying to show 20 records per HTML page; I am getting the following error:
sql undefined, limit = '0,20'
TypeError: float argument required
args = ('float argument required',)
The code that I have written is:
pagesize=20
form=cgi.FieldStorage(keep_blank_values=True)...
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.