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