to all,
hie...i am not sure what the code is in php. u see in asp it's like this:
all these are in asp. how do u change it to php code? i am zonked in ideas.pls help experts.thanks......a million
Note*:set DBRecordset = Server.CreateObject
("ADODB.Recordset")
hie...i am not sure what the code is in php. u see in asp it's like this:
1) <%if DBRecordset.EOF then%>
2) if not DBRecordset.EOF then
DBRecordset.MoveFirst // DBRecordset is self defined
While not DBRecordset.EOF
3) <%=DBRecordset("QuesText")%>
4) <%if DBRecordset("Answer") = "true" then%>
2) if not DBRecordset.EOF then
DBRecordset.MoveFirst // DBRecordset is self defined
While not DBRecordset.EOF
3) <%=DBRecordset("QuesText")%>
4) <%if DBRecordset("Answer") = "true" then%>
Note*:set DBRecordset = Server.CreateObject
("ADODB.Recordset")
Comment