What is the scope of a variable defined in a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of post in php?
Differences between get and post methods?
How to get path of php.ini with a php script?
Can anyone explain about join?
Where can I find php ini file?
Explain what does the function get_magic_quotes_gpc() means?
How many ways are there for passing variables between pages in PHP and what are they ?
i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????
Where php basically used?
How to check an key is exists in array?
Explain how to submit form without a submit button.
How I use global variable in another page without using $_GET method?