Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
58% Quality Score
Upvotes Received
35
Posts with Upvotes
30
Upvoting Members
20
Downvotes Received
36
Posts with Downvotes
28
Downvoting Members
10
9 Commented Posts
~165.72K People Reached
Interests
Reading,Listening to music, singing, programming etc.
PC Specs
MS SQL, LAMP,Ajax,jQuery,HTML,CSS,javascript.JAVA,C++OS: - Windows XP/2007, Linux
Favorite Tags
Member Avatar for hemgoyal_1990

to store the elements in the binary tree form is not much difficult. Create table with fields 1)element 2)level 3)parent_id in it

Member Avatar for Manabendra
1
18K
Member Avatar for davy_yg

Have you tried to updaten it to the latest version? Also try ckEditor js code at the end of the html

Member Avatar for network18
0
415
Member Avatar for bharathi_2

You have written very confusing statements. You want to reset the timer for each question or questions continue to have same timer running. Share your relevant code to spot the correction required

Member Avatar for network18
0
210
Member Avatar for Mohammed_44

Try ` $a=$jsn->{$i}; ` in the place of ` $a=$jsn[$i]->Pic; `. let me know what happens. Also can you echo the output of json_decode()

Member Avatar for network18
0
372
Member Avatar for showman13

you have done creating the first drop down box so far properly and I think on selecting from this drop down you expect to change the contents of second (sub-category) drop down box. To achieve this you will need to call another script which will load the sub category combo-box …

Member Avatar for diafol
0
3K
Member Avatar for network18

I have a Premium SEO Pack – Wordpress Plugin installed and with its Facebook planner, we are supposed to authorize app after providing the initial settings. I have provided all the settings correctly. Provided app id, app secret, app domain, site url (through add platform), settings->advanced->enabled browser OAuth login, provided …

Member Avatar for network18
0
408
Member Avatar for mohammed_22

did you try removing an extra space in the query below - $sql="SELECT * FROM schoolentry WHERE classs =".$q." and division =' ".$k."'"; should have been - $sql="SELECT * FROM schoolentry WHERE classs =".$q." and division ='".$k."'";

Member Avatar for diafol
0
225
Member Avatar for janicemurby

$query = "INSERT INTO booking (firstname, address1, days, months, bookingtime, address2, lastname, cdays, cmonths, duration, datefrom, dteCallTimeTo, meettype, county, cnumber', fee, pcode, comments, user_id ) values ('$firstname', '$address1', '$days', '$months', '$bookingtime', '$address2', '$lastname', '$cdays', '$cmonths', '$duration', '$datefrom', '$dteCallTimeTo', '$meettype', '$county', '$cnumber', '$fee', '$pcode', '$comments', '$userid')"; you were mixing insert and …

Member Avatar for diafol
0
286
Member Avatar for ayesha789

[QUOTE=ayesha789;1050144]I can clarify my problem Please give me some hint how to print PDF DOcument using PDF.[/QUOTE] look for some javascript - [CODE]window.print()[/CODE]

Member Avatar for cereal
0
3K
Member Avatar for network18

Hi, I have created a test procedure (for the sake of example to get this working) called test_proc like below - DELIMITER $$ CREATE DEFINER=`tloken`@`%` PROCEDURE `test_proc`(In user_id varchar(100), OUT message varchar(1000)) BEGIN set message ='OK'; END and calling it from php test page like below - $sso = $_GET['sso']; …

Member Avatar for cereal
0
4K
Member Avatar for Smoking Bros

If we hav any other web server running apart from apache(installed through XAMPP in ur case) the apache wont work. First check for any other server installed.

Member Avatar for J. M. P.
0
793
Member Avatar for network18

There's trouble in using font awesome icons as they suggest, so I am using them as below - <i class="nimg nicon-ico_help_rnd_lg" style='color: #FFFFFF !important;' alt="Info" title="Color code information" onclick="info()"></i> and style below - .nimg { height: 37px; width: 37px; float: left; /*display: table-cell;*/ display: block; text-indent: -9999px; vertical-align: middle; /*border:1px …

Member Avatar for anandvaishnav
0
986
Member Avatar for malatamil
Member Avatar for mangel.murti
0
209
Member Avatar for divyakrishnan

I would suggest to check the file permissions on the target upload directory and make it writable.

Member Avatar for network18
0
2K
Member Avatar for davy_yg

you could hide all these notices by modifying the error reporting parameter as below, just for the current executing script, or directly on the server php.ini file `error_reporting(E_ALL ^ E_NOTICE);`

Member Avatar for matrixdevuk
0
891
Member Avatar for logonchristy

try this - [CODE] <?php echo "<a href='http:////digg.com//submit?phase=2&amp;url='$_POST['url']'&amp;title='$_POST['title']' target='_blank'><img src='http:////www.virtualdolphintherapy.com//images//digg.png' alt='Digg' width='64' height='63' border='0' //><//a>"; ?> [/CODE]

Member Avatar for gptArun
1
1K
Member Avatar for arafath077

I guess there is no such inbuilt function in PHP, so you have to do it manually by creating a custom function of your choice. something like below - $arr_find = array('!', '?'); $arr_replace = arrray('', ''); $processed_str = str_replace($arr_find, $arr_replace, $target_str);

Member Avatar for diafol
0
410
Member Avatar for muhamadtaufiq.zaki
Member Avatar for muhamadtaufiq.zaki
0
2K
Member Avatar for acrocephalus

There's a typo in your first line. Also you are passing the parameter but not using it. Which is not a problem, but just to keep it clean, we can remove it too. Find the corrections below - function checkIBAN() { var iban = document.getElementById('IBAN').value.length; if (iban != 24) { …

Member Avatar for acrocephalus
0
172
Member Avatar for network18

Hello All, I need to modify the default settings for the filesMatch in the apache httpd.conf file from - <FilesMatch "^\.ht"> Order allow,deny Deny from all Satisfy All </FilesMatch> so that to also include - <FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch> I would appreciate the suggestions, somehow the combination …

Member Avatar for network18
0
582
Member Avatar for network18

Hi, I have come across another programming challenge again and hopefully I wont close the thread myself this time. I am expecting good suggestions or examples from you to do this. I want to build a (scrollable) nested list, from which children of two parents could get swapped after some …

Member Avatar for Traevel
0
194
Member Avatar for Ouwgel

[QUOTE=Ouwgel;1045199]<p>How to show pdf file in web page? ex: www.scribd.com</p>[/QUOTE] [CODE]<iframe id="myFrame" style="display:none" width="500" height="300"></iframe> <input type="button" value="Open PDF" onclick = "openPdf()"/> <script type="text/javascript"> function openPdf() { var omyFrame = document.getElementById("myFrame"); omyFrame.style.display="block"; omyFrame.src = "test.pdf"; } </script>[/CODE]

Member Avatar for almostbob
0
8K
Member Avatar for network18

Hello, I am installed php 5.3.28 with apache 2.2 and mysql 5.5.38 on windows 64 bit machine, despite configuring php correctly with apache and also enabled the extensions, its not able to recognise the mysql extension loaded. The connection attempt through adodb throws the error "call to undefined function mysql_connect() …

Member Avatar for network18
0
659
Member Avatar for network18

Hello, I have an event ('show' & 'click') bounded to the element to make it scrollable using the jquery '.on' method but when I try to bind another event on click like below the alert does not show up - `$('.elem').on('show', function(){//some code here}).on('click', function(){alert($(this).text())});` what I am actually trying …

Member Avatar for network18
0
138
Member Avatar for pravin81
Member Avatar for network18

Hello, I am trying to configure PHP 5.3 on already installed Apache 2.0 on windows machine, using the guidelines mentioned on - http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml So far I have done - LoadModule php5_module "C:/PHP/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/PHP" All these at the right spots in httpd.conf file. I have apache in …

Member Avatar for network18
0
517
Member Avatar for network18

Hi All, I have a ajax call in script like below - function testMe() { $.ajax({ type: "POST", url: "http://3.84.46.104/tloken/test/testAjax.php", // data: "ajax=1&elem=" + elem+"&clicker="+clicker, data: "ajax=1", method: "POST", success: function (html) { alert(html+' >>'); return false; // var response = html.split('@'); // document.getElementById(elem).innerHTML = ""; document.getElementById('cmbxCategory').innerHTML = ""; document.getElementById('cmbxType').innerHTML …

Member Avatar for network18
0
2K
Member Avatar for network18

Hello, I have installed apache 2.2 but when I try to make it listen to 80, I can browse the target page and access denied error is displayed. But when I change the listening port to say 8080, I could browse using this port. I have already tried to check …

Member Avatar for network18
0
314
Member Avatar for rpv_sen

if the checkboxes are not checked they wont appear in the $_POST superglobal. Try to print your post data like print_r($_POST) and you would know the reason.

Member Avatar for cereal
0
730
Member Avatar for mwenyenia07

you could use a blanket and a small popup at the center saying 'Please wait..' while the code is in progress. Alternatively you could create a small heading like div with jquery with a timeout option. it should load till the rest of the html in the page loads and …

Member Avatar for JorgeM
0
138