Is there a way to get info from database and array them like:
At the minute i have this:
The data i'm getting from the row column:
Will this work?
I can't test until i upload this to my domain and test it seen as it's an email template upon register and forgot and other email functions that will be needed.
If this won't work, is there any other way i can make it work.
It will get $username & $password from the PHP page already.
Thanks,
Clawed
PHP Code:
array( $array['options'] );
PHP Code:
array( "username" => $username, "password" => $password );
PHP Code:
"username" => $username,
"password" => $password
I can't test until i upload this to my domain and test it seen as it's an email template upon register and forgot and other email functions that will be needed.
If this won't work, is there any other way i can make it work.
It will get $username & $password from the PHP page already.
Thanks,
Clawed