The text of this article is not in this database — only its details are. Read it on the old site: $_GET and $_POST in PHP
5 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: $_GET and $_POST in PHP
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Sanjay SinghPosted Jun 21, 2014, 2:11 AM
if we use "$_GET" then the information visible to everyone which is not good as security reason. so why we use $_GET ?
Vineet Kumar SainiPosted Nov 22, 2012, 11:40 PM
Hi fariha First major difference i see is that InnoDB implements row-level lock while MyISAM can do only a table-level lock. The main difference is InnoDB supports transactions. You can do commit and rollback in InnoDB. Whereas MyISAM doesn't support the transaction, once you issue command, can't rollback. MYISAM supports fulltext search, whereas InnoDB doesn't. MyISAM does table locking whereas InnoDB do row locking. If your application does lots of data modification InnoDB is best(data integrity) and which is faster. MYISAM does not support the foreign key constraint and transaction but InnoDB support it. MYISAM occupies less memory sapce for tables rather than InnoDB tables. You can use MyISAM, if the table is more static with lots of select and less update and delete. In case of transaction table, it is good to go with InnoDB storage engine. Also please check this link http://www.digimantra.com/tutorials/difference-between-innodb-and-myisam-in-mysql/
fariha khanPosted Nov 22, 2012, 11:57 AM
vineet please help me regarding difference b/w InnoDB and MyISAM and please tell me what should be the selection and why? and tell me something about collation? what it should be at the time of db creation in phpmyadmin. thanks and regards
fariha khanPosted Nov 15, 2012, 6:09 AM
thanks vineet
Steven CronsonPosted Jul 24, 2012, 1:07 PM
Where can GOOGLE ADSENSE code being put into a Programmers codes website for a Customer. Where is the Header <HEAD> </HEAD> which most companies require code be put Above and Below the <BODY> tag ? if the site is use CSS, HTML, XML, PHP, INCLUDES, etc.