Forum Moderators: open

Message Too Old, No Replies

what does this mean pelase

         

Flolondon

12:28 pm on Mar 22, 2006 (gmt 0)

10+ Year Member




function checkOK($form5)

txbakers

1:32 pm on Mar 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



it's the start of a function called checkOK which accepts one argument - the value of the variable $form5

probably a form validator to check whether people filled out a form correctly.

coopster

4:14 pm on Mar 23, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



That looks like a PHP function [php.net] to me though, not SQL. Is that what is confusing you?