Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/03/2009, 03:01
diesel86
 
Fecha de Ingreso: marzo-2009
Mensajes: 1
Antigüedad: 15 años, 1 mes
Puntos: 0
Traducir de Asp a Php

Ola amigoss bueno a ver si alguien me puede ayudar a traducir esto a php se los agradeceria muxo xD

strSQL = "SELECT * FROM cuadrante WHERE Codi_cuadrant =<& mod &>
Set ActRS = Server.CreateObject("ADODB.Recordset")

ActRS.CursorType = 1
ActRS.LockType = 3
ActRS.Open strSQL, objConn

ActRS("Codi_Torn") = torn
ActRS("horari") = Horari
ActRS("Lloc") = lloc

ActRS.update
ActRS.close
Set ActRS = Nothing

objConn.Close
Set objConn = Nothing

PD: y si es pedir muxo una pequeña explicaion jeje gracias de ante mano