Self-Taught HTM, PHP, CSS, Computer Building. Band Roadie + Website Admin
- PC Specs
- Windows 7 Ultimate 8GB Ram 64Bit Graphics card Geforce GTX 730, 3.5TB Hard-Drive, 2x Quad Core
17 Posted Topics
Hi been working on this final piece of the puzzle and it seems like the last step is the hardest. So far been able to stop it from adding multiple items per button click (number of rows + 1) Update QTY count for first item only. Trying to have it … | |
Hiya DaniWeb members, Before starting it's not basic $variables I need help with. I've been working on a project lately for a Minecraft Server website and this project will work alongside the MCMMO plugin. Most of it works but I would like some help/advise on how to turn $nextLevel = … | |
Hello Daniweb members. Im looking to create a script which checks the current date and time (of web server to ensure a pre-set time zone) and display a message. *What i'm aiming for the script/s to do. *Check current date and time *If day = eventDay BUT time = before … | |
Re: Hiya spyros.lois, Try .... insert.php _______________________________________ <?php $id = $_POST['id']; $manufacturer = $_POST['manufacturer']; $transferrate = $_POST['transferrate']; $cache = $_POST['cache']; $size = $_POST['size']; $RPM = $_POST['RPM']; $use = $_POST['use']; $price = $_POST['price']; $seller = $_POST['seller']; $detail = $_POST['detail']; $sql="INSERT INTO hdd(id, manufacturer,transferrate,cache,size,RPM,use,price,seller,detail) VALUES ($id,'$manufacturer','$transferrate','$cache','$size','$RPM','$use','$price','$seller','$detail')"; if (!mysqli_query($con,$sql)) { die('Error: ' . mysqli_error($con)); … ![]() | |
Hello fellow PHP trained monkeys :D I am trying to find a way to have a basic CMS management system but to be dynmic on one PHP page only, the most part works for the first time of selecting the username, and then from either add or minus buton. The … ![]() | |
Re: Would something like this be clean enough? Add the required 4 SQL Database details between the '' <?php //################################################################# //Only edit the following 4 varibles $SQLhost = /* SQL Host */ ''; $SQLuser = /* SQL Username */ ''; $SQLpass = /* SQL Password */ ''; $SQLdb = /* SQL … | |
Re: Are you using a SQL database to store the data in and calling in with PHP? Or is it written in static HTML? | |
Re: Hiya, VB 2012 This post should be over in the "Web-Devlopment" section under html. But before it gets moved by a moderator i might as well help answer you problem. > <div class="fb-resource-item resource-item-hel"> > <div class="fb-resource-image"><img alt="Helium" src='/images/resources/helium_icon.gif' /> <img alt="Helium" class="gauge" src='/images/resources/helium5_icon.gif' /></div> > <div class="fb-resource-text"> > <span class="resource"><b><span … | |
Hi, DaniWeb members, Recently i've been developing a progam that will read in a player database that is stored in plain text if the folling format name ,age,score,date played So far i have managed to read in the file and caculate the number of players in the database by Do … | |
Re: If you would be able to write your program design in full psuedo code, then i will be more than happy to write this out in full for you, and i have access to College tutors who teach VB.net who will be able to help with the debugging and testing. … | |
Re: Submit buttons are always best displayed at the end of any form. This allows the people who fill it in know that they have completed the form and all they have to do now is send it off. Something worth adding to any form is a reset button so if … | |
Re: [CODE]@echo of :loop shutdown -s -t "(number of seconds)" -c "(Your text here)" goto :loop[/CODE] works well as a .BAT file and the code above will leave the dialog box open no matter how many times they click the "X" Simple, fun and annoying and most important harmless From this … | |
Re: I don't fully understand what you are asking for so would you be able to paste some code snippets of the area you are wanting to solve? Thanks KG171 | |
Re: After looking at you picture layout i came up with this design. To show you what the code produces please visit the URL below. If it is what you are looking for, it was fun making it just for you :) [URL="http://www.kg171-testing.comlu.com"]Click here to preview the code.[/URL] [I]On the code … | |
Re: These codes will allow you to have a fixed image background. It will adjust along with the browser window size, also image will adjust to the length of the webpage. [U]Place these 2 scripts after the <title> </title> tag's, and before the </head>[/U] [CODE]<style type="text/css"> html, body {height:100%; margin:0; padding:0;} … | |
Re: Quick and simple code for what you have asked for. [U]Place this after the [I]<title> </title>[/I] tags and before the [I]</head>[/I] tag.[/U] [CODE]<style type="text/css"> ul#list-nav { list-style:none; margin:20px; padding:0; width:700px } ul#list-nav li { display:inline } ul#list-nav li a { text-decoration:none; padding:5px 0; width:80px; background:#485e49; color:#eee; float:left; text-align:center; border-left:1px solid … | |
Re: For a fully working feedback to e-mail system i recommend this one, i know it works by using it myself on my website's and if anyone has some knowledge in HTML code then u can adapt the form to suit your needs, then if you have some PHP script experience … |
The End.