Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. INSERT INTO `helppages`
  2. (`HelpPageID`, `ShowHelpItem`, `HelpRank`, `HelpCategory`, `HelpTitle`, `HelpDescription`, `HelpLink`, `HelpText`, `CMSHelpBar`, `CMSHelpBarAdditional`)
  3. VALUES (... characters (Too many to post here, but the expression below grabs all) ...
  4. );
  5.  
  6. preg_match("#INSERT INTO `$SearchingTableName` ([!%&'-/:<=>@^`;sdw"#$()*+,.?[]{}()\|©]*?));rn#s", $uploadedfile, $matches);
  7.  
  8. preg_match("#INSERT INTO `$SearchingTableName` ([!%&'-/:<=>@^`;sdw"#$()*+,.?[]{}()\|©]*)(?!);rn)#s", $uploadedfile, $matches);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement