Posts by Leonardo • 1 point
2 posts
-
0
votes1
answer30
viewsQ: Function inside the sql server
I’m trying to make a function inside the sql server, however, I can not use it because of an error saying that the result consists of more than one line (Error Code: 1172 Result consisted of more…
-
0
votes1
answer277
viewsQ: Passing placeholder value to a variable
Hi, I’m a newbie and would like to know how I can pass the value of the placeholder to a variable ($email) <input type="text" class="form-control" placeholder="Email" = name=""/>…