MySQL selecting from one to many relationship table
-
تاریخ: 1396/10/17 ساعت: 2:24
Hello, I am a newbie in MySQL and I need some help selecting from a one to many relationship table. I have this table: recipe_ingredients +-----------+---------------+ | recipe_id | ingredient_id | +-----------+---------------+ | 1 | 1 | | 1 | 4 | | 2 | 1 | | 2 | 4 | | 2 | 2 | | 3 | 1 | | 3 | 3 | | ...
Multiple buttons to change src and innerHTML of 3 different elements
-
تاریخ: 1396/10/17 ساعت: 2:24
I have already made a simple working example by having lots of duplicate functions (one function for each button) and using onclick but I was wondering if there is a simpler way to have this where I don't have to duplicate lots of code over and over but each button passes the 3 things to the same fu...
gCaptcha and Callback function
-
تاریخ: 1396/10/17 ساعت: 2:24
I like to set all options to work gCaptcha. What should be fixed to work gCaptcha from this script? Need help. PHP Code: <!DOCTYPE HTML> <html> <head> <title>gCaptcha</title> </head> <body> <form id="mycontactform1" method="post"> <script type="text/javascript"> var RecaptchaOptions = {"curl_timeo...
Resolved Golden Globe Awards
-
تاریخ: 1396/10/17 ساعت: 2:24
https://goldenglobelive.com
Compare two arrays of data and save this data to database
-
تاریخ: 1396/10/15 ساعت: 16:52
I have problem with update my database data with data from file. I have file with some data and I have to save this data in database and I have to delete the data which is not in the file. Problem is that every row with data have labels which I need update in the same way. So I have array of my data...
HTML Code for Table
-
تاریخ: 1396/10/15 ساعت: 16:52
Hello everyone! I've never used coding for web design and my superior gave me a task to desig a Wordpress page that has a Table of 3 columns with 10 rows. The table width is 850px and 1st column is 25%, second is 50% and third is 25%. The height of the rows isn't important, some pictures should be p...
Enable Select array.
-
تاریخ: 1396/10/15 ساعت: 16:52
I have a table in a form, the user can add more rows. One of the cells/columns has a select input which is initially disabled. The select is enabled via a checkbox. I can enable a single select using the checkbox when the select name="name", but not when name="name[]". How do I enable multiple selec...
Trouble with Math method
-
تاریخ: 1396/10/15 ساعت: 16:52
I am working up a utility that will convert numbers with decimal fractions to minutes and seconds; as in angular measurements and time (hour) measurements Since the Math.round method will not allow specification of places to round to I have developed an approach for that. But it is depending on the ...
Personal training website - wordpress
-
تاریخ: 1396/10/15 ساعت: 16:52
Hello, My client would like me to build a website similar to: https://thefitbot.com/index.html It will be a subscription type website - once you sign up you will have access to a personal training program that gives you daily workouts to do, you can tick these off each day, it will have the option t...
Modify to output to specific elements
-
تاریخ: 1396/10/15 ساعت: 16:52
I found the following code on-line and it works well. I modified it for just the matrix displays I would like to modify the 'println' function further so that the call to the 'print' function can output to different elements other than id="out". For example: println('out',array); println('out2',arra...
Why my site not show in google search result but it show in Bing search result?
-
تاریخ: 1396/10/15 ساعت: 16:52
Hello friends- Why my site not show in google search result but it show in Bing search result? Actually when we do search engine submission then show in Google but after day it is to be invisible in google. please suggest some authentic method to fix it.
HTML PHP email layout with 'include' function
-
تاریخ: 1396/10/15 ساعت: 16:52
After many hours I finally have the email system working on my website, but now I want to give the emails I send to my customers a layout using html. Now, of course I've found multiple guides online in which I'm told to type the html inside of the php file in the following way: Code: EXAMPLE (https:...
No errors, no warnings, no execution
-
تاریخ: 1396/10/15 ساعت: 0:26
My function to update a mysql table is like this PHP Code: function UpdateTable() { echo "1";// So I know the function is being called. //initiate vars $field1 = "";//repeat for each field echo "2"; //assign values to vars if(isset($_POST['field1'])) { $field1 = $_POST['field1']; //or $field1 = seri...
set autofocus in a form field
-
تاریخ: 1396/10/15 ساعت: 0:26
I want to get the joomla login module to autofocus on the use ame field, e.g. make the cursor ready in the use ame field. I have not figured out how to fix this. Anyone? The code is enclosed (quite short). Attached Files code.txt (5.6 KB)
Create Dynamic Search Form
-
تاریخ: 1396/10/15 ساعت: 0:26
Hello, Please help on how or where to start on how to create a pop up form like the website below: Intero Real Estate Services I have already create a video gallery page which contain a whole bunch of video. I want to have a search bar like them so that when a visitor type in their city it will come...
multiple modal windows, behaviour on close
-
تاریخ: 1396/10/15 ساعت: 0:26
Hi there, I'm pretty new to coding, but I'll try to be as descriptive as i can. I read the sticky on how to post a question here. Please let me know, if I missed anything. My Problem: I have a site with multiple modal windows, based on the Nifty Modal Window Effects by codrops.com. Following some th...
Amplify your future and learn how wex92re closing the digital skills gap
-
تاریخ: 1396/10/15 ساعت: 0:26
Innovate with the newest technologies. Be part of the New. Now. Unleash your skills and transform the world around you. Shape the technology of tomorrow, with the latest digital methodologies and design thinking, like cloud, AI, intelligent automation, DevOps and Agile. Implement innovative solution...
Created a HTML Login/Signup Form which can switch from one to another with Tabs
-
تاریخ: 1396/10/15 ساعت: 0:26
Hey everyone.. Thanks for your attention.. Recently i have made a video and explained all the logics of code as well... Do watch and let me know how was it? Thanks Video : https://youtu.be/uMk5tYgs7jE
Menu for display sub items in a list
-
تاریخ: 1396/10/15 ساعت: 0:26
Hi. How are you ? I am trying to perform in simple menu in html and css I want the sub elements to be hidden, and when the user clicks the parent element, the sub elements are displayed dropdown. before the click Quote: <nav class="Menu"> <ul> <li><a href="#">Category A</a></li> <li><a href="#">Cate...
Two or Three Images for backgrounds
-
تاریخ: 1396/10/15 ساعت: 0:26
I've been looking through W3 to find a solution. Issue is I have 3 images I wanted to use and I've used this before but not as a background so my brain isn't loose enough to see what I'm trying to do. From what I've read at W3 I'm lead to believe only one image is allowed' Heres the CSS I need to ed...