Posts by Ming • 209 points
16 posts
-
-1
votes1
answer305
viewsQ: Notice: Undefined index:
I am with several error msg of : Dryness Notice: Undefined index: basically in my login system when not logged in this error appears in shopping cart qnd has no product appears this error. (When you…
-
0
votes1
answer67
viewsQ: Help when logging in login system, disappear the 2 forms
Well I am wanting to leave a login system that after being validated the login when it appears to the page of the login form that it is logged in and not the login form: ex: we log in the same page…
-
0
votes1
answer51
viewsQ: Add access level to this php code
<?PHP include('config.php'); # Validar os dados do usuário function anti_sql_injection($string) { include('config.php'); $string = stripslashes($string); $string = strip_tags($string); $string =…
-
0
votes0
answers30
viewsQ: How to put a Count inside a box
i wanted to put a time counter ( ex: a promotion of 10% for a certain time) would be able to do this with mysql ? Could someone give me a hand on how to start doing that? ( how to put Count inside…
-
1
votes1
answer70
viewsQ: How to make a box and a href in this box
Well I wanted to create a box where when clicked a Hoover appears and it has a link: ex: with Hoover: as is mine so far : html code: <section id="promo"> <?php $consulta =…
-
0
votes1
answer934
viewsQ: Problem leaving a div Responsive
Well I created a div with a background and a form inside it to leave centralized + 1 soon. html: <div class="fundobg"> <img src="images/logosecure.png"> <form method="POST"…
-
0
votes1
answer735
viewsQ: Help with menu spacing
Well I’m trying to make a menu where you have, start / over / store and then a space and the "search" and another space and a login/ registration, but I’m not getting. Could someone help me?…
-
0
votes1
answer117
viewsQ: Nav problem in css
Well I created a Nav with class = topbar and tried calling in css but it’s not going: <nav class="topBar"> <ul> <a href="#"><li>Inicio</li></a> <a…
-
1
votes1
answer41
viewsQ: I’m having a problem with a script
Good at the code : <!doctype html> <html><head> <meta charset="utf-8"> <title>Documento sem título</title> <!-- PLUGINS --> <link…
-
-1
votes1
answer1518
viewsQ: select / form / input / html and php integration
Well I’m trying to create a system that looks like this: As I’m starting now, and I’m trying in every way to learn even if it takes a long time to get something close to it. So far I’ve managed to…
-
-3
votes2
answers5458
viewsQ: How to create a drop-down list in html?
Can you create something like this with html? Or what is best used to create?…
-
-2
votes1
answer148
viewsQ: A msg box before opening the site
Good was wondering how to start doing that that appears in the img if there’s any way someone can provide a code base or something that helps me to do this I’ll be very grateful.…
-
2
votes4
answers6985
viewsQ: How to underline html / css
How I take this subline of dark blue or how to change the color? the code in html: <section class="esp"> <div class="facebook"> <img src="images/facebook.png" alt="facebook"> <a…
-
-2
votes1
answer63
viewsQ: With what web language could I develop something similar to this image?
Well I’m willing to implement some such system on a website, as shown in the picture you choose where you are and where you want to get and the mode and appears a value, Could someone give a light?…
-
2
votes1
answer59
viewsQ: responsive website, CSS problem
Everything was going very well, but I came across a problem in my css.. One is my footer, that even if I change the background color it gets the background color of the body My top css code: @import…
-
0
votes2
answers256
viewsQ: I’m having a problem with padding/ margin
css code: .row { display: block; overflow: hidden; background: url(../images/faq.png); background-position: top center; height:auto; background-repeat: no-repeat; color: #000000;…