Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 153
Search took 0.37 seconds.
Search: Posts Made By: wojo1086
Forum: PHP 11-28-2012, 08:14 PM
Replies: 6
Views: 455
Posted By wojo1086
Question foreach()-How to find out which index number you're on?

While looping through a multidimensional array with foreach(), how do you know which index you are on? Reason being: if you want to search through the multi. array to delete a value, there may be two...
Forum: PHP 08-27-2012, 08:47 PM
Replies: 2
Views: 280
Posted By wojo1086
Is this text based MMO going to be an online or...

Is this text based MMO going to be an online or offline game?
Forum: PHP 08-27-2012, 04:52 PM
Replies: 34
Views: 1,143
Posted By wojo1086
Ok, in order to use session variables, you'll...

Ok, in order to use session variables, you'll need to start a session. Every page that will use session variables needs to have a session started. To begin, at the VERY top of the page, even before...
Forum: PHP 08-27-2012, 04:35 PM
Replies: 34
Views: 1,143
Posted By wojo1086
Hmm...I see you GET the value of id and then...

Hmm...I see you GET the value of id and then store it to $id. But since your update query is in another file, you'll need to store it to a session variable. This way it can be accessed in the next...
Forum: PHP 08-27-2012, 04:16 PM
Replies: 34
Views: 1,143
Posted By wojo1086
Ok...try this. According to your code now, your...

Ok...try this. According to your code now, your $query variable isn't storing the update query because you don't have the '=' sign. It just says $query ("UPDATE...); It needs to be $query =...
Forum: PHP 08-27-2012, 03:53 PM
Replies: 34
Views: 1,143
Posted By wojo1086
Why do you have little apostrophe looking things...

Why do you have little apostrophe looking things around your column name? Ex:
`date_next_maint`
They shouldn't be there.
Forum: PHP 08-27-2012, 03:52 PM
Replies: 34
Views: 1,143
Posted By wojo1086
Basically what tangoforce is saying is that you...

Basically what tangoforce is saying is that you need to tell mysql which row to update. If not, it will update all the rows. To prevent this, you need to add `comments` ='$comments' WHERE rowID =...
Forum: HTML & CSS 08-25-2012, 02:45 PM
Replies: 8
Views: 762
Posted By wojo1086
I don't believe IE supports the .ico extension....

I don't believe IE supports the .ico extension. For my website, I just have two versions of the favicon, one as a .ico and the other as a .png.

<link rel="shortcut icon" href="images/favicon.png"...
Forum: HTML & CSS 08-21-2012, 05:06 PM
Replies: 2
Views: 308
Posted By wojo1086
Do you want the sides rounded lke the nav bar...

Do you want the sides rounded lke the nav bar itself?
Forum: HTML & CSS 08-21-2012, 05:04 PM
Replies: 9
Views: 644
Posted By wojo1086
I'll take a closer look at it when I get home...

I'll take a closer look at it when I get home from work.
Forum: HTML & CSS 08-21-2012, 04:02 PM
Replies: 9
Views: 644
Posted By wojo1086
Make sure you give .noul a z-index: 10; and...

Make sure you give .noul a z-index: 10;
and .post a z-index: -1;
Forum: MySQL 08-21-2012, 03:55 PM
Replies: 2
Views: 336
Posted By wojo1086
One table vs. multiple tables

Quick question...is it better to have one big table or many small ones? Example: What are the pros and cons of having one table with a list of teachers and one table with a list of all the students...
Forum: HTML & CSS 08-21-2012, 03:16 PM
Replies: 9
Views: 644
Posted By wojo1086
Why do you not have the header in the #main body...

Why do you not have the header in the #main body tag? It's in the body as a sidebar. My suggestion: don't have an absolute width for them #main. It seems like you want a little space to the left and...
Forum: Computer Programming 06-21-2012, 03:52 PM
Replies: 4
Views: 898
Posted By wojo1086
I understand all that. What I don't understand is...

I understand all that. What I don't understand is why every time I look up C++ tutorials,I only get tutorials on how to declare variables and arrays and things like that. I want to learn how to open...
Forum: Computer Programming 06-08-2012, 04:10 PM
Replies: 4
Views: 898
Posted By wojo1086
Question What should i do next?

I am teaching myself C++ and I was wondering what I should learn next? I know the command console part of C++, such as cin and cout, how to declare variables and arrays, create functions and classes,...
Forum: JavaScript programming 12-08-2011, 05:03 PM
Replies: 0
Views: 179
Posted By wojo1086
Hover issues

I have a quick search box in my home page that I can't seem to get working properly. When the user types in the input field and hits the "Add" button, the word they typed in appears in a box below...
Forum: JavaScript programming 12-05-2011, 06:12 AM
Replies: 4
Views: 714
Posted By wojo1086
Question getElementById.innerHTML won't display data

I am trying to have the user input data into a box on a form and when they press an "Add" button, what they typed in the input field should appear in a box below. I can get it to to work....slightly....
Forum: PHP 09-27-2011, 03:49 PM
Replies: 8
Views: 696
Posted By wojo1086
Hmm...I see. Now, what if I needed to pull...

Hmm...I see. Now, what if I needed to pull someone's credit report (with their permission, of course)? Would I need to get a hold of a credit bureau and ask if they have an API to use?
Forum: PHP 09-27-2011, 02:51 PM
Replies: 8
Views: 696
Posted By wojo1086
So what about those websites that use Google Maps...

So what about those websites that use Google Maps to let you get the directions to their store? Are they using an API?
Forum: PHP 09-27-2011, 07:15 AM
Replies: 8
Views: 696
Posted By wojo1086
Question Pulling and using data from another website

I assume this can be accomplished via PHP. I would like to take a user's input data from a text field and put it into another field on someone else's site, submit that data, then retrieve any...
Forum: JavaScript programming 09-12-2011, 06:34 AM
Replies: 3
Views: 530
Posted By wojo1086
How do I test for alphanumeric expressions in input field

I searched the forum for an answer to this question, but found nothing that was able to answer my question. I have a form and I need to validate a field against three rules:

1) The field need to...
Forum: JavaScript programming 09-10-2011, 02:49 AM
Replies: 2
Views: 356
Posted By wojo1086
Question How would I create something like this text editor?

I assumed this is a javascript based text editor because when I turn off javascript it doesn't work. I was wondering how something like this is created. maybe not this exact one, but how would I...
Forum: PHP 09-10-2011, 12:43 AM
Replies: 1
Views: 347
Posted By wojo1086
How does the [PHP tags work here Coding Forums

I was wondering how the tage here in Coding Forums work. How does it know to to make certain text a different color? Is the box I'm typing in done in Javascript or PHP or some other language?
Forum: JavaScript programming 09-09-2011, 09:57 PM
Replies: 1
Views: 219
Posted By wojo1086
Question How does the [PHP] tags work here in codingforums

I was wondering how somebody might be able to do the recognizing text between the php tags and making it into colored text in its own colored area like codingforums has done.
Forum: General web building 09-03-2011, 02:36 AM
Replies: 0
Views: 336
Posted By wojo1086
Question Gaining access to a stores' database (API)

I had an idea for a website that needs to get prices and names out of a stores' database. For example, if I wanted my users to be able to search for a specific food item and see which stores carry...
Showing results 1 to 25 of 153

 
Forum Jump

All times are GMT +1. The time now is 02:43 PM.