Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. I'm thinking about learning ASP or ASP.net and I was wondering, is it a big help to know VBscript first, and do I need to learn it? I know a fairly good amount in Javascript, but I've heard that it isn't as good.thanks.

  2. oh, I just noticed this thread. I like the Idea of a forum or blog Software.anyway, count me in.EDIT: also, one thing to think about with one of those; the (x)html/CSS people will have a hard time doing thier part until the graphics people are done, and the Server Side Language people will have to add in all the HTML generation AFTER the html people are done, so mayb we could have different teams start at different times.

  3. you use regular expressions to return <a> tags, then use the preg_match_all function, I think.after that, you store them in an array or file or something, and then use file_get_contents to all the locations in the array.

  4. echo mysql_error();
    that is sending the output. you must have no output before the cookie statement, including echos, print()s and stuff in between the php segments. if possible, move the cookie statement to before all those, or take them out.
  5. Not only free, but royalty-free *and* top quality? Afraid that doesn't exist.Cheap and reasonable quality:www.istockphoto.comFree and okay quality:www.freerangestock.comwww.morguefile.comwww.stockvault.netwww.sxc.hu
    there's a list for you.
  6. I've heard that you must copy the extensions into the base php folder to use them. I may be wrong though.Did you make sure the extension is in the \ext folder?

×
×
  • Create New...