looks like your date format is coming from config.
You can change the date format in your config and insert \@ between date and time.
$conf['formatdetails'] = 'd M Y H:i';
to
$conf['formatdetails'] = 'd M Y \@ H:i';
Edit:
This will change the date format whereever the config date format is used, so if you dont want to do that, you can specify this format for this code only:
<td align='left' class='forumheader3' nowrap>".(($wardate == -1) ? "" : date('d M Y \@ H:i', $wardate))."</td>
print "<font color=blue>" . $num2 . "</font> and the answer is <font color=red>" $myTotal ."</font>!";
should be
print "<font color=blue>" . $num2 . "</font> and the answer is <font color=red>".$myTotal ."</font>!";
error shows the line number
Hi All,
Does anybody have idea about implementing "Did you mean ?" functionality like Google in PHP/MySQL?
Let me explain in detail.
I have a table containing search words. If a person types a wrong spelling by mistake and submits, the page should look for spellings who are closely matching with the entered word in the search word table and show the alternatives as "Did you mean" ?
Example: Person enter "Amsterdm"
No Results Found. Did you mean "Amsterdam" ?
Thanks
Hi vbnullchar ,
He needs to call a file from some other domain/server and as far as i know. cross domain AJAX calls do not work.. It will give you security error.
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.