| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) | |
| Senior Member | need help with preg match hi i suppose i have some raw data in the form Quote:
please tell me what code i should use for that? | |
| |
| | #2 (permalink) |
| NamePros Member | if that data is stored in the variable $string... Code: $lines=file($string);
foreach($lines as $line){
if(substr($line,0,5)=="name:"){
$answer=substr($line,6);
}
}
echo($answer);
|
| |
| | #4 (permalink) | |
| Senior Member | Quote:
thanks a lot | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |