6,562 Topics

Member Avatar for
Member Avatar for Mr.M

Hi Guys. I'm having a serious problem that is holding me back. I have a file which is a user dashboard and this file gets data from another php script file which is called by a user login screen when a user clicks login. The file verify the credentials then …

Member Avatar for Daniel_87
0
23K
Member Avatar for davy_yg

Any clue how to use an image for browse button? I try : <input type="file" name="userfile"> <input type="image" src="images/reg/upload_foto.jpg" value="Upload" name="Upload"> and still does not works. Can you turn an image into a browse file button?

Member Avatar for gentlemedia
0
180
Member Avatar for davy_yg

Ever heard Saas or Less? (for frontend developer) What is it for? I read the article and still do not understand the purpose.

Member Avatar for rproffitt
0
170
Member Avatar for Mr.M

Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array data that I posted to my php file then at the end of response is the returned data which is …

Member Avatar for Mr.M
0
490
Member Avatar for logicslab

Friends, I have a search list as shown in image below ![View3.png](/attachments/large/2/d1321f559022df4c5850e9a5fce3635e.png "align-left") When clicking on a result i need to show that detaIls on same place without going to another page ( like ajax in web) . I click first row in search result got that details as shown …

0
266
Member Avatar for davy_yg

How to create a button that redirect to certain location in a website which is still on the same page?

Member Avatar for Daniel_87
0
517
Member Avatar for Monrach

Getting an empty drop-down list by the following code. Trying to fetch names from the department table. Using an oracle Database... <label for="department">Department</label> <select class="form-control" name="deptname" id="deptname"> <option selected disabled></option> <?php $dbUser = "..."; $dbPass = "..."; $dbConn = "(DESCRIPTION = (ADDRESS = (PROTOCOL=TCP)(HOST=...)(PORT=1521))(CONNECT_DATA=(SID=...)))"; $conn = oci_connect($dbUser, $dbPass, $dbConn); $sql …

0
743
Member Avatar for Phil_10

I'm running a weather station with daily time lapse videos on my site.. I am wanting to run a calendar on my site so when you click on the day the video will run underneath.. I'm having trouble as to linking the video to the calendar day without creating 365 …

0
233
Member Avatar for Ashley_16

This is my code, which changes by frame, I need to do a scoring system, but when I used the following code to add a score it works fine for the first 2 frames then doubles and by the end it's like 229. Thank you for any help. Score; var …

0
251
Member Avatar for Jon_7

I have a yearly curriculum for my basketball workouts that I'd like to display online. I've created 53 unique workouts for each day of the week that include the main focus for the day, 6 drills, a quote, and a motivational story. I know I'd need a [datepicker](https://jqueryui.com/datepicker/) to accomplish …

Member Avatar for Jon_7
0
710
Member Avatar for Kim Gabrielle

I am making a webpage wherein I am going to ask for an input through an html form using php, and then call a python script after clicking "submit (flames)" to run and process the Flames game. Can someone help me on how to execute a python script through a …

Member Avatar for broj1
0
7K
Member Avatar for Dillon_4

I am trying to recieve my form email in a more organized html table format. I get the email in code form. How can i get it translated? <?php $howDidYouHear = $_POST['howDidYouHear']; $weddingDate = $_POST['weddingDate']; $weddingTime = $_POST['weddingTime']; $ceremonyLocation = $_POST['ceremonyLocation']; $receptionLocation = $_POST['receptionLocation']; $additionalLocation = $_POST['additionalLocation']; $guests = $_POST['guests']; …

Member Avatar for ryantroop
0
581
Member Avatar for QUang_3

I have a web site. http://jimmy.d2g.nu now I put a DISCLAIMER up because I have found a web site that cloned by HTML site. I heard about some kind of code that encrytions fuck I cant spell. Anywho when people view my Source is there is a way to hide …

Member Avatar for pty
0
350
Member Avatar for ekka

hello i have set a form with tow tag : first is an input[text] and the seconde is input[submit] , what i try to do is to align the tow element in one line , the problem is i'm getting margin top of the first input tag (input[text]) , i …

Member Avatar for gentlemedia
0
509
Member Avatar for ekka

i need your help , i m trying to put borders around the page in the attachment ,so i try some DIY like this : <html> <head> <style> body { /*position : relative;*/ height: 100%; max-height: 100%; } .top-border { height: 10px; width: 100%; position : absolute; top : 0; …

Member Avatar for ekka
0
850
Member Avatar for bikitybam15

For some reason, when I open Microsoft Word the top and bottom margins are non-existent. When I go to File>Page Setup, it says the top and bottom margins are set to 1 inch. I've tried changing them to a variety of different numbers, and they don't change at all. Any …

Member Avatar for Pharunee
0
15K
Member Avatar for ekka

hello guys. I'm here to ask about margin and position properties with tow example : the first is a misalignment (vertical --margin-- and horizontal --align-text-- ) of select tag, the problem is that I add align-text and margin-top properties in the CSS style, but it is invisible for the select …

Member Avatar for ekka
0
505
Member Avatar for Jon_14

Hi, I have a shortcode in WordPress that returns a number for a user. I'd like to be able to sum multiple returns of this number for different users. So it would basically do; [shortcode answer 1]+[shortcode answer 2]+[shortcode answer 3]......... Can any one let me know if this is …

0
139
Member Avatar for Jedrzej

Hello! I'm learning to program. I'm watching courses on how to create blogs in "laravel". I created an admin panel with the function of adding the article "form html". it is: title, description, text field - name is "section" I would like to add a button to add another "section". …

0
202
Member Avatar for Lisa_14

Hello friends, I'm trying to remove all tags from a Wikipedia entry, leaving a simple text file. I have downloaded an HTML file from Wikipedia and hunted through my program. But the tags are not removed properly. Instead, only nonsense comes out of it. Where is my thinker? Java: import …

Member Avatar for pty
0
379
Member Avatar for webguru_1
Member Avatar for jkon

Let me give you the context. We are a small company 5 persons , two owners and we do have a variety of interests. But to be honest the money flow comes from eshops , there we developed our own platform in PHP in a way that could be in …

Member Avatar for jkon
0
424
Member Avatar for Mr.M

Hi DW. I am able to purchase from my online store but I don't seem to be able to get the pass through data which whould be sent to my notify_url. Payfast is my payment gateway and now it does call my notify_url because two files are created after I …

0
567
Member Avatar for aixlu
Member Avatar for Natalia_3
0
3K
Member Avatar for bobby_6

Hi all, How would I read a bin file(which contents are attached below), and then from that bin file create an html file with a table of that bin files content(html format is attached as well)

0
160
Member Avatar for davy_yg

Hello, I am having a problem here. I have two version of navigation that I have created: one for pc and the other one is for cell phone. I have to leave the viewport setting like this: <meta name="viewport" content="width=1280"> if I change it like this: <meta name="viewport" content="width=device-width, initial-scale=1.0"> …

Member Avatar for gentlemedia
0
350
Member Avatar for davy_yg

Also cek the bootstrap navigation on cell phone: www.advance-web-studio.com I would like to decrease the height for each navigation item but how? Each navigation item looks too big. Thanks in advance.

Member Avatar for Kannu_2
0
385
Member Avatar for Ninja_1

I need assistance in storing checkbox API values. I have multiple checkboxes and I can display API values in html when checkbox is checked. But how do I store the initial value of a checked checkbox and show it in a span? I currently get “on” value instead of API initial value …

Member Avatar for Kannu_2
0
287
Member Avatar for davy_yg

Hello, I place this navigation on the header hoping that on the cell phone the navigation start going mobile navigation. There is one problem, I wonder why this code: @media (max-width: 576px) { is being printed on pc? header.php @media (max-width: 576px) { <nav class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> …

Member Avatar for pty
0
360
Member Avatar for Mr.M

This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the php code which is inside the same html page as form and this php code will then get the value …

Member Avatar for Mr.M
0
6K

The End.