Search found 11 matches

by galligraph
Tue Jan 23, 2007 12:34 pm
Forum: Javascript
Topic: How to check which image/link is clicked?
Replies: 5
Views: 1153

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Ok, I kno...
by galligraph
Tue Jan 23, 2007 4:13 am
Forum: Javascript
Topic: How to check which image/link is clicked?
Replies: 5
Views: 1153

How to check which image/link is clicked?

I got 7 links and 7 images. I need a function that would check which image is clicked and change it to another. Could someone help me the easiest way to do this??

Thx for the help...
by galligraph
Fri Jan 13, 2006 9:56 pm
Forum: PHP - Code
Topic: Another DropList problem
Replies: 4
Views: 763

Hello ya'll! I know ur much more into this subject than I'm so hopefully somebody could help my ass out... I just dont know how to fix this one... damn.. If u got any suggestions I'll apprecieate... Pz! :wink:
by galligraph
Thu Jan 12, 2006 11:08 am
Forum: PHP - Code
Topic: Another DropList problem
Replies: 4
Views: 763

Thx for the reply but it did't help me this time. I think my query is exactly the same as yours just made differently(brings same value). Do I need more than one query or is it possible to make this with one? Maybe need some other changes also.. Don't know. :wink:
by galligraph
Thu Jan 12, 2006 9:55 am
Forum: PHP - Code
Topic: Another DropList problem
Replies: 4
Views: 763

Another DropList problem

I need the following information from the database(2 tables, question and category). Other table includes CategoryId and CategoryText. $query = ("select Id, Answer, Type, QuestionText, Points, CategoryText FROM question, category where question.CategoryId=category.CategoryId and question.Id='$q...
by galligraph
Wed Dec 28, 2005 11:47 am
Forum: PHP - Code
Topic: DropList problem
Replies: 3
Views: 236

Thx a lot LazyJones :wink: Answer was quick and that was exactly what i was lookin' 4...
by galligraph
Wed Dec 28, 2005 10:34 am
Forum: PHP - Code
Topic: DropList problem
Replies: 3
Views: 236

DropList problem

Could semeone help me? I'm using PHP with MySql. I got a DropList where's 4 options. If i choose one of the 3 first options the value should go to the database. If i choose option 4 i need 2 write something 2 the textarea and the text should go 2 the database. So if u have written somethin' 2 the te...
by galligraph
Fri Dec 23, 2005 4:00 am
Forum: PHP - Code
Topic: 2 dimension array and listbox
Replies: 6
Views: 564

Thanks a lot trukfixer and other ppl 2 :wink: Next time I can make it by myself :D
by galligraph
Thu Dec 22, 2005 3:23 am
Forum: PHP - Code
Topic: 2 dimension array and listbox
Replies: 6
Views: 564

"The whole logic of the thing is kinda whacked out..." :) That's why i'm here... So my main problem is that i don't still know how to build up 2 dimensional array and put these 2 values(Id, Category) there. After that the for sentense should show those in the list box... The for-sentense s...
by galligraph
Wed Dec 21, 2005 2:31 pm
Forum: PHP - Code
Topic: 2 dimension array and listbox
Replies: 6
Views: 564

Didn't help @all! So if someone could help me it would be great. Yup I'll use those code tags next time...
by galligraph
Wed Dec 21, 2005 11:21 am
Forum: PHP - Code
Topic: 2 dimension array and listbox
Replies: 6
Views: 564

2 dimension array and listbox

Jcart | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] My broblem is that i need 2 select 2 values from the table(Id, Category). How 2 put these 2 dimension array and then show these in ...