Jump to content

Jessica

Staff Alumni
  • Posts

    8,968
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Jessica

  1. Your response doesn't make any sense. What columns does your table have? What is your end goal? What should the output LOOK like? Are you saying to want to format the price, or get a specific column?
  2. Yes, sessions.
  3. I was going to comment earlier that the way I do it is select every ID into an array, use array_rand or shuffle, then do another query using only those IDs. However I wasn't sure if there was a more elegant approach. If PFM is recommending that approach I feel okay about it too.
  4. And you clearly already know how to do that. Why you would attempt to alter the key string instead of the value in the array is the question. You also overwrote your array. Dan also GAVE you the answer already. What is the problem?
  5. Dan warned you about this already. http://forums.phpfreaks.com/topic/268988-have-any-api-for-pull-out-list-of-tracking-number-in-fedex-website/#entry1382257
  6. In addition to your code being nonsensical, the string 'text_skill_one' already IS lowercase with no spaces. I'm not sure what you expect it to look like, it's already meeting the criteria.
  7. What is a "real company email"?
  8. Yeah good luck with that
  9. Moving this to HTML. You need to have text within the two < a > tags, for the visitor to click on. <a href="http://google.com">This is a link to google.</a>
  10. for one thing, the list is not a list of who did it, it is a list of ideas with the names being who suggested it. Blackjack is already on it, so there's nothing to add. Secondly, pikachu is being facetious and implying you're on a "list" of something. Troublemakers, etc.
  11. Uhm, there are no jokers in Blackjack.
  12. How's this? At least a starting point hopefully. http://forums.phpfreaks.com/index.php?topic=365029.msg1730174#msg1730174
  13. I've actually been working on some tutorials for my own blog which is not yet launched, I was going to do one on debugging the mysql/i errors like that. I'll start working on it now :-P Give me something to do this weekend in my 20 minutes of free time when the baby is asleep
  14. Agreed, on both points. I can volunteer to write that one, if you guys will proof it for me
  15. YES. Has no one done this yet?
  16. Probably, thanks!
  17. Didn't someone have a link to another site with ideas for projects?
  18. Peg jump is awesome. Something I've always wanted to either find already done or do myself is a grocery shopping list manager where you could record the prices you paid and at what store, so the next time you added the item it would tell you the cheapest place, average price, etc, so you could plan where to go. It would have to be able to convert product sizes too, because I've seen some things similar but they don't know that a box of Dr. Pepper cans is the same product as a 2 liter bottle, and I guess in my mind it is. Maybe thats just me
  19. I meant you type in the string, and tell it which hash, and it returns it. A gui for md5 or whatever other functions you want. Such a site exists already, but you could add your own features.
  20. Mastermind, Game. I've programmed this one at least a dozen times, and added in features like letting the user select difficulty levels (less colors/more guesses = easier, etc). It's very simple logic. If you want to program the AI to guess user submitted codes, wikipedia has an article about Mastermind that includes the formula to guess codes. Other tools/ideas: md5/other hash converter, unix timestamp converter,
  21. So is this the code that did not work? What happens when you attempt it?
  22. You'll need to post the code for delete.php then. And yes you will need a unique ID.
  23. If you're talking about in the form, most people would just select the text out of the box and delete it, or you can use the reset. If you're talking about deleting an existing comment, you would delete it from the database. Either way, I don't see anything having to do with delete in your code. When you say you tried it, what did you try.
  24. Maybe the image is broken - is it in the same folder as the file? Don't use dreamweaver, you're making it harder for yourself to learn in the long run.
×
×
  • 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.