% '************************ DATI PER HOTELMANAGEMENT giorno=day(date()) mese=Month(date()) anno=year(date()) ora=hour(time()) minuti=minute(time()) secondi=second(time()) if len(giorno)=1 then giorno="0" & giorno if len(mese)=1 then mese="0" & mese if len(ora)=1 then ora="0" & ora if len(minuti)=1 then minuti="0" & minuti if len(secondi)=1 then secondi="0" & secondi dataer=giorno & "/" & mese & "/" & anno & " " & ora & ":" & minuti & ":" & secondi '***** codice utente instant booking codice_utente_i_b = "1015" sql="select * from tb_login where codice_utente_i_b='"& codice_utente_i_b &"' " 'response.write sql set rs=conn.execute(sql) id_utente = rs("id") set rs = nothing '************************ FINE DATI PER HOTELMANAGEMENT %>
|
Sezione in aggiornamento |
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||