When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
No Answer is Posted For this Question
Be the First to Post Answer
Which operator is used to combine string values in php?
What is session in php w3schools?
How can we increase the execution time of a PHP script?
12 Answers CyberBeoz, Photon, XTX,
just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.
AentteQ Software Technologies Q: what are benifits of using LAMP..?
Where are the persistent cookies stored on your computer?
What is difference between post and put in rest?
What is php and its advantages?
What is difference between isset and empty in php?
Does php require a web server?
how can I use bread crumb in PHP ?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?