T
T
timonestudio2021-09-11 19:23:42
PHP
timonestudio, 2021-09-11 19:23:42

How to find out id by e-mail in RedBeanPhp?

How can I find out the ID from the email specified in the email input field, if this email is registered in the database via RedBeanPhp?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alekssamos, 2021-09-12
@alekssamos

queries

    R::getAll( 'select * from yourtablename where email = :email', 
        array(':email'=>$_POST['email']) 
    );

Well let it be

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question