2
I have 2 pages cadastrar_loja.php
and cadastra_documento.php
. In cadastrar_loja.php
there is a text field called Nome da loja
, I’d like to take that name from the database and insert it into a <select>
on the page cadastrar_documento.php
. Thus creating a list within the <select>
with all the names of the registered stores.
The application is in PHP
and my bank is mysql
, I’m spinning in the xampp
.
How can I do that?
Yes it is possible to do that, do you have any code? started?
– rray
Welcome to SOPT @Túlio, Teria as [Edit] your post and add the code you are using, so we can analyze and suggest a change. Thank you.
– David