Posts by Márcio Fernandes • 51 points
6 posts
-
2
votes1
answer169
viewsQ: Error in PHP image upload
Blz Galera I am doing an image upload test and is showing error: Notice: Undefined index: foto in C: xampp htdocs cadastro.php on line 2 Notice: Undefined index: foto in C: xampp htdocs cadastro.php…
file-uploadasked Márcio Fernandes 51 -
0
votes1
answer271
viewsQ: Array returning error "Can’t use Function Return value in write context in"
I’m creating a array but it is returning me the error: Fatal error: Can’t use Function Return value in write context in C: xampp htdocs cadastro_insert.php on line 54: Where am I going wrong???…
-
-1
votes1
answer1212
viewsQ: How to insert data from a textarea into the database?
I have a form with a textarea and I’m not able to send the data typed in it to the bank MySQL. How do I do? php form. <form id="cadastro" name="cadastro" method="post" action = cadastro.php>…
-
0
votes1
answer19
viewsQ: Three inputs within the same form. Can I do your actions without leaving the page (without refreshing)?
Blz Galera. I have three buttons inside the same form (register, change and view) and I would like to do the actions of the buttons without leaving the page. How can I do this? Some colleagues…
ajaxasked Márcio Fernandes 51 -
0
votes0
answers52
viewsQ: How to preview a loaded image in an "file" input?
Through an input, I would like to load an image on the same page and with the properties in the settings below. In this case, the image would appear on top of the input for the client to preview it.…
imageasked Márcio Fernandes 51 -
1
votes1
answer69
viewsQ: After choosing an option in the selectbox, disable and change the text of two other selectboxes
Beauty guys. I have three selectbox and after choosing in the first Select box the option "Movies", I would like to disable the other two selectbox and modify its text to "N/A": <select…