Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~7K People Reached
About Me

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
Favorite Tags

17 Posted Topics

Member Avatar for KingGold171

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 …

Member Avatar for KingGold171
0
952
Member Avatar for KingGold171

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 = …

Member Avatar for jkon
0
209
Member Avatar for KingGold171

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 …

Member Avatar for KingGold171
0
798
Member Avatar for spyros.lois

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)); …

Member Avatar for diafol
0
279
Member Avatar for KingGold171

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 …

Member Avatar for diafol
0
330
Member Avatar for wareez

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 …

Member Avatar for KingGold171
0
197
Member Avatar for LD-005

Are you using a SQL database to store the data in and calling in with PHP? Or is it written in static HTML?

Member Avatar for KingGold171
0
127
Member Avatar for VB 2012

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' />&nbsp;<img alt="Helium" class="gauge" src='/images/resources/helium5_icon.gif' /></div> > <div class="fb-resource-text"> > <span class="resource"><b><span …

Member Avatar for KingGold171
0
163
Member Avatar for KingGold171

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 …

Member Avatar for KingGold171
0
184
Member Avatar for superheroo

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. …

Member Avatar for KingGold171
0
387
Member Avatar for Sunjay03

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 …

Member Avatar for davidborg
0
268
Member Avatar for SI THU

[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 …

Member Avatar for KingGold171
0
141
Member Avatar for czr

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

Member Avatar for Dandello
0
74
Member Avatar for tcepser

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 …

Member Avatar for KingGold171
0
102
Member Avatar for momonq1990

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;} …

Member Avatar for anand01
0
141
Member Avatar for Mike_H

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 …

Member Avatar for KingGold171
0
242
Member Avatar for kiwimedia

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 …

Member Avatar for KingGold171
1
3K

The End.