View Single Post
ישן 26-05-06, 17:01   # 7
CSite.co.il
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,816

CSite.co.il לא מחובר  

קוד:
INSERT INTO pratim([name],[lastname],[email],[home]) values('" &_ 
     request.querystring("name") & "' , '" &_ 
  request.querystring("lastname") & "' , '" &_ 
  request.querystring("email") & "' , '" &_ 
  request.querystring("home") & "')"
ככה? :|
  Reply With Quote