[Solved] wp-admin/edit-form-advanced.php on line 306
Solution: 1. Login to your cpanel account. 2. Open the wordpress and upgrade it, so that everything will be reconfigured, […]
» Read morenext gen Developer
Solution: 1. Login to your cpanel account. 2. Open the wordpress and upgrade it, so that everything will be reconfigured, […]
» Read moreSolution: Just create the file named php.ini under wp-admin folder and add the below lines, <? phpinfo(); ?> memory_limit = […]
» Read moreStep 1: Create a file called hello.php under public_html\agn folder <html> <head> <meta name=”txtweb-appkey” content=”1ac539c0-3df6-4e45-9e83-337889a858e1″> </head> <body> <?php echo “hello […]
» Read moreProgram: array.php <?php $myarray=array(1,2,3,4, 5 => 11, 26 => 2,5, 11 => 10); print_r($myarray); ?> Output: Thanks for reading […]
» Read moreProgram: array_combine.php <?php $arr_one=array(1,2,3); $arr_two=array(java,html,php); $array_combined=array_combine($arr_one,$arr_two); print_r($array_combined); ?> Output: Thanks for reading this post…………!!!
» Read moreProgram: array_count_values.php: <?php $array=array(5,”naveen”,11,“indian”,”naveen”,5,”naveen”,”naveen”); print_r(array_count_values($array)); ?> Output: Thanks for reading this post…………..!!!
» Read moreStep 1: Create a file named hello.php under the php file extracted location(I have extracted my php in d:\php), so […]
» Read moreStep 1: Go to the below link http://windows.php.net/download/#php-5.4 Step 2: Download the thread safe or non thread safe php based on your […]
» Read moreHi php programmers, now you can develop android applications also using your well known language php. Step 1: From your android […]
» Read more