Posts by Joyana • 19 points
5 posts
-
0
votes1
answer2436
viewsQ: Field'valorClick' doesn’t have a default value
I have a problem, I add the news and I get the error "Field 'valorClick' doesn’t have a default value". This "Valorclick" is a value that clicking on the news link adds x money. Here is the code to…
-
0
votes1
answer3585
viewsQ: Confirm registration by sending email
Hello! I have a registration and email sending code, but I don’t know why, it’s not working... resgistar.php (form of registration) <!-- Form do Registo --> <div class="w3-row-padding…
-
0
votes0
answers95
viewsQ: How to make profit simulator by clicking on a link
Hello! I am doing a web project and I needed a click simulator, in which for each click on the link simulated give 1 centimo, 0,01 euros (Portuguese currency) The instructions they gave me were:…
-
0
votes4
answers45
viewsQ: How to pass a text from the database to display it as a link on a website
Hello, I’m making a site in php and html, linked to a database in mysql. And I have a table of news in the database, with the idartigos fields, title, text and link. The link is running in text and…
-
1
votes1
answer458
viewsQ: Same page, different content?
All links have the same url but the data is different.. I’m working on a web based project that I have: categories of games: games(table with games in each category) description of each game(are…