Shawn,

Remember, some of your greatest tools are:

grep -ri: For looking through a series of files for a particular string
pattern.

cvs diff: For seeing the stuff that you've changed.

view html source: For seeing what PHP is really doing.

php source: To see what PHP is trying to do (especially be sure to read
the comments).

print statements: If you need help debugging, output a couple print
statements in various key places to see how the code is working.  For
instance, put a 'print("Got here!");' message in a piece of code that
you don't think is being executed.  

Your frustration will decrease as you learn to use these tools
effectively, and thus become able to solve your problems independent of
our help.

Best Regards,
-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to