explain php parameterized functions. 1 0 2 years ago 758 views PHP parameterized functions are functions with parameters. PHP
how many data types are there in php? 1 0 2 years ago 785 views PHP data types are used to hold different types of data or values. PHP
how can we access the data sent through the url with the get method? 1 0 2 years ago 790 views To access the data sent via the GET method, we use $_GET array like this: PHP
what is the function mysql_pconnect() useful for? 1 0 2 years ago 1197 views mysql_pconnect() ensure a persistent connection to the database PHP