Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Maq

    PHP/Mysql

    Have you restarted your web server?
  2. Ah yes, I missed a very important issue regarding security. Thanks mjdamato
  3. Are there any other common fields between job_tb and user?
  4. Try this: $exp_school = $_POST['expschool']; $sql2 = "SELECT * FROM my_db WHERE expschool $qry2 = mysql_query($sql2) or die(mysql_error()); $list = mysql_fetch_assoc($qry2);
  5. job_tb.user_id = user.id
  6. Always someone Else's fault... I wasn't blaming corbin. I was simply explaining the reasoning behind my words. I accepted responsibility; hence the apology. Yeah I know, I was joking...
  7. Always someone Else's fault...
  8. Weird. Have you tried putting this query in PhpMyAdmin? Replacing the $rows with testing values.
  9. Sorry, never heard of it... We would also need to know what the levenshtein(); function looks like.
  10. I agree, also for the fact that most people who use these forums are directed straight to the forums via search engine, and bypass the homepage anyway.
  11. Ok, I was just bringing it to your attention because I don't remember anyone posting about it. I don't use IE anyway
  12. I think this is because you're trying to assign a server side variable to a client side language (applet)... But I could be very wrong.
  13. Store it as they typed it in. Display it by grabbing it straight from the DB. When comparing use was blade said, strtolower or strtoupper, your preference.
  14. I'm using 3.0.4 as well. Oh well, it's not like it's a big deal, especially if it's just me. But the issue may be a concern.
  15. If it's generated dynamically how are you going to edit it? Did you mean the PHP script? What exactly do you mean by: Do you want some kind of interface to edit the PHP file? Or am I making this problem more complicated than it really is... ???
  16. FF3 - The "unread" and "new replies" links have peculiar linebreaks. IE6.0 - Home page layout problem. [attachment deleted by admin]
  17. MSQL_ASSOC? Do you mean MYSQL_ASSOC? I don't even see where you use this in the first place...
  18. Nice, didn't even know about this function.
  19. Where are create_array() and avg() defined? functions.php? Can you post these functions?
  20. Right after you insert you could select from that table and ORDER BY id DESC.
  21. Please post ALL the code.
  22. Looks like you were using vbscript syntax or something...
  23. Windows users.... That's very bad practice. It's always a good idea to comment scripts. I guess if you're doing freelance it's not that big of a deal. Also, web languages are so easy to learn and understand that only limited commentary is necessary. But working for a company with larger, more complex projects and team members is a whole different story.
  24. What do you mean it stopped working? Is there a blank screen, is something happening that isn't supposed to happen...? Do you even have error reporting turned on? ini_set ("display_errors", "1"); error_reporting(E_ALL);
×
×
  • 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.