¡@

Home 

php Programming Glossary: thedata

how to print cells of a table with simple html dom

http://stackoverflow.com/questions/3277687/how-to-print-cells-of-a-table-with-simple-html-dom

empty array to store the data array from each row theData array loop over rows foreach table find 'tr' as row initialize..

replace ereg_replace with preg_replace

http://stackoverflow.com/questions/3649574/replace-ereg-replace-with-preg-replace

preg_replace Hi need to change the function ereg_replace theData to preg_replace php regex string preg replace ereg replace.. closing char class The correct port is preg_replace ' ' '' theData Also since the char class has just one char there is no real.. need of char class you can just say preg_replace ' ' '' theData Since you are replace just a single char using regex for this..

PHP: Read Specific Line From File

http://stackoverflow.com/questions/5775452/php-read-specific-line-from-file

the first line php myFile 4 24 11.txt fh fopen myFile 'r' theData fgets fh fclose fh echo theData ..but I need the second. Any.. 11.txt fh fopen myFile 'r' theData fgets fh fclose fh echo theData ..but I need the second. Any help would be greatly appreciated..