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!
Type: Posts; User: DeSaaD37; Keyword(s):
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!
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)."\" />";
?>
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...
Thank you guys so much for your help. You are a life saver!
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:
...
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...