explain php parameterized functions. 1 0 3 years ago 889 views PHP parameterized functions are functions with parameters. PHP
how many data types are there in php? 1 0 3 years ago 907 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 3 years ago 912 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 3 years ago 1479 views mysql_pconnect() ensure a persistent connection to the database PHP