Digit- Jan-2007 Another Way To Solve Take A Crack !
For Take a crack section, Digit is using third party software to solve the quiz.Digit should stick to policy of 'Not using third party software.'
Following is the way to solve Jan 2007 'Take a crack' que without third party app...
i read about the ad blocker for firefox in this month's Digit (tips and tricks section). i tried installing it from *adblock.mozdev.org but it says that it isn't compatible with Bon Echo v2.0a2. Does anybody know any other ad blocker that works with the latest version of Bon Echo?
1) can you create a file in linux with name as x/y: containing a '/'.
2) does this still works:
echo date is 'date'
and we get output as
date is <date/time here>
Well I've been getting this problem for quite some time now.
This is a very simple PHP script found in the "Php5 and mySQL Bible"
<HTML>
<HEAD>
<TITLE>My first PHP program</TITLE>
</HEAD>
<BODY>
<?php
print(“Hello, cruel world
\n�);
phpinfo();
?>
</BODY>
</HTML>...
i made this following code, to hope it will protect from mysql injection
tell me if u find a bug or something
function remove_bad($value)
{
$value = addslashes($value);
$value = strip_tags($value);
echo ereg_replace("select", "nselectn", $value);
echo ereg_replace("delete"...
Folks,
How do i give hyper Link inside the Echo "" statement
this is mt echo :
echo "Your message has been sent ! go back to Guest Book "; what i wanted is to give hyperlink to the Guest Book
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.