View Single Post
ישן 10-10-09, 19:47   # 14
intercooler3819
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 1,056

intercooler3819 לא מחובר  

PHP קוד:
<?php
$str 
'<input type="hidden" name="session1" value="8e987cf1b2f1f6ffa6a43066798b4b7f">';
preg_match_all("~<input(?:.+)type=[\'\"]hidden[\'\"](?:.+)name=[\'\"]([^\'\"]+)[\'\"](?:.+)value=[\'\"]([^\'\"]+)[\'\"]~Uis"$str$matches);
var_dump($matches);
__________________
  Reply With Quote