Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.03 seconds.
Search: Posts Made By: Iggy0828
Forum: JavaScript programming 10-09-2012, 03:02 AM
Replies: 1
Views: 238
Posted By Iggy0828
HTML data to Javascript to MySQL

I apologize if this is in the wrong forum but since a majority of what I'm doing with this will be in javascript I figured I'd post here. Anyway, I am trying to pass form data, textboxes and...
Forum: MySQL 09-26-2012, 02:08 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
The issue is now resolved. Thanks to another...

The issue is now resolved. Thanks to another forum I found out that you cannot pass values from HTML to PHP without other PHP programmers wanting to tar and feather you. Once I put everything into...
Forum: MySQL 09-26-2012, 12:43 AM
Replies: 19
Views: 1,701
Posted By Iggy0828
changing it to showing only one record made no...

changing it to showing only one record made no difference.
Forum: MySQL 09-26-2012, 12:23 AM
Replies: 19
Views: 1,701
Posted By Iggy0828
<form action="edit_form.php" method="post"><table...

<form action="edit_form.php" method="post"><table border="2" width="5000" cellspacing="0" cellpadding="3"><tr><th width="8">DBID</th><th width="12">SoD Item ID</th><th width="4">Tier</th><th...
Forum: MySQL 09-26-2012, 12:13 AM
Replies: 19
Views: 1,701
Posted By Iggy0828
No, I didn't know that so I guess I should change...

No, I didn't know that so I guess I should change LIKE to = so it only pulls up one record on search.
Forum: MySQL 09-25-2012, 10:17 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
Sorry for the bad formatting. The checkboxes all...

Sorry for the bad formatting. The checkboxes all show up as they should when I echo the query, nothing else does though.
Forum: MySQL 09-25-2012, 10:14 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
ok here's the html form <?php $var=...

ok here's the html form


<?php
$var= @$_GET['id'];
$trimmed = trim($var);
$limit=10;

if ($trimmed == "") {
echo"<p>Please enter a search...</p>";
Forum: MySQL 09-25-2012, 09:50 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
Still haven't been able to get this to work and I...

Still haven't been able to get this to work and I know it has to be something stupid simple :(
Forum: MySQL 09-25-2012, 07:15 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
Item Name should never be empty. I'm not sure...

Item Name should never be empty. I'm not sure why there are so many empty datatypes. Could it be something in my update html form? Somehow it's not passing the id to the query?
Forum: MySQL 09-25-2012, 06:38 PM
Replies: 19
Views: 1,701
Posted By Iggy0828
I get this: UPDATE Items2 SET soditemid =...

I get this:


UPDATE Items2 SET soditemid = '0', Tier = '', ItemName = '', AC = '', STR = '', STA = '', DEX = '', AGI = '', CHA = '', WIS = '', `INT` = '', HP = '', Mana = '', MR = '', FR = '', CR...
Forum: MySQL 09-25-2012, 04:38 AM
Replies: 19
Views: 1,701
Posted By Iggy0828
MySQL Updating using HTML form and PHP

I'm now trying to update data using a form, this is the update script. Unfortunately the things I update do not take effect. Everything else stays the same though.


<?php
...
Forum: MySQL 09-24-2012, 02:23 PM
Replies: 1
Views: 363
Posted By Iggy0828
editing using an html form and php

I am building a webapp for a development project using mysql and php. I am currently trying to build an editing page. I'm running into a problem pulling checkboxes. I have two sets of them that are...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 11:01 PM.