i'm using SciTE. ok, now i have another problem. maybe the problem is just that i've been staring at a computer screen all day and can barely think. whats wrong with this code (other than the fact that its a jumbled mess):
PHP Code:
// sets resume code
$resumeCode = '<div id="resume">'.category('Education').resumeEdu('Clark College','Vancouver, Wa','Associates in Applied Technology','To Be Completed: June 2009'.category('Major College Courses').resumeList(array('Intro To Programming','Intro To Unix','Calculus I')).category('Skills').resumeList(array('Microsoft Office 2003/2007','XHTML 1.0, CSS','PHP','Python','Logical Problem Solving','Studied Basic Quantum Computing','Windows XP / Vista / DOS (also 95 and 98)','Debian Linux (can use VI)','Unix Shell Scripting','Higher Level Mathematics','Website Administration','Currently Studying Perl')).category('Experience').resumeExp('Webmaster','','','Designed and coded personal portfolio site. Used XHTML, CSS, and PHP. Site validated for XHTML Transitional 1.0 and CSS Level 2.1.').'</div>';
again, thank you.