 |
<%
set newsproduct=server.CreateObject("ADODB.Recordset")
sqltext="select top 12 * from news where news10=3 order by news1 desc,id desc"
newsproduct.Open sqltext,cn,1,1
if newsproduct.bof or newsproduct.eof then
response.write "No Message!"
else
i=1
do while not newsproduct.EOF
set news6=newsproduct("news6")
set idd=newsproduct("id")
set news3=newsproduct("news3")
%>
|
|
<%
i=i+1
newsproduct.movenext
loop
end if
newsproduct.close
set newsproduct=nothing
%>
|
|
|
 |
<%
id=request("id")
set rs=server.CreateObject("ADODB.Recordset")
if id<>"" then
sqltext="select * from news where id="&id&""
else
sqltext="select top 1 * from news where news10=3"
end if
rs.Open sqltext,cn,1,1
set news3=rs("news3")
set news5=rs("news5")
set news6=rs("news6")
set news8=rs("news8")
set news12=rs("news12")
%>
Even though bathroom tiles are meant to be installed permanently, sometimes tiles can get broken or come loose so they need to be removed. Here's how you can get broken or loose ceramic tiles off your bathroom wall. Remember that getting the tile of the wall is just your first step. Once the tile is off, you will likely need to repair the underlying wallboard and remove any remaining before you can install your replacement tile.
If you have a broken tile you obviously don’t need to worry about saving it. You may be able to pry it off the wall by sliding the putty knife under the tile at a very low angle (almost parallel to the surrounding tiles), then moving the knife around to break the tile away from the glue or mastic holding it on.
Removing ceramic tiles requires some muscle and persistence. However, even though tiles are installed permanently, accidents and life happen so it's nice to know you don't have to live with an ugly loose or broken tile or even worse, tear down a whole wall just to repair a single bad one.
|
|
|
 |
|
|