Member Avatar

Good morning, I state that I am a beginner, I kindly need help from you. I made a page containing a form that submits data to a database. Everything works perfectly. I would now need to send the data to my email address at the same time. The form contains name, email, text1 text2 and text3. I have tried in every way but without getting any results. Thanks everyone for the help. A favor to be very simple in the explanation, just because they are at the first steps.

Member Avatar
0
69
Member Avatar

Hi all,` The below code is giving me problems. <?php $ddaa = $pdo->query("SELECT id, stockname, stockno, producer FROM storemaster order by stockname");; while ($data = $ddaa->fetch(PDO::FETCH_ASSOC)) { echo '<option value="'.$data['stockno'].'" data-producer="'.$data['producer'].'"> '.$data['stockname'].'</option>'; } ?> This is the script: <script> $('#stockname').on('change',function(){ if($(this).val() !=0){ $('#stockno').val($(this).val()); $('#producer').val($(this).attr('data-producer')); } }); </script> All I wanted from this code is when I click a stockname from the dropdown list, The stockno and producer textbox should be fetched. But now only the stockno is fetched and the producer is null. Please help out. Thank you. Emeka

0
26
Member Avatar

Hello, I wanted to make a unique UI for My website, which should be look like https://www.beyoung.in/ This website. provide me a valuable suggestion.

Member Avatar
-1
46
Member Avatar

Install extension web developer, use the tool to view and edit CSS when using firefox browser after that you Embedd CSS from https

0
12
Member Avatar

Hello Member, I am doing front end development from the last 2 months. I have got 1 project from a client. Almost the work is completed but now the client is also demanding for right click disabled for all webpages something like [this](https://www.usersadvice.com/). I have done it but the source code of the site open when pressing the shortcut keys CTRL+U how can I also disable view of source code? Any help is appreciated. Best Regards Darren

Member Avatar
0
27
Member Avatar

Hello. Is there anybody here who's eager to help me building a webgame? It's mostly written in PHP and there are some Javascript and CSS files included. I put it on Github. I haven't been using a framework (yet). If you first want to know more, just ask (of course). Leon

Member Avatar
0
58
Member Avatar

Could you get html codes in the software, after finishing the wireframe design?

Member Avatar
2
110
Member Avatar

Hello everyone, Could someone please help me with an Html and CSS issue. I am using asp.net c#. I am stuck in how to create an array of buttons in HTML. I do know how to create 1 button but I need to create about 10-12 buttons. Would like to know how to declare an array. Thank you

Member Avatar
0
86
Member Avatar

Please give any idea

Member Avatar
1
1,031
Member Avatar

Hi Guys, I am new here I found this forum very well managed this is very satisfactory. I am new in affiliate marketing as well and want to create affiliate website and was looking for solution with data API. Could anyone help me in this regard, I found a solution, https://www.revglue.com/blog-detail/13-setup-free-uk-mobile-comparison-website, it looked me fine but not sure if really it is. Please provide me guidlines how I can build an affiliate comparison webiste or have you worked with revglue or is there any service provider that i can hire? Thanks Alex.

Member Avatar
0
51
Member Avatar

So sorry for brief periods of the CSS and Javascript files not being properly loaded earlier today. However, on the bright side, we now have CSS/JS versioning properly set up again, which means I'm going to stop asking you guys to clear your browser cache whenever I release a new feature.

Member Avatar
0
411
Member Avatar

I’m working with Visual Studio 2017 and Bootstrap 4.5.0. Under a master page, I have a Payment page that contains a txtName textbox, a txtPin textbox and btnPay button. To this, I want to add a DateTimePicker. When btnPay is clicked, values of txtName, txtPin and DateTimePicker should be saved to the database. To implement this idea, I'm using [Tempus Dominus DateTimePicker](https://tempusdominus.github.io/bootstrap-4/), that works with Bootstrap 4 or later. It's the updated successor of [Bootstrap.v3.Datetimepicker.CSS 4.17.45 by eonasdan](https://www.nuget.org/packages/Bootstrap.v3.Datetimepicker.CSS/). However, while using Tempus Dominus, though the DateTimePicker is appearing and its functions are working properly on the page, no icons of …

Member Avatar
0
93
Member Avatar

Hello i want to make dark mode for my Ionic 3 Angular 5 project. I made the functions that change themes as i wanted. My problem is that scss variables in my ionic.theme.dark scss file inside the theme folder don't apply e.g. $background-color simple css rules apply just ok. e.g. p{font-size:40px}. I think there is a workaround because when i just call the ionic.theme.dark in the variables.scss file without putting it in a class it works fine but when i need to call the dark mode inside the class e.g. .dark-theme{@import "./ionic.theme.dark";} it calls only the css rules not the …

0
16
Member Avatar

How to create a synchronized Online/Offline data application with php/mysql

Member Avatar
0
42
Member Avatar

Hello guys, I am using a Bootstrap grid with 6 element (As articles). 5 come directly from the database, and I need to add one more article element at the beginning, just for aesthetics. This is what I have so far. Any help is welcome. Thank you! Here's the idea of what i need https://imgur.com/a/JTlROZ2 <?php $i = 0 ?> <?php START LOOP ?> <?php if($i % 2 == 0): ?> <div class="ps-box"><!-- POST --> <div class="row"><!-- ROW --> <?php endif; ?> <article> Element </article> <?php if($i % 2 != 0): ?> </div><!-- / ROW --> </div><!-- / POST --> …

Member Avatar
0
102
Member Avatar

Are you a developer looking to improve your WordPress skill set by including WordPress and Bootstrap development together? Well, you’re in the right place. The following is a guide that helps you integrate Bootstrap, a powerful front-end development framework with the world’s most popular CMS, WordPress. For this article, we will be using the latest Bootstrap version, which is v4.4.1, and integrating it with a WordPress theme. In the developer sphere, both WordPress and Bootstrap hold immense value. If the former dominates the CMS industry with a market share of 63.1%, then the latter occupies the coveted position of being …

0
425
Member Avatar

I need to improve my English communication skill, but I am very boring to use language learning tools/methods, but instead of this I would like remote working on some real PHP/JavaScript/Node.js/DevOps project (where I feel strong) and as a side effect would be practicing English communication. I have max 10 hours per week available for this. The client and team members should be patient with my weaker English. Can you recommend something to me? (e.g. where to get such a project or something else) Thank you!

Member Avatar
0
66
Member Avatar

Hello Web Developers, Using CSS what is the best way to expand a div to fit it's content? I currently use `overflow: auto` but sometimes the div turns into a scrollable element which disrupts the design. Can this be done in another way like `height: max-content`? Are there any other ways of going about this?

Member Avatar
0
27
Member Avatar

I have 5 items listed within a 200x200 box, and would like for the details of the clicked item to appear as either an overlay that spans only that box or as a div that completely replaces the original 5 options. Kinda like an accordion menu, but with the nav menu items completely disappearing rather than just moving out of the way. To return to the original layout, I'd like a simple [x] as the close button. I've searched everywhere for a tutorial, so I'm guessing maybe it's either not possible or a really bad idea. If the latter, let …

Member Avatar
0
423
Member Avatar

Hello i want to create in html and css something like the picture i shared here. An image over two divs. Equally divided through the two divs like the picture here. Any sugestion? ![sample.png](/attachments/large/4/eab51ce489d73c359202b562bd368348.png)

Member Avatar
1
3,344
Member Avatar

Is python used for web development?

Member Avatar
0
348
Member Avatar

I have some inline css that I'd like to add to an existing styles.css file but have no idea what the format needs to be. Here's what the inline css looks like: <style> .container { display: flex; max-width: 1350px; margin-right: auto; margin-left: auto; padding-top: .3rem; padding-bottom: 1.5rem; } .divL { box-sizing: border-box; padding: 5px; border-right: solid 1px #000000; border-left: solid 1px #000000; background: #eaeaea; width: 50% ; } .divR { box-sizing: border-box; padding: 5px; border-right: solid 1px #000000; border-left: solid 1px #000000; background: #eaeaea; width: 50% ; } .divR h1 { font-size:24px; font-weight:bold; margin-bottom:8px; border-bottom:solid 1px #000000; padding-bottom:10px; text-align: center; …

Member Avatar
0
133
Member Avatar

Hello friends, I have a website on which I embedded my YouTube channel, but I need my users to pay before they can watch live videos. Help me.

Member Avatar
0
110
Member Avatar

I'm new to web development. I'm trying to design different pages of a website having similar properties like background, navigation menu, footer etc. How do I design all the webpages using just one code in order to avoid multiple editing when a change is necessary.

Member Avatar
0
141
Member Avatar

Hi everybody, Im developing one html and i need to display submenu how can i change the id aria-hidden true to false and vice versa when i click the button? Thank you <div class="wprw9j-0 hFDMkC" id="navbar-subnav-menu" aria-hidden="true"> <div class="dgf6n9-0 dAiGqK"> <ul class="dgf6n9-2 csTLEY"> <li class="dgf6n9-1 izNbxb"><a class="sc-5f33yf-1 sc-12r7gm-2 fOFqvA sc-5f33yf-2 NHJnw" href="home.html"><span class="sc-5f33yf-0 hLgzcu"><img src="assets/logos/home-w.svg" alt="Home" height="24" class="sc-12r7gm-0 fjqWqA hfbp74-0 iwdxVb" /><img src="assets/logos/home.svg" alt="Home" height="24" class="sc-12r7gm-0 fjqWqA hfbp74-0 iwdxVb" /></span></a></li> <li class="dgf6n9-1 izNbxb"><a class="sc-5f33yf-1 sc-12r7gm-2 fOFqvA sc-5f33yf-2 NHJnw" href="about.html"><span class="sc-5f33yf-0 hLgzcu"><img src="assets/logos/w9_ghost-b1bab2947b.svg" alt="About" height="24" class="sc-12r7gm-0 fjqWqA hfbp74-0 iwdxVb" /><img src="assets/logos/about.svg" alt="About" height="24" class="sc-12r7gm-0 fjqWqA hfbp74-0 iwdxVb" /></span></a></li> <li class="dgf6n9-1 izNbxb"><a …

Member Avatar
0
158
Member Avatar

As part of a project to manage my collection of photos, I wanted to add the capability of displaying a series of files as thumbnails. This posed me with three problems: 1. how to preserve the aspect ratio of the original images 1. how to generate the thumbnails without tying up the application 1. how to avoid running out of memory Because generating thumbnails of images is (I think) of reasonably wide interest I thought I'd write it up as a code snippet. To recreate the project, start with a blank form and add two buttons, btnDetails and btnThumbs. Add …

Member Avatar
3
2,059
Member Avatar

Is it possible to autofit a generated text inside a div? I have a button that creates a text inside a div element using javascript. The problem is there are some long text that are generated which overlaps the div that contains it. Is there anyway to auto fit like that? this is my html code : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://fonts.googleapis.com/css?family=Baloo+Chettan+2|Liu+Jian+Mao+Cao&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet"> <link rel="stylesheet" href="thiscss/randomqoutes.css"> <title>Document</title> </head> <body> <div class="container"> <div class="overlaycontainer"> <button id="closebtn" class="close">+</button> <div class="qoutetextwrapper"> <div class="qoutetext"> <h3 id="theqoute" class="qoute">TEST Qoute QOUTE TEST</h3> // this is …

Member Avatar
0
122
Member Avatar

I am skilled in Core PHP, JavaScript, Mysql, Ajax, HTML, CSS, jQuery and Codeigniter and having 4+ years of experience in Web Development. I have very vast knowledge in dynamic and static website development.

Member Avatar
0
443
Member Avatar

I want to make this table with HTML and CSS but somehow the image cant appear in the browser... Can you help me? https://prnt.sc/rmo2xl .box-border { display: inline-block; border: 1px solid; height: 80px; width: 100%; } .image-position { display: inline-block; } <div class="box-border"> <div class="image-position"> <img src="igniteLogoImage.png" alt="asdasd" width="42" height="42"> </div> <span>Gurcino Team</span> <span>Pool Builders</span> <span>Pricing Options</span> </div>

Member Avatar
0
589
Member Avatar

Can I relocate to a new url after click the ok button using sweet alert? this is my javascript file, where should I place here the code if its possible thank you $(document).ready(function() { $('#formA').on('submit', function(e) { //Don't foget to change the id form $.ajax({ url: 'includes/Aenduser.inc.php', //===PHP file name==== data: $(this).serialize(), type: 'POST', success: function(data) { console.log(data); //Success Message == 'Title', 'Message body', Last one leave as it is swal('¡Success!', 'Request sent!', 'success'); }, error: function(data) { //Error Message == 'Title', 'Message body', Last one leave as it is swal('Oops...', 'Something went wrong :(', 'error'); } }); e.preventDefault(); //This …

Member Avatar
0
278

The End.