PHP Help - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: PHP Help (/showthread.php?tid=14029) |
PHP Help - Jake - 11-27-2010 I was editing a modification on my website; here is the code already modified PHP Code: if( $content_title_only ) However, it pulls this error: PHP Code: Error: Parse error: syntax error, unexpected T_AS, expecting ')' in DIRECTORY on line 325 (Line 325 is array( 'select' => 'm.member_id...etc)) Any and all help is appreciated, thanks. RE: PHP Help - Jake - 11-30-2010 Nevermind, solved it thanks. RE: PHP Help - Orgy - 11-30-2010 (11-30-2010, 06:35 AM)Jake Wrote: Nevermind, solved it thanks. You're quite welcome |