Question on $option = array()
-
Is it possible to insert custom div id’s into the $option = array()?
For example,
$option = array ( "title" => "Login", "login-error" => <div id="error"> <p>Please try again.</p> </div>, "signup_url" => "/register" );
The topic ‘Question on $option = array()’ is closed to new replies.