By using ob_start(), the page and headers aren't sent to the browser until they've loaded completely, or until we call ob_end_flush().
1:48:00 AM
Achappan Mahalingam
No comments
Related Posts:
How to check the string contains particular special character? … Read More
Which command is used to find the total number of php files in linux directory? [root@achappan~]# find . -name '*.php' | wc -l … Read More
Tools to migrate from PostgreSQL to MySQL Percona MariaDB Continuent Tungsten … Read More
13 Essential Tools to Check Cross-Browser Compatibility Cross-browser refers to the ability of a website, web application, HTML construct or client-side script to function in environments that provide its required features and to bow out or degrade gracefully when featu… Read More
Which function is used to change the entire string into uppercase? string strtoupper ( string $string ) Example: $filename=$_FILES["fileToUpload"]["name"]; $ext = substr(strrchr($filename, "."), 1); echo "<br>File Type is: ".strtoupper($ext); … Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment