9 entries for "
header" as
partial match | search took 0.08 seconds
file handling | remote last modified | 7 matches
line 8: function get_raw_header($host,$doc)...
line 10: $httpheader = '';...
line 20: $httpheader = $httpheader.$httpresult;...
line 26: return $httpheader;...
line 29: function get_header_array($url)...
line 37: $raw = get_raw_header($host,$doc);...
line 51: $array = get_header_array($remote_file);...
databases | mySQL to excel | 5 matches
line 58: //header info for browser: determines file type ('.doc' or '.xls')...
line 59: header("Content-Type: application/$file_type");...
line 60: header("Content-Disposition: attachment; filename=database_dump.$file_ending");...
line 61: header("Pragma: no-cache");...
line 62: header("Expires: 0");...
sessions and co | basic authorization | 4 matches
line 18: header('WWW-Authenticate: Basic realm="'.$site_section.'"');...
line 19: header('HTTP/1.0 401 Unauthorized');...
line 27: header('WWW-Authenticate: Basic realm="'.$site_section.'"');...
line 28: header('HTTP/1.0 401 Unauthorized');...
image handling | resize offsite image | 4 matches
line 5: or you'll get a "headers already sent" error !...
line 13: // or you'll get a "headers already sent" error...
line 26: // output header...
line 27: header('Content-Type: image/jpeg');...
image handling | base64 image encode | 2 matches
line 26: header('Content-type: image/'.$type);...
line 27: header('Content-length: '.size($imgcode));...
file handling | download counter | 3 matches
line 33: header('Content-Type: application/octet-stream');...
line 34: header('Content-Disposition: attachment; filename='.$HTTP_GET_VARS['get']);...
line 35: header('Content-Length: '.$size);...
html and code | html head | 1 match
line 1: function to generate a html page header....
image editing | analog GD clock | 1 match
line 85: header('Content-type: image/png');...
information | detect user language | 1 match
line 102: //header('location: http://www.your_site.com/index_'.lixlpixel_detect_lang().'.php'); // Example Implementation...
© 2008
phparadise |
go to the top80 hits by 19 users in the last 30 minutes.