Thread: help plsss :(
View Single Post
  #2 (permalink)  
Old 07-04-09, 08:22 AM
wirehopper's Avatar
wirehopper wirehopper is online now
Community Liaison
 
Join Date: Feb 2006
Posts: 2,265
Thanks: 15
Thanked 84 Times in 82 Posts
The text in the alert function is set when the page is delivered to the browser, it isn't executed when the person clicks submit.

Code:
function chk()
  {
  alert("<?php chk1(); ?>");
 
   }
You could use: reCAPTCHA: Stop Spam, Read Books
Reply With Quote