Search found 13 matches
- Sun Sep 11, 2011 2:38 am
- Forum: Advanced Help and Support
- Topic: Id problem
- Replies: -1
- Views: 1664
Re: Id problem
Yes there are, Primary, Index and Single (I'm not short if that's the names of phpmyadmin English version...)
					- Sat Sep 10, 2011 5:47 pm
- Forum: Beginner Help and Support
- Topic: Some help here :S
- Replies: -1
- Views: 1046
Re: Some help here :S
ahaha xD
I put that bbcode every time I post a php code but colors didn't appear :c
But, no problem, that's don't matter.
					I put that bbcode every time I post a php code but colors didn't appear :c
But, no problem, that's don't matter.
- Sat Sep 10, 2011 4:58 pm
- Forum: Beginner Help and Support
- Topic: Some help here :S
- Replies: -1
- Views: 1046
Re: Some help here :S
That's exactly what I want, thanks!
But you have an error on you're code, it should be like that:
(Off-Topic: how do you put colors on the codes?)
					But you have an error on you're code, it should be like that:
Code: Select all
if ($idacao == $acaoid)
{
$sql = "update table set value = '$value' where id='$acaoid'";
mysql_query($sql) or die;
} 
- Sat Sep 10, 2011 4:09 pm
- Forum: Beginner Help and Support
- Topic: Some help here :S
- Replies: -1
- Views: 1046
Some help here :S
Hey guys,
I need a if function who search on "uacoes" if on X id, idacao is = to acaoid. If true update the table (i know the function to update the table, i just dont know the if function...)
I hope you can help here.
Regards.
					I need a if function who search on "uacoes" if on X id, idacao is = to acaoid. If true update the table (i know the function to update the table, i just dont know the if function...)
I hope you can help here.
Regards.
- Fri Sep 09, 2011 6:11 pm
- Forum: General Development
- Topic: Rank page to a php game [solved]
- Replies: -1
- Views: 1737
Re: Rank page to a php game [solved]
Chris, I understand what you're saying. I'll try to have that in attention on next time, it's really easiest to identify some errors on the code... I'm not used to pay attention to that because my editor advice me when I forget something and he tell me where... xD Anyway, Thank you all, i'm loving t...
					- Fri Sep 09, 2011 6:08 pm
- Forum: General Development
- Topic: Rank page to a php game [solved]
- Replies: -1
- Views: 1737
Re: Rank page to a php game [solved]
You bet he's!! xD
					- Fri Sep 09, 2011 6:05 pm
- Forum: General Development
- Topic: "Page?id=1" how to?
- Replies: -1
- Views: 992
Re: "Page?id=1" how to?
Hey again,
The script works in prefection!!
Thanks!
@Hall - Sorry, I'm new arround here and I didn't know the right place where to put my questions. Next time I'll put them on the right forum.
Cumpz.
					The script works in prefection!!

Thanks!
@Hall - Sorry, I'm new arround here and I didn't know the right place where to put my questions. Next time I'll put them on the right forum.
Cumpz.
- Fri Sep 09, 2011 4:11 pm
- Forum: General Development
- Topic: "Page?id=1" how to?
- Replies: -1
- Views: 992
Re: "Page?id=1" how to?
Hey Ark,
Thanks a lot! I'm gonna try, I say something when I finished the test.
Cumpz.
					Thanks a lot! I'm gonna try, I say something when I finished the test.
Cumpz.
- Fri Sep 09, 2011 4:08 pm
- Forum: General Development
- Topic: Rank page to a php game [solved]
- Replies: -1
- Views: 1737
Re: Rank page to a php game [solved]
Ahahah :')
					- Fri Sep 09, 2011 2:27 pm
- Forum: General Development
- Topic: "Page?id=1" how to?
- Replies: -1
- Views: 992
"Page?id=1" how to?
Hey, That's me again. :D Now I need to know, how to make pages like that: http://localhost/game/index.php?id=1 This is, what script should I use to when we click on a link appears in the same page a different content. Sorry for the confusion, I can't explain my self. :? Example: I have a table with ...