تبليغ
سؤال
I have a flask app which gets user input from an html form. The python code(as shown below) then uses that input to generate a visualization using Plotly and stores that as a <div> tag in an html file. fig = ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I have this card I am trying to make, that has an image container, and inside the image. With the display: block on the image which you can see below, I am able to get an even space on the left ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
Good day! <?php $db = "SELECT * FROM table"; $stmt = $conn->prepare($db); $stmt->execute(); $results = $stmt->fetchAll(PDO::FETCH_ASSOC); foreach ($results as $row) { ?> <input type="text" name="test[]" value="<?php echo $row['id'] ?>"> <?php } print_r($_POST['test']); ?> I have this input field inside a foreach loop. I am doing a SELECT query from ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I use webpack and use tailwindcss for my styles. But when I want use tailwindcss classes in my html files, autocomplete not worked in my phpstorm editor (tailwindcss plugin enable in phpstorm IDE). How can I fix this problem? My package.json file is: { ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

to a button, now its overflowing its parent container

تبليغ
سؤال
i have trouble fixing my problem: I have a link styled to look like a button. I want it to direct to a sub-page. Now its clipping on the bottom from the parent container. Can someone help? I'm new ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
Im making a basic react website and so far ot has been working perfectly fine up until I add an app.js-like file and use that in my directory. My normal index.js file that renders the components is below import React from ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I am working with javascript when I submit the form I store the data in a table but the table data is also clear index.html <body> <form id='freg'> <label>firstname</label> <input type='text' id='fname'> <label>lastname</label> <input type='text' id='lname'> <label>officelocation</label> <input ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I'm a newbie in html - css and I have a question about what properties I should put in the *, html and body selector. For example, should I put font-size property in the *, html or body selector? And ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء