52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ramarose

can any one please help me,by telling how to create a check box. [CODE] <form name="frm" action="action.php"> <tr><td><input type="check box" name="box[]" value="--" </td></tr> </form> [/CODE] can any one tell me what should be passed as the value and what should the action .php contain... please help ..

Web Development php
Member Avatar for muralibobby2015
0
73
Member Avatar for Rohith Reddy

Hello, I am currently using a datalist to update the database with a textbox control. The problem is that when I am pressing "Edit" and entering values in the textbox and when trying to update the database, the database is not getting updated with the entered value. Could someone please …

Web Development asp.net
Member Avatar for kvprajapati
0
286
Member Avatar for Jabga

Hi there, I am creating an ecommerce web site and I am using magento. Payments will be inside in our country and local banks will give me payment forms and I will have to integrate it with my web, but I need some help, how can I integrate their form …

Web Development ecommerce php
Member Avatar for Banderson
0
107
Member Avatar for alipica

This should be simple, but it's not working for me! The relevant code is beneath. This code is on my html page directly under the input field: [CODE] input = document.getElementById('hiddenInput'); var inputInt = parseInt(input.value); if (inputInt != 0) { setClick(inputInt); }[/CODE] (I've tested it to make sure it sees …

Web Development javascript
Member Avatar for vsmash
0
156
Member Avatar for maria_mj

How to save user input from text box and radio button to the SQL database using C# in ASP.Net? Please help me...

Web Development asp.net c# sql
Member Avatar for apegram
0
4K
Member Avatar for vvashishta

Hi all, I have used outlook 2007 to make a mail from one of my button event. The event in firing and working exactly when I make my VB.Net code debug (Outlook Interface opens as required). But I make the same code uploaded on Server and the on the required …

Web Development asp.net
Member Avatar for vvashishta
0
146
Member Avatar for MxDev
Member Avatar for vsmash
0
82
Member Avatar for lobstar

Hi, I wrote a small piece of javascript a while ago to add some text to a text box and mark it as read only if a check box was checked. If the checkbox was unchecked, the text would be removed and the field writable. It was working great until …

Web Development javascript
Member Avatar for lobstar
0
3K
Member Avatar for CFROG

I've noticed a lot of posts lately with "how do I do this?" and "how do I do that?" You've somehow managed to end up with an entire db full of data and not the slightest clue what to do with it or how to use it. Rome wasn't built …

Web Development php
Member Avatar for vsmash
0
104
Member Avatar for dan4domination

Hello, The first part of the script works regarding updating however for some reason and I cant figure out why its not inserting into my bookings table. Any ideas? [code] <?php session_start(); // is the one accessing this page logged in or not? if (!isset($_SESSION['logged']) || $_SESSION['logged'] !== 1) { …

Web Development php
Member Avatar for dan4domination
0
118
Member Avatar for pedroteixeira07

Hi Everyone, I'm having some issues in the construction of an algorithm for a project. This is just a fraction of the algorithm and my problem is this: I'm trying to build a PHP function that gets the values of the first and second rows of a table and subtract …

Web Development mysql php sql
Member Avatar for diafol
0
137
Member Avatar for YingKang

I am writing a PHP program with sticky form. I want to use Text area for the "comments" part, but I couldn't make it work. Can anyone help? thanks. [code] <html> <head> <title>guestbook</title> <style type="text/css"> .error {color: #FF0000;} </style> </head> <body> <?php extract($_REQUEST); $errors = array(); if(isset($_REQUEST['submit'])) { validate_input(); if(count($errors) …

Web Development html-css php
Member Avatar for YingKang
0
490
Member Avatar for sDJh

Hello folks, I just updated my homeserver to PHP 5.3.1 and I get now the following error when executing my scripts: [CODE]Cannot use string offset as an array[/CODE] The variable looks like: $bes[$a[3]][$a[4]][$a[6]], where $bes is a three-dimensional array that holds all information I need during runtime. The $a's can …

Web Development apache debian php
Member Avatar for ShawnCplus
0
174
Member Avatar for jasystweb

I am creating controls which are added to the page at run time. As these controls are added I separate them into a UL/LI list by injecting literals assigned as (<ul>, </ul>,<li>,</li>). The page in question uses a master page template. The ul/li function is called in the page_load event …

Web Development asp.net html-css javascript
Member Avatar for jasystweb
0
254
Member Avatar for ChaseW

I am looking for a way to add a "footer" to all of the posts in my RSS feeds. So, if they are having my rss feeds displayed on their forum, for example, then at the bottom of each post it can say something similar to "Feed By ChaseW". Does …

Web Development xml
Member Avatar for jeancarlo
0
123
Member Avatar for albertkao

I use the Tablekit library and Prototype javascript framework on firefox, chrome & IE8. The columns in this table can be sorted by the Tablekit library. [CODE]<script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/tablekit.js"></script> <body> <div id="mainmenu"> ... </div> <div id="content"> <table class="sortable resizable"> <thead><tr> <th class="sortfirstdesc">ID</th> <th>Date</th> <th>Time</th> </tr></thead> </table> </div> …

Web Development javascript
Member Avatar for Airshow
0
375
Member Avatar for tryphy

I have some doubts in form submission. The function that i need is adding a prompt dialog box to confirm befor the user submits the form. Eg: The user is entering some data in the form and he clicks submit..a dialog box appears and says " Are you sure you …

Web Development php
Member Avatar for tryphy
0
1K
Member Avatar for webprgmquery

I am using User authentication system, which uses 2 pages index.asp where user logs in and then the username and password is sent to the validate.asp page where it is checked against database userlist. if username and password are matched with username and password of database record then it should …

Member Avatar for webprgmquery
0
268
Member Avatar for tryphy

Hi people, My issue is more of a MySQL issue than php. I am trying to store a 3digit integer value with a leading Zeros in front such as 001 i have a company table , which auto increments the id as 001, 002, 003...and so on... In the company …

Web Development php
Member Avatar for maks91
0
143
Member Avatar for forzadraco

i have a problem: i want redirect everything page in url: ex: [url]http://dracotech.biz[/url] to [url]http://www.dracotech.biz[/url] . want to add www. in everything request from user.. maybe with mode rewrite in apache but i didn't find way how to do it..

Web Development apache php
Member Avatar for rsleventhal
0
174
Member Avatar for heels

Hi, I am currently using xampp with all the preloaded add ons, such as tomcat, mysql and apache. When i try to connect to the database through my computer with windows xp, it works perfectly fine. But when i changed it to another OS, windows vista. It keeps giving me …

Web Development apache java-jsp windows-vista
Member Avatar for peter_budo
0
98
Member Avatar for xylude

I am making a little forum and while trying to add the quote post functionality have come across a problem that has me stumped. Here is my js: [CODE] function addQuote(text) { var tArea = document.getElementById('forumReply_message'); tArea.value = text; } [/CODE] Here is sample HTML (one that doesn't work): [CODE] …

Web Development javascript
Member Avatar for xylude
0
83
Member Avatar for cane23

i have a multiple select drop down menu where i select some courses however my problem is that i was to store the selected courses in an array for further use. i have tried creating an array but is is coming up empty. Can someone help me out here here …

Web Development php
Member Avatar for rajabhaskar525
0
85
Member Avatar for moobaa

Hi all.... Ok, so I've got 3 components, all working independently: 1) Simple HTML page 2) PHP Script (which produces 3 arrays) 3) Javascript (which processes 3 arrays) Now, I need to hook them all together through the HTML. The PHP should be called on the loading of the page, …

Web Development html-css javascript php
Member Avatar for NettSite
0
550
Member Avatar for smilingeyes76

Good morning, I've searched the web for a week to find a solution to a problem, but I can't figure it out, so now I'll try to post directly what the problem is and hope that someone could explain me how to go ahead. I'm new to Asp.Net, and some …

Member Avatar for smilingeyes76
0
145
Member Avatar for prem2

Hi, I am new to php.I want to read a word by word from a file.When I use fgets it read line by line.When i use fread then it read full contents from a file.File_get_contents read a full contents from a file. I need to read a each single word …

Web Development php
Member Avatar for prem2
0
2K
Member Avatar for muralibobby2015

hai... i want to dispaly table like this. actually i am fetching data from database. i am displaying data in tables. but i want to display like column wise after row wise. [CODE] A F K B G L C H M D I N E J [/CODE] like this. …

Web Development display php
Member Avatar for urtrivedi
0
112
Member Avatar for footsouljaN

I need guidance on how to show live feeds on my website from a software...All ideas and solutions are highly welcomed....

Web Development php
Member Avatar for footsouljaN
0
68
Member Avatar for aparnesh

How can I remove the URL information that is printed at the bottom of the page when a Web page is being printed ? Can this be done by Javascript or any programming method ?

Web Development javascript
Member Avatar for arvindreads
0
2K
Member Avatar for kanuri1

hi anyone please give me the dll code for converting date format mm/dd/yyyy into dd/mm/yyyy. here iam using asp.net with vb.net... hi it was very urgent please help me.....

Web Development asp.net
Member Avatar for kvprajapati
0
131
Member Avatar for DexterID

Hi, I tried so much working with this to get distinct Words and their count. I'm using ASP.NET 2.0. And i also googled so much. I need HELP from anyone to get the required output. 1)Ex(String): The DOTNET is Very Cool! The Best. 2) Capture all the sequences like Spaces, …

Web Development asp.net regex
Member Avatar for kvprajapati
0
101
Member Avatar for Anarionist

im having trouble understanding why this won't work. I'm extremely new to php (my primary language is c++) [CODE]<html> <body> <?php if(strpos($_GET['codev'], 'ddd') !==FALSE){ if(strlen($_GET['codev'] ==3) { echo "<p>Welcome</p>"; } ] ?> </body> </html>[/CODE]

Web Development php
Member Avatar for Anarionist
0
105
Member Avatar for baseballfury

Hello, I'm returning results from a database but they are showing as yyyy/mm/dd I would like them to display as dd/mm/yyyy is there a simple way to format $newrow5['StartDate'] to do this. while ($newrow5 = mysql_fetch_array($result5)) { echo "Starts on the: {$newrow5['StartDate']}"; } thanks in advance, Tom.

Web Development php
Member Avatar for baseballfury
0
2K
Member Avatar for Motorider

I have searched for a solution to this problem on daniweb and google to no avail. You folks have been so kind as to help me before. This portfolio piece, slash website for my father incorporates a MySQL PHP search form in the left div, and the search results in …

Web Development php
Member Avatar for EvolutionFallen
0
144
Member Avatar for sassenach

Hi, I am new with jQuery. I copied an open source code for sending a contact us form using jQuery. You can see the form at Website at the bottom right side yellow box. The input fields are as follows: Name, Email, Tel, Comments. This is my JS file the …

Member Avatar for Airshow
0
150
Member Avatar for mrcniceguy

HI everyone!!i have this got this function, and i dont know what is going wrong here. in the table, the field for date i saved as timestamp, meaning time is automatically inserted when the record inters. [code=php] function time_stamp($session_time) { $time_difference = time() - $session_time ; $seconds = $time_difference ; …

Web Development php
Member Avatar for mrcniceguy
0
134
Member Avatar for javedkhan

Hello everyone, How can I find out what scripting language is used for a website? For example If I am looking at BBC.co.uk how do I know the scripting language like PHP, JSP, ASP etc. Please reply. its urgent ,.........thanks

Web Development xml
Member Avatar for almostbob
0
177
Member Avatar for sassenach

Hi, I am trying to create a RewriteRule for my site. I got the first part correctly. This means say /index.php?mid=#. This passes correctly. Here is the example: [url]http://www.orchot-hagilboa.com/דף_הבית[/url] But how do I add another param? Say I am passing /index.php?mid=#&smid=# ???? Here is my rewriterule in htaccess: [code] Options …

Web Development php
Member Avatar for sassenach
0
246
Member Avatar for codeblock

Hello everybody, I've posted this question before but i got no help, may be i wasn't clear enough or it can't be solved but i really need someones help. The problem is my if else statement. My if else conditions will block the first two int values but then allow …

Web Development mysql php
Member Avatar for codeblock
0
189
Member Avatar for Graham301

I am using Ben Forta AutoSuggest example. I have the autosuggest working but I need to get another record out of the database to send the user to the right url. I don't know how to do this, can someone help me out? CFC: Code <cfcomponent output="false"> <cfset THIS.dsn="myprod"> <!--- …

Web Development coldfusion
0
107
Member Avatar for blur_guava

Hi everybody, I have this File Upload control, whereby the user is granted a limit of 5 uploads. And so, the user clicks on "Attach Another File", and decides to attach a file ONLY in the first File Upload control. My problem is, I want the user to be able …

Web Development file-system html-css javascript
Member Avatar for Airshow
0
318
Member Avatar for iAmLast

[B]FIREFOX and CHROME script problems?? [/B] in my code is a simple script that shows an error message if input value didnt meet the requirements. [U]the example is[/U] [I]register_form [/I] - name of the form [I]username[/I] = name of the input type text requirement is string must be greater or …

Web Development javascript
Member Avatar for alex.tepes
0
121
Member Avatar for PierlucSS

I'm currently working on some ajax polling stuff and I don't want do pass through all the process if nothing has changed in the xml file I'm using for my asynchronous process. However after each polling I want to set the value DateTime.Now, but cannot do it with [CODE]Request.Form[ "lastPoll" …

Web Development asp.net javascript xml
Member Avatar for PierlucSS
0
7K
Member Avatar for dan4domination

Hello all, Just wondering if I could pick some brains, I'm currently learning PHP and have been messing around with a fun project, currently developing a simple login / register script. The error that I keep getting is - [b]Parse error: syntax error, unexpected T_ELSE in /home/danhumph/public_html/smithy/login.php on line 27[/b] …

Web Development php
Member Avatar for Ezzaral
0
835
Member Avatar for nl18663

Hello, i want to use jquery to make a fade in/ fade out menu / sub menu structure. the structure works, the only this is that when i hover from the topic to the corrisponding submenu the submenu fades out and back in. how can i stop that? the function …

Member Avatar for alex.tepes
0
471
Member Avatar for SANJISH

Hi, I am using the trace facility to find the viewstate size of controls on postback. I have added a label , a textbox and a submit button to the webform. However after posting my page and viewing the trace.axd page I find that the viewstate size bytes and controlstate …

Web Development asp.net
Member Avatar for SANJISH
0
137
Member Avatar for AnzJ

Hi Guys, I have an image set up, and when you left-click on it, the image closes. I was wondering if there is an onRightClick event or something like that, so I can disable the right-click menu? I'm trying to prevent people from being able to easily save the image. …

Web Development javascript
Member Avatar for gtugay
0
100
Member Avatar for anish.anick

Hi All, Please tell me how i can call a web service from an HTML page using javascript which works fine on both IE and fire fox.I was successful in calling a ASP.NET web service using javascript in Internet Explorer (using service.useService method).Unfortunately the service.useService method is not working in …

Web Development asp.net javascript
Member Avatar for kvprajapati
0
609
Member Avatar for Heinz Stapff

Running Login Validation that is causing problems. Client side 'onchange' of input id=customer email is not writting to <p> for each 'if' statement. Any help greatly appreciated. [CODE] var dbemailstr = ['heinzstapff@hotmail.com']; // emulate database email search var newemailstr = ['gloriamarks@prodigy.net']; // emulate add to databas email addresses var email …

Web Development javascript
Member Avatar for Heinz Stapff
0
117
Member Avatar for tryingtofindout

help me!! [CODE]if ( $username == 'admin' and $password == 'ncr' ) { echo("Location: http://localhost/ncr/home"); } [/CODE] if username and password is correct, echo should takeme to specified link. This page ([url]http://localhost/ncr/home[/url]) should be displaced

Web Development php seo
Member Avatar for tryingtofindout
0
115

The End.