Posts by AlmostDone • 65 points
12 posts
-
0
votes1
answer578
viewsQ: How to make website with multi languages?
I developed a site in only one language but now I wanted to put it in several languages to reach audiences from other countries, is a site where I insert a lot of information in my backoffice that…
-
0
votes1
answer94
viewsQ: Example input take value and log console with this value when you click send button with React
By clicking the send button I want to take the input value and log console the value entered by the user! I think it’s simple but what I’m trying to do is more complex but will serve to implement…
-
0
votes2
answers3010
viewsQ: Mongodb connection with nodejs
How do I connect to the Mongo database with nodejs? I’ve looked at several sites but I’m not getting it right! I thank those who help!
-
0
votes1
answer72
viewsQ: Javascript - Compare input field to mongodb field
Can anyone give me information about this? I’m trying to learn or else demonstration with explanation What I want to do is to have html input and fetch the value of this input check if it exists in…
-
1
votes2
answers29
viewsQ: Insert Event date into a table if page width is less than a given value
What I want to do is when the width page is less than the value shown below it enters data-tablesaw-mode="stack on the site shown below! I am new in JavaScript but I need this for a project! Thank…
-
1
votes2
answers351
viewsA: Insert image.jpg in the database
The table field where your image will end up must be blob or mediumblob depending on the size you need! Then just show the Row on the side you need and it will appear! Code to insert image Make a…
-
1
votes1
answer68
viewsQ: Maximum width and height validation with PHP
I am uploading an image directly to a database but want to check its width and height and if it is not between (X,X) width and (X,X) height does not insert the data into the database and shows an…
-
1
votes1
answer124
viewsQ: If all fields are valid send notification and send email if no errors are shown
Verification of a contact form with success messages and errors Attention the corrections I’ve made over time! PHP CODE if (isset($_POST['contact'])) { $nomecomp = test_input($_POST["nomecomp"]); if…
-
0
votes2
answers48
viewsQ: Error in form validation
What I need to do is when the email is not valid send from the javascript alert wanted to show a message above the form in question that showed the email was invalid! HTML CODE <input…
-
0
votes1
answer100
viewsQ: Loop to show all news
I’m trying to make a backoffice for my website so I can publish news! Does anyone know how to loop to show each of the Rows in my database? Thanks to those who help! Note: I’m new to PHP and Mysql…
-
1
votes1
answer75
viewsQ: Unset a variable after clicking a link
Help me guys wanted to know if it is possible to unset a variable through a click on a link through action or other solution? <a href="login.php" class="login" action=""><span…
-
0
votes1
answer478
viewsQ: Change Login button to logout
First of all I want to warn you that I am a beginner in PHP and I appreciate help because I need to deliver a work and I am in Deadline I have a login button and I want you to switch to logout when…