Search:

Type: Posts; User: DeSaaD37; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    6,595

    Resolved Awesome, I don't know why I didn't catch that...

    Awesome, I don't know why I didn't catch that when I was calling the table "desc" but thanks for clearing that up for me! I learn something new every day!
  2. Replies
    14
    Views
    6,711

    Resolved The problem is that you are not escaping from the...

    The problem is that you are not escaping from the php correctly. It should be sort of like this:


    <?php
    echo "<input type=\"text\" name=\"q\" size=\"55\" value=\"".ucwords($q)."\" />";
    ?>
  3. Replies
    4
    Views
    6,595

    Resolved Why does this character affect a query?

    I've been trying for the past couple of days to figure out why I kept getting an error on my update query in php/mysql.

    This is the original query I was having trouble with:


    $update="UPDATE...
  4. Replies
    4
    Views
    3,917

    Thank you guys so much for your help. You are a...

    Thank you guys so much for your help. You are a life saver!
  5. Replies
    4
    Views
    3,917

    That works perfectly. It's exactly what I needed....

    That works perfectly. It's exactly what I needed. The only problem I'm having now is getting the Array's to loop correctly from the Database.

    Here's the code I'm using to access the DB:


    ...
  6. Replies
    4
    Views
    3,917

    Explode Function Help

    Just wondering if any of you can help me out with a small issue I've been having with PHP.

    I've got a Database setup on this web site I'm currently working on FundraiserFactory.com. If you check...
Results 1 to 6 of 6