Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Post your code, then we can help. You can also look in the manual for some examples - mysqli_query.
  2. Umm... Let me give you a little hint about coding forums in general, no one is going to go through all that code. You made no attempt to isolate the problem, provided no information, just a one-liner question and a shit ton of what looks like DW shit code. In the future, please place OR tags around your code.
  3. Using mod_rewrite. I moved your thread into the mod_rewrite section, search around for similar examples. Also, here is the sticky cheat sheet: http://www.phpfreaks.com/forums/index.php?topic=126435.0
  4. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=336382.0
  5. Perhaps: Dishwasher and water safe rubber? When you just say "top rack dishwasher safe" I am not sure to What or Whom you are referring? Even as a caption under the picture it's not a complete sentence. Perhaps adding a comma or removing the period would work. Grammar isn't that big of an issue as long as it doesn't make your potential customers scratch their head and say WHAT? . I don't think he made that site. I really think he's buying that product and if you look directly under it you can see the sentence he's referring to.
  6. See where this kind lady is placing her dish? That's the top rack: Click Here!
  7. Sorry, I didn't read any of your post but I did notice that you're assigning rather than comparing which makes your first condition always true: $form['#options'] = 'Please create Role' should be $form['#options'] == 'Please create Role'
  8. How much clearer could it get?
  9. Have you even looked in the documentation? It doesn't get much clearer than that... When using two different libraries in Javascript, a classic example is Prototype and jQuery, you should 'relinquish' the $ to the Prototype library by using this line (after you import): jQuery.noConflict(); From now on, use '$' for Prototype methods i.e. $("div").hide(); and 'jQuery' for jQuery methods i.e. jQuery("div").hide();
  10. The last reply was from 2008. I advise you to create a new thread for your issue.
  11. Then use what I suggested originally:
  12. What exactly do you mean by 'access'? That will just allow them to view that folder.
  13. Instead of using localhost use your local ip.
  14. EDIT: What redixx said
  15. Maq

    Git fail!

    Haha yeah I saw that yesterday. There were only like 5 comments now there's hundreds. I like this image: Dos Equis
  16. The only places you call mail() are here: mail($recipient, $topic, $fullmsg, $headers); if($_POST['cform_carbon'] == 'TRUE') { mail($email, $topic, $fullmsg, $headers); What is the value of $email? Is it the same as $recipient? *Note*: You can't use in tags.
  17. Trust me, when dealing with these type of situations, and especially bigger companies, it's never their fault. They always have you jumping through hoops. Glad they finally owned up to it
  18. It's working normal for me now, a few days ago it wasn't though.
  19. Gross Yeah, HS sucked. Something like that but come on, it's not that bad.
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=336243.0
  21. PHP - from since I joined here ~3 years (August '08). Java - a little in HS, more in college, now professionally for about 3 years.
  22. Maq

    NFL Draft

    Didn't really care for any tea but Tim Thomas was incredible.
  23. The actual server or content?
  24. Google things like "free articles to license" and I'm sure you will find something. http://freearticleshub.com/finance/real-estate/park-your-real-estate-license-ontario-what-does-it-mean-to-the-inactive-or-non-producing-career-agent/
  25. What kind of help are you in need of? Coding , Installation/Configuration, what?
×
×
  • 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.