If you go to www.trademe.co.nz.. and View Source, you'll see all their HTML stacked up up the top and all the whitespace removed. I want to know what sort of software is used to achieve this. Their pages come up ultra fast and I want to achieve this level of speed on my own site.
jgoodman - that code worked.. it brought up just the one result for each topic.. BUT, as soon as i added another column to the query, ie:
SELECT DISTINCT TID, DatePosted
From TopicPostings
Where TopicPostings.MemberID = @memberID
it fell over and brought up all the results.. ignored the...
the Topics table has only 1 row.. so the subject is the topic title and one TID to identify it. The TopicPOstings table has multiple rows.. so if a user has made 5 posting to one topic, it will have 5 rows.. all with the same TID in the TID column, linking it to the appropriate TID row in the...
I have two tables (its a message board). One table is Topics, the other is TopicPostings. Topics contains the title of each discussion, date created etc and has ID called "TID". TopicPostings has all the postings.. it has a unique id "TPID", and also a "TID" column so i know which topic the...
I have a dating site.. with profiles. On each profile page I do a select from two tables using inner join. I have information on a 3rd table (about 10 varchar(250) fields) which contains more profile info. To view this though the user must click on another area of the profile and open up the new...
im such an idiot. my form posts to itself..runs the code and processes the form and then i redirect to another page.
on that page i put:
<body onLoad="window.close();">
and it worked.
cant believe i didnt try that before.
Hmmmm i dont think this is what i need.
This is how i have it at the moment:
A user on my site clicks a link and it pops up a window (this is the only popup to occur). So no worries to here.
On this popped up page is a form. The user fills out the form.. pushes submit.. (STILL within the...
I have a window which pops up from my site using javascript. In this window the user types in their message in a form and pushes the submit button.
WHat i want to happen is I'd like the confirmation page to close the window automatically... so the user types in their message.. .pushes submit...
whoops.. i saw the precision thing in EM on the tinyint field and thought it could handle it.. didnt realise it was greyed out tho.
OK so i have changed it to decimal.. still storing just the single digit. What else could I be missing?
ignore last post.. dumb syntax error that i missed.
OK i got the code working.. but whats being stored in my Members table is still just a single digit where the final AVG should be.. its called "Rating" and is set to tinyint.
Also.. when I test it and make a vote of 10 it throws an...
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.