Hi,
Does anyone know how to delete an element from associative array? For example:
$test = Array("test1" => "data1", "test2" => "data2","test3" => "data3");
How to delete test2?
Thanks
Hi,
I an new to php and I have a quick question.
If I want to access database using php code when user finishes entering something on an input field. Does anyone know what is the best way to do that?
Thanks.
I have a question regarding the difference between clicking a button and pressing 'Enter' key. My page contains a button of name='A' within a form tag. Browser focuses on the button when the page is initially loaded. When I click the button, 'A' with it value will be put into $_REQUEST array...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.