What is difference between web service and api?
No Answer is Posted For this Question
Be the First to Post Answer
Is salary fixed or variable cost?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What are the advantages of stored procedures in php?
Why do we use htaccess and where?
I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution
Which is not a php magic constant?
How a constant is defined in a php script?
Can a super () and this () keywords be in same constructor?
Explain Creating and Naming an Array?
What is $_ request in php?
What is php date function?
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????