Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 96
Search took 0.46 seconds.
Search: Posts Made By: achira
Forum: PHP 04-30-2012, 05:31 PM
Replies: 5
Views: 386
Posted By achira
So I figure that I could use this for INSERT...

So I figure that I could use this for INSERT query for the first variable- but can I nest a subvariable (variable2) if so, how?

$sectorlist = "";
if (isset($form_submit)){
$count =...
Forum: PHP 04-30-2012, 03:00 PM
Replies: 5
Views: 386
Posted By achira
Ok so maybe I should ask for corrections/help...

Ok so maybe I should ask for corrections/help piece by piece?

Here's the function that will (I think) call the first variable, values from a table named Sectors in my database; I would assume...
Forum: PHP 04-30-2012, 02:02 PM
Replies: 5
Views: 386
Posted By achira
Well, the idea was that I would reference it by...

Well, the idea was that I would reference it by ID, that way if the name changed in any way, I only have to update one record in one table instead of multiple instances.
Forum: PHP 04-30-2012, 12:25 PM
Replies: 5
Views: 386
Posted By achira
Please help me learn: insert queries with a twist

Trying to insert data into a joint table via query for a form; at the point where I'm just stuck at this one insert query then I've got it.

Each row in the joint table has three values:...
Forum: JavaScript programming 04-26-2012, 01:52 PM
Replies: 15
Views: 841
Posted By achira
Thank you.

Thank you.
Forum: JavaScript programming 04-26-2012, 04:55 AM
Replies: 15
Views: 841
Posted By achira
You were right! I was missing a line of code at...

You were right! I was missing a line of code at the end of the page. /facepalm.

I implemented a version of the javascript that was given here, but here's the thing- I only get 1 counted. Now this...
Forum: PHP 04-25-2012, 08:36 PM
Replies: 0
Views: 322
Posted By achira
help needed: fetch_assoc multi-variable arrays

So I created a table that pulled a list of countries from my database, and put check boxes next to them. It worked great!
Here's the code:
<table width="95%">
<tr>
<td>
<table border="0"...
Forum: MySQL 04-24-2012, 02:00 PM
Replies: 2
Views: 733
Posted By achira
What would you do?

What do you do when someone has asked you to code the database columns in a way that doesn’t make sense?

Someone wants three buttons- yes, no, maybe.

Instead of one column with "yes, no,...
Forum: MySQL 04-20-2012, 08:48 PM
Replies: 2
Views: 309
Posted By achira
multiple queries?

I'd like to do multiple queries but one of the last queries references the GroupID that was just created (via auto-increment) in the GroupProfile table when the first query was run to Insert the...
Forum: JavaScript programming 04-20-2012, 06:01 PM
Replies: 15
Views: 841
Posted By achira
Thanks for the responses. I wanted to have...

Thanks for the responses.

I wanted to have a simple <ul><li><ul><li></li></ul></li></ul> sort of thing- and since I code in dreamweaver at the moment I thought I could just a spry vertical menu...
Forum: MySQL 04-20-2012, 04:04 PM
Replies: 2
Views: 328
Posted By achira
blobs?

I created a form and it successfully enters data into my database. However when I go to my database and look at the table, I see "blob" (followed by numbers) in the columns- but when I line edit I...
Forum: PHP 04-20-2012, 12:25 AM
Replies: 3
Views: 287
Posted By achira
I've triple checked. It's there. ETA: I'm...

I've triple checked. It's there.

ETA: I'm sorry that came out sounding rude!! I didn't mean it that way.
Forum: PHP 04-20-2012, 12:16 AM
Replies: 3
Views: 287
Posted By achira
404 page not found?????

I'm getting a "404 page not found" error when I click submit on my form; I've double checked my file structure to make sure that I've both indicated and uploaded the correct php file to process my...
Forum: MySQL 04-19-2012, 08:02 PM
Replies: 1
Views: 314
Posted By achira
translating data

Is there a way for me to pull data from a (poorly designed) database and filter that data into a (better structured) new database?

An example of one of the hurdles- the old database merely had an...
Forum: JavaScript programming 04-19-2012, 07:47 PM
Replies: 15
Views: 841
Posted By achira
counting selections?

I have a vertical menu in which the sub menu is a box that pops out to the right and the user can click boxes to make selections (input check boxes).

I would like some way to indicate to the user...
Forum: MySQL 04-19-2012, 03:22 PM
Replies: 2
Views: 277
Posted By achira
Thanks! ^_^

Thanks! ^_^
Forum: HTML & CSS 04-19-2012, 01:59 PM
Replies: 2
Views: 264
Posted By achira
I'd use lightbox. it's the best one imo.

I'd use lightbox. it's the best one imo.
Forum: MySQL 04-19-2012, 01:54 PM
Replies: 2
Views: 277
Posted By achira
test before implement?

When doing an insert query for a multivariable array, what's the best way to test this before implementation?

php print and exit?

(sorry if this is the wrong forum)
Forum: JavaScript programming 04-19-2012, 01:46 PM
Replies: 3
Views: 412
Posted By achira
Okay well I think I will probably skip this for...

Okay well I think I will probably skip this for now then. I've only been doing this for a few weeks and have picked up php sql (mysql) and javascript; I don't think I can handle any more, my brain...
Forum: PHP 04-18-2012, 07:18 PM
Replies: 3
Views: 355
Posted By achira
I don't know what a lookup table is. I will go...

I don't know what a lookup table is. I will go learn that. Thank you for the feedback.
Forum: JavaScript programming 04-18-2012, 07:04 PM
Replies: 3
Views: 412
Posted By achira
value attribute script?

Would anyone be able to point me in the right direction for figuring out how to set the value attribute in a text input field to be automatically populated from a column in a database table?

For...
Forum: HTML & CSS 04-18-2012, 06:54 PM
Replies: 10
Views: 685
Posted By achira
1. doesn't margin: 0 auto; automatically...

1. doesn't
margin: 0 auto;
automatically center it?

2. css for p

.nameofdiv p {
margin: 0 auto;
padding:0;
font-family: Verdana, Geneva, sans-serif;
Forum: HTML & CSS 04-18-2012, 06:22 PM
Replies: 6
Views: 654
Posted By achira
Do you want the whole list to have a border with...

Do you want the whole list to have a border with rounded corners
or
each list item to have rounded borders on hover?

I can fix both but they're different answers.
Forum: HTML & CSS 04-18-2012, 06:19 PM
Replies: 9
Views: 839
Posted By achira
To be honest, I do these via Spry elements in...

To be honest, I do these via Spry elements in Dreamweaver; the css for my z-index(es) are always really high (apparently it's something to do with an Internet Explorer bug).

Which makes me think...
Forum: HTML & CSS 04-18-2012, 05:34 PM
Replies: 9
Views: 839
Posted By achira
set a z-index so it will be on top.

set a z-index so it will be on top.
Showing results 1 to 25 of 96

 
Forum Jump

All times are GMT +1. The time now is 08:42 AM.