Jump to content

Azu

Members
  • Posts

    1,047
  • Joined

  • Last visited

    Never

Everything posted by Azu

  1. It doesn't. If it even dares consider to, I put it back in it's place with shear willpower/angry gestures.
  2. Looking up stuff on PHP.net counts as self-taught right?
  3. Mmmm the blue screen of life.
  4. Oops replied to wrong thread. Please delete this someone..
  5. There we go function testfunction($a){global $_GET;echo $_GET[$a];} Thanks guys
  6. Hi I'm trying to make some functions to standerdize my form creation, but I'm having some problems. Can somebody please tell me what's wrong with this? function testfunction($a){global $$a;echo $$a;} $ThisWorks='This worked'; testfunction("ThisWorks"); That works fine but.. $_GET['Variable']='Broken'; testfunction("_GET['Variable']"); Isn't working! And I need it to work like this to process form variables! Putting in just plain "echo $_GET['Variable'];" works fine though, so I'm sure it's not that the variable isn't declared. My function does isn't liking _GET for some reason. Please can somebody tell me how to fix this?
  7. You mean there are actually editors now days (THAT COST MONEY) that generate tag soup? Ew wtf.. I guess I will just stick with notepad.. it has served me well so far
  8. Hello! Please tell me how to make it so a certain column only takes two values (1/0 or on/off) so that it will only take 1 bit of space.
  9. So basically you guys are arguing about which application is the most idiot-proof (auto fixes the most problems you make)? What I'd like to know is which one is better for people who don't mess up.
  10. Yep. IE = internet on training wheels lol.
  11. Ya so just use that now. No need to use images anymore. Anyone that uses IE6/IE5/IE4 can rot in hell :>
  12. And it would be completely useless...
  13. No I mean LEFT CLICK on it first, THEN middle click.
  14. Sorry it's just that I have no clue how to do this and in 12 replies the only info I got was "learn how to use joins" and I have no clue how to make use of that. Thank you will try that.
  15. Azu

    Concat results?

    I have like 5 rows.. let's call them row1 row2 row3 row4 row5 They are all pretty much the same but have different numbers in them I want to take all of them from this table and put them into 1 result, so that I can use them as a subquery, and see if a certain number is in them.
  16. Azu

    Concat results?

    Thanks, it puts them into tens of thousands of different rows though.. o_o I'm trying to get it to return them in 1 row, separated by commas..
  17. Azu

    Concat results?

    Gives me an error about there being more then 1 result from the query or something. I just want to take all of the rows in all of the columns in the table and concat them into a single result, separated by commas. (well not ALL the columns, but a lot of them)
  18. Aw.. I was hoping that there was a way to make a link open in a new window in XHTML since I want to keep my site pure XHTML instead of putting other programming languages in it.. Oh well thanks anyways ^^
  19. So noone wants to help? (I mean besides saying "OMIGAWD LRN2USE JOINZ LUUUL" which isn't helpful at all)
  20. Azu

    Concat results?

    Can somebody PLEASE tell me what's why this isn't working? (example) select CONCAT_WS(',',(select foo1 from bar),(select foo2 from bar),(select foo3 from bar));
  21. Sweet thanks! I was wandering how to do it in XHTML though not javascript. =S
  22. I think there are ways to make rounded corners and stuff in CSS now, without any kind of images of javascript or anything. Try googling around a bit.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.