Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 7
1
2
3
>
Last
»
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
foreach()-How to find out which index number you're on?
Views:
455
Posted By
wojo1086
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
text bases mmo can i do it
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
Help Updating MySQL database tables
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
Help Updating MySQL database tables
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
Help Updating MySQL database tables
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
Help Updating MySQL database tables
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
Help Updating MySQL database tables
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
Help with favicon
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
Black Bar
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
Help with my wordpress theme
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
Help with my wordpress theme
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
One table vs. multiple tables
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
Help with my wordpress theme
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
What should i do next?
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
What should i do next?
Views:
898
Posted By
wojo1086
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
Hover issues
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
getElementById.innerHTML won't display data
Views:
714
Posted By
wojo1086
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
Pulling and using data from another website
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
Pulling and using data from another website
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
Pulling and using data from another website
Views:
696
Posted By
wojo1086
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
How do I test for alphanumeric expressions in input field
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
How would I create something like this text editor?
Views:
356
Posted By
wojo1086
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
How does the [PHP tags work here Coding Forums
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
How does the [PHP] tags work here in codingforums
Views:
219
Posted By
wojo1086
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
Gaining access to a stores' database (API)
Views:
336
Posted By
wojo1086
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
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:43 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.