Posts by Barofscas • 107 points
8 posts
-
1
votes1
answer5456
viewsQ: Connection of the Database to the 000webhost
I’m having a problem connecting to 000webhost The code I have is: I think I’m fine because I just changed the values you matched to the localhost <?php ob_start(); $link =…
-
1
votes1
answer44
viewsQ: Wordpress problem with template to access the page
I drew a template to make a website for myself and it’s giving me a mistake that I don’t understand Wanted help This is like an online store where you have a series of products for sale and when I…
-
1
votes1
answer106
viewsQ: Insertion of PDF
I have a problem with the PDF insertion code, because the file name is not sent to the database. The code I’m talking about is this: Form: <form id="novoEventoForm"…
-
-2
votes1
answer8180
viewsQ: Insertion of pdf and doc documents
I’m doing a Backoffice in which I have to insert documents .doc and .pdf but I don’t know how to do it, someone can help? <form name="form" method="post" action="envia_pdf.php"…
-
-1
votes1
answer228
viewsQ: How can I put submenu inside a menu from a database
I have the tables in the database well done, but then when I do the code, the content doesn’t even appear, I wish I had help sff the code I have is this: $resultado = mysql_query("SELECT titulo FROM…
-
-1
votes1
answer219
viewsQ: Library for Processing Services
I have the source code below, but to work I need a library I can’t find, what I can do to solve? import ddf.minim.*; import ddf.minim.analysis.*; import processing.opengl.*; import…
-
7
votes3
answers176
viewsQ: Login system
I made a website on which I have implemented this file that belongs to login but does not work for me <script type="text/javascript"> function loginsuccessufully(){…
-
-4
votes1
answer1371
viewsQ: Edit a news page
In the code below, I have the news editor. <?php /* * faz a conexao ao banco * e seleciona a base de dados */ include ('../conn/conn.php'); /* * monta e executa consulta em SQL */ $sql = "SELECT…