What is htaccess?
Answer / sei thu htun
htaccess stand for "hypertext access".It is the default name
of a directory-level configuration file that allows for
decentralized management of web server configuration.
Common usage are Authorization, Authentication, URLs
Rewriting ,Blocking ,Customized error responses,MIME types ,
Cache Control and Directory listing ,etc
| Is This Answer Correct ? | 22 Yes | 0 No |
Define urlencode() and urldecode() used in php?
How come the code works, but doesn’t for two-dimensional array of mine?
What are the security measures we have to take for our site not to hack by others.
3 Answers Infosys, Torque Infotech,
Is php faster than javascript?
Which is better php or wordpress?
Which is the latest version of php?
How does php strcmp work?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
How can you encrypt password using php?
What is alias in php?
Does exist in php?
What is a trait in php?