Posts by Mikaela Kleinkauf • 93 points
6 posts
-
0
votes0
answers244
viewsQ: problem with Session start
I am creating a login system with session to register. I believe this is ok. It is recording well in the database; The e-mail confirmation is working perfectly and the login too, but when I try to…
-
2
votes1
answer6846
viewsQ: Create a textarea with text editing options
I need to put a textarea where the person can edit the text. Ex: choose font size, apply bold, change text color, add photos along with text (one paragraph, 1 photo, plus a paragraph, 2 photos). Can…
-
2
votes1
answer76
viewsQ: I can’t find my mistake
This code works at the top of my site (menu), and I’m trying to use it also in the footer, since I have the registration tab both at the top and in the footer, but in the footer it doesn’t work. Can…
javascriptasked Mikaela Kleinkauf 93 -
0
votes0
answers72
viewsQ: connect Microsoft SQL Server Management Studio with Dreamweaver
I have a server on my computer, Xampp and it’s working OK. My question is: how do I link SQL Server to my html or PHP document? I use Dreamweaver, it’s the same process to connect the test server or…
-
1
votes5
answers3455
viewsQ: Change HTML document to PHP
Guys, how do I turn an HTML file to PHP? Just change the extension? Is that right? Apparently, my server read the page I switched from HTML to PHP, but I have doubts whether it’s right or not, after…
-
0
votes3
answers2526
viewsQ: Download website with php
good evening, I’m learning to code, and so I’m trying to make a copy of a site with login system, password, and various users, I’m trying to download because it’s one of the ways that I particularly…