Basically,
I have a PHP file that I want users to be able to change the text of a div and then submit the form.. Like this
<form action="somefile.php" method="POST">
<div id="editable" contentEditable="true" for="editable2">Lorem ipsum dolor ....</div>
<input type="hidden" name="editable2"...
returns empty? I have a sql command that selects AVG score from two tables, php/mysql, but it returns empty if one of the tables dosnt have a score for the employee..
so here it is
SELECT (
(SUM(QA_Scores.score_total) + SUM(qaform.qscore)) / (COUNT(QA_Scores.score_total) +...
First the error that I am getting :
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option=2, emp_id=116702 WHERE id = 1' at line 1"
Second the code :
$emp = $_POST['emp'. $x];
$group = $_POST['group'...
I have tried everything I could possibly do, and the tutorials ect i have found are for win2k and older!
I have the .htaccess all set up, I just need to know how to create the .so file
I have installed Visual Studio 2008 and i tried running this command
"nmake /f Makefile.win _apacher"
Now...