How to merge values of two arrays into a single array?
No Answer is Posted For this Question
Be the First to Post Answer
How do I escape data before storing it in the database?
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
What is cookies? How to create cookies in php?
Is php an api?
Explain what is smarty?
What are different types of Print Functions available in PHP?
what is nl2br?
Can you give example for trait in php?
Require_once(), require(), include(). What is difference between them?
Why php language is used?
What are the advantages of stored procedures?
I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.