Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~24.8K People Reached

66 Posted Topics

Member Avatar for arctushar

I want to get sum of estimate quantity from estimates table gropBy material_id. Also want get sum of mprs quantity related to previous query table. My estimates table is as below | id | project_id | material_id | estimatequantity | | 1 | 1 | 1 | 500 | | …

Member Avatar for diafol
0
277
Member Avatar for arctushar

Hi I m developing a mobile apps which will fetch json data from my server. My server address is http://need4engineer.com/api.php this is not working. But same data from another server https://randomuser.me/api/?results=5 is working well. Both the cases header is same. Please help me

Member Avatar for rproffitt
0
184
Member Avatar for arctushar

Hi I m using a jquery plugin for autocomplete multiselect. Plugin link is http://www.jqueryrain.com/?Bxwy2bPt Now I want to submit this selected item to page. How can I do that. Plz help.

0
141
Member Avatar for arctushar

Hi I have a page named 'xyz'. and I have a webpage xyz.com Now I want that visitor must like my page to view my web site. So I need a code which will check whether my page has been liked by user or not. NB: I dont have any …

Member Avatar for DaveAmour
0
177
Member Avatar for arctushar

Hi I want that a div will be shown if a specific facebook page is not liked. Say I have a page facebook.com/abcd Now I want that if visitor liked the page then show content otherwise it will show like button. How can I do that. plz help

Member Avatar for DJBirdi
0
127
Member Avatar for arctushar

Hello everyone I have a web form. This form has 5 fields. I want that if someone fill up the form and submit, this form data will be save to a form. Also want this after submitting this form it will do some php process. How can I do that …

Member Avatar for LastMitch
0
81
Member Avatar for arctushar

Hi I want to make a dictionry using html5. For example I have words 1. good 2. bad 3. hot 4. cold Now I want that in index page this words will be shown as 3 column. If I click on any word, the meaning of the word should display. …

Member Avatar for JorgeM
0
189
Member Avatar for arctushar

Hi I m a civil engineer. I have basic Idea in PHP and VB Now I want to make a civil engineering database software for PC windows. Which software will be good and easy for me. Thats mean Visual basic or any other softwaree. Please suggest me. Remember that I …

Member Avatar for james.lu.75491856
0
106
Member Avatar for arctushar

Hi I want to use htaccess rewrite, which will act as below 1. http://mysite.com/?sura=x as http://mysite.com/x 2. http://mysite.com/?sura=x as http://mysite.com/x/ 3. http://mysite.com/?sura=x&ayat=y as http://mysite.com/x/y 4. http://mysite.com/?sura=x&ayat=y as http://mysite.com/x/y/ is it possible by htaccess ?? please help me

Member Avatar for dorco
0
208
Member Avatar for arctushar

Hi I have a website. One can download books from this site. There r various books in various price. Now I want that user will pay to paypal and I will get the value of amount diposit. How can I do that. Thank u

Member Avatar for LastMitch
0
142
Member Avatar for arctushar

Hi I have a site. Where user will write something. Then pay to paypal. and the content will be emailed to me afer payment confirmation of paypal. 1. I have php 2. I dont Mysql 3. Jquery can be used is it possible? plz help me

Member Avatar for LastMitch
0
123
Member Avatar for arctushar

Hi I have an website. In this site client can pay for one Item via paypal. I made a paypam Ipn script. But its not working. can anybody help me. part of My code is <?php // read the post from PayPal system and add 'cmd' $req = 'cmd=_notify-validate'; foreach …

Member Avatar for LastMitch
0
162
Member Avatar for arctushar

Hi I want to develop page. Where there will be three mp3 files as audio. 1.mp3 , 2.mp3 & 3.mp3 files. and there will be three button. button 1 , 2 and 3. Initially button1 will be enabled and other two will be disable. then when user click on button …

Member Avatar for LastMitch
0
104
Member Avatar for arctushar

Hi I want to develop a facebook apps. Where it will take quiz, then merge profile picture in a certificate image. with result. the index.php file is as below <?php include_once "fbmain.php"; //if user is logged in and session is valid. if ($user){ //fql query example using legacy method call …

Member Avatar for LastMitch
0
208
Member Avatar for arctushar

Hello I have a dictionary html5 apps. where I used datalist and autocomplete. When I click on submit button then its work fine. I want that when any Item is selected from the autocomplete list, it will work instant. So that no one need to click on extra button. is …

Member Avatar for LastMitch
0
78
Member Avatar for arctushar

Hi I want to replace a word from text. I can do it with str_replace or str_ireplace. But I need more advance. for Example. my code is as below <?php $search_word=$_POST['gender']; $subject="Men and Women both r part of the world"; echo str_ireplace($search_word, '<span style="background:#0F0">' . $search_word . '</span>', $subject)."<br/>"; echo …

Member Avatar for diafol
0
115
Member Avatar for arctushar

<script type="text/javascript"> $("div #search_ayat_div").click(function(){ var link1='?verse='; var link2=$(this).html(); link=link1.concat(link2); link=link.replace(":","/"); window.location.replace(link); }); $("div #bookmark").click(function(){ var messageid = $(this).parent().children("#search_ayat_div").html(); var div_id=$(this).attr('id'); $.post("command.php",{ command:'bookmark', verse:messageid },function(result){ if(result=='yes'){ $(this).css({ "border":"medium solid #FF0000" }); alert("Successfully Bookmarked"); } if(result=='no'){ alert("Already Bookmarked"); } }); }); </script> Here at line 17 $(this) is not working. Remember there …

Member Avatar for pritaeas
0
114
Member Avatar for arctushar

Hi I Love daniweb for web solution. I want to make a website using jquery. I want to use jquer POST method for my site. My sample code is $.post("search.php",{word:"good"},function(result){ $("#content").html(result); Here the word 'good' will be search in a database using search.php by POST method. I already did that …

Member Avatar for hr.Ziggurat
0
507
Member Avatar for arctushar

Hi I have made a webpage with css. Its working fine in firefox. but not working in Explorer. But when I zoomout to 90% its working in IE. html code is <html> <head> <title>test slice</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header_border"> <div class="table"> <ul><li></li> …

Member Avatar for rotten69
0
129
Member Avatar for arctushar

Hello I m not clear about class. Can anybody help me. Actually what is different between class and function. When I will use functiona and when I will use function.

Member Avatar for fpaquin
0
1K
Member Avatar for arctushar

I need this tricks 1. http://xxx.com/7:4 will be http://xxx.com?volume=7&chapter=4 2. http://xxx.com/7/4 will be http://xxx.com?volume=7&chapter=4 3. http://xxx.com/yyy will be http://xxx.com?find=yyy is there any option? plz help me

Member Avatar for arctushar
0
80
Member Avatar for arctushar

Hi I have a form with textarea. when user submit content through this text area. indent and paragraph is preserving in mysql. Even when I copy data from mysql via phpmyadmin, it also preserving indent and paragraph. But problem is that, when I get data from mysql via php script. …

Member Avatar for pritaeas
0
73
Member Avatar for arctushar

Hello I have seen a web site [ebayclassifieds.com](http://www.ebayclassifieds.com/). This site has simple animation. First i thought it was developed by flash. But after right-click I found that it was not developed by flash. Then How it was built? my gueses are 1. html5 2.jquery Please give me suggestion to built …

Member Avatar for hericles
0
67
Member Avatar for arctushar

function memory($user,$ayat){ sqlconnection(); $user = mysql_real_escape_string($user); $ayat = mysql_real_escape_string($ayat); if((checkmemory($user,$ayat)==0) || !(checkmemory($user,$ayat)==0)){ $sql="INSERT INTO `mark` ( `user_id` , `ayat` ) VALUES ( '".$user."', '".$ayat."' )"; mysql_query($sql); return $sql; } } function checkmemory($user,$ayat){ sqlconnection(); $user = mysql_real_escape_string($user); $ayat = mysql_real_escape_string($ayat); $sqlmemory="SELECT * FROM `mark` WHERE `user_id` = '".$user."' AND `ayat` =".$ayat; …

Member Avatar for Biiim
0
189
Member Avatar for arctushar

Hi I have created a php script for writing text in a image. Its working fine. But when I include a file it doesnot generate the image. what is the problem? my code is as bello <?php header ("Content-type: image/jpeg"); $im = imagecreatefromjpeg("photo.jpg"); $backgroundColor = imagecolorallocate ($im, 255, 255, 255); …

Member Avatar for arctushar
0
195
Member Avatar for arctushar

Hi First I thanks daniweb for helping people regarding web programming. I want to add an audio player for my site. which will play audio of my choice hosted in my site. after finish it will give a signal. so that jquery or ajax can redirect to other site. plz …

0
127
Member Avatar for arctushar

Here $a and $ b are equal. But in line 07 its not printing 'this is equal'. What is the problem? Plz help me. Remember when form submit $a and $b is equal. but when refresh they r not equal. <?php session_start(); $a=$_SESSION['randomnum']; $b=$_POST['secure']; echo $a.'<br/>'.$b; if($a==$b){ echo "this is …

Member Avatar for Biiim
0
136
Member Avatar for arctushar

Hi I have developed an website with drupal 7.10. I want this should be in bengali language. everything is ok but problem with numerical system. for example: date,time,points etc. Now I have decided to add java code at the bottom of the theme. so that after loading the page javascript …

Member Avatar for Fest3er
0
142
Member Avatar for arctushar

Hi I have an website. Where people may write short messages. Now I want that home page will display 10 recent messages from those posts. So I want that New message will be shown and one oldest will be remove. All this will be down by ajax. Can anybody help …

Member Avatar for toms ace
0
148
Member Avatar for prashanth18

[QUOTE=harrierdh;1093350]I'm not sure I understand. Do you want it to toggle? Do you have some sample code?[/QUOTE] say I have post-1,post-2............post-112 so home page will show post-102 to post-112 if new post is published as post 113 automatically it will shot post-103 to post-113.

Member Avatar for Taywin
0
128
Member Avatar for arctushar

Hello Say I have a document which is written in phonetic. Now I want to make this indic. How can I do that Say A will be আ B will be ব AA will be আ Ba will be বা T will be ট t will be ত etc...... Please …

Member Avatar for metalix
0
88
Member Avatar for arctushar

Hello I m a civil Engineer. I have little bit knowledge on php. I want to make a web application. Which will be easier. Drupal module creating or indivisual php application. Please Suggest me

Member Avatar for HemantPHP
0
106
Member Avatar for arctushar

Hello I m having great problem with indic(indian language) convert. for example Say I wrote something by google indic for bengali Now I copy this text and paste into textbox of my web form the after submitting it not showing desire result. my code is [CODE]$tvalue=$_POST['textfield']; echo ord($tvalue).' = '; …

Member Avatar for mschroeder
0
83
Member Avatar for arctushar

Hello I want to make file hosting website. As like megaupload or rapidshare. How can I do this. I know how to upload a file, rename file, etc. Actually I need to know. How to prevent file or directory to access from un authenticated user. Please suggest what is the …

Member Avatar for arctushar
0
135
Member Avatar for arctushar

Hello I m having problem as below I have a file named [B]index.php[/B] and its code is [CODE] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hello!</title> </head> <body> <?php $abc=file_get_contents("file.php") ; echo $abc; ?> </body> </html> [/CODE] and the code of [B]file.php[/B] is [CODE] <?php echo "tushar"; ?> [/CODE] When I browes index.php its …

Member Avatar for mschroeder
0
111
Member Avatar for arctushar

Hi want to add facebook like chat script in my web site. Can anybody help me. Actually I want to know how it work.

Member Avatar for NightLight
0
54
Member Avatar for arctushar

Hello I have created a file name connect.php and code of this file is as below [CODE]<?php $db_server = 'localhost'; $db_username = 'myweb_user'; $db_password = 'Aunhy125$%'; $db_table='main_table'; ?>[/CODE] To connect database I used to include_once() function. What may be the problem for this. Or what would be be best way …

Member Avatar for madCoder
0
60
Member Avatar for arctushar

Hi I m finding for a solution. But this is very critical I think. Though its very critical, I hope you will solve this. problem is as below I have 5 divs with no ID. say as [CODE] <div>The quick brown fox jumps over the lazy dog<input name="" type="button" /></div> …

Member Avatar for mahavir123
0
286
Member Avatar for arctushar

Hello I want to create a login page. Login page contain as usual below elements [LIST=1] [*]text [B]user name[/B] [*]inputbox[B] username[/B] [*]text [B]user password[/B] [*]inputbox [B]password[/B] [*][B]submit button[/B] [/LIST] all elements r in a div. I want that, the div will be [B]center[/B] both [B]horizontally and vertically[/B] . How can …

Member Avatar for dlannetts
0
53
Member Avatar for arctushar

Hello sir(s) I m having problem with " and ' in my contect. say I hav submitted below sentence to save in mysql [B]my father's boss told me " you can join our company".[/B] I used [B]mysql_real_escape_string() [/B]. when I retriev from sql data. It shows [B]my father'\s boss told …

Member Avatar for R0bb0b
0
62
Member Avatar for arctushar

Hello I want to change date format to insert date in mysql. I tried as below code [CODE]<script type="text/javascript"> $(function() { $("#datepicker").formatDate('yyyy-mm-dd'); $("#datepicker").datepicker(); }); </script> [/CODE] but its not working form me. can anybody suggests me how to do it?

Member Avatar for faulkj
0
225
Member Avatar for arctushar

Hi I want to make a form site. Which will contain html form. but after submitting it will will return a pdf file with that form data. I found some third-party library to fill pdf form. But those are not working well. How can I do that. thanks all

Member Avatar for chrishea
0
36
Member Avatar for arctushar

I m having a problem. My textarea is 100% but when I add nicedit to my page. its width very low. may be 10%-20% . Can anybody help me?

0
51
Member Avatar for arctushar

Hi I m using[B] recaptcha[/B] and [B]msn indic[/B] in my Website. Now I want that recaptcha will not work in recaptcha. Remember I m usint optout option for msn indic. Please help me.

0
64
Member Avatar for arctushar

I have a javascript. I did not understand the language. here is the link of the script [URL="http://www.unitconversion.org/converter3/converter3.js"]http://www.unitconversion.org/converter3/converter3.js[/URL] Can anybody explain me the script. thank you

Member Avatar for arctushar
0
76
Member Avatar for arctushar

Hi I want to make a dictionary. I want to do that with php and flash.for example I have lot of .png images. eg good.png, bad.png etc.. Now when anybody search for word [B]good[/B]. It will show good.png in the flash movie. If word not found then this word will …

Member Avatar for sudeepjd
0
75
Member Avatar for arctushar

[CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <!-- Microsoft Indic Language Input Tool embed code --> <form method="post"> <input name="abc" type="text"></input><br/> <input type="submit"/> </form> <?php echo $_post['abc']; ?> </body> </html> [/CODE] I have written this page …

Member Avatar for arctushar
0
16K
Member Avatar for arctushar

Hello I want to do that after submitting form it will insert in a table. the table has auto increment field. name of the field is ID. Now how can I get the ID number of that inserted data's ID number. for example I have a table which field are …

Member Avatar for sops21
0
136
Member Avatar for arctushar

Hi I m using xampp server in my localhost. I m having problem. When I change value by phpmyadmin of any table. query does not give proper result. For example In contact table I have change user id number from 3 to 10 by phpmydmin. When I query by user …

Member Avatar for mwasif
0
60
Member Avatar for arctushar

Hello I want that in jquery date picker. default value of text box will be current date. How can I do that. I tried php script like this [CODE] <input type="text" id="datepicker" name="rcv_date" value=" <?php echo date(m).'/'.date(d).'/'.date(Y); ?> "> [/CODE] But it has little error. There is an extra space …

Member Avatar for aquilax
0
49

The End.