52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for xxmp

i have this problem i have this variable $title=J1. Tsalgatidou, A., " Modeling and Animating Information Systems Dynamics " , Information Processing Letters 36, 1990, 123-127. and then i do this [CODE] $more_button=' <input type="button" id="button_help1" value="Summary" onClick="window.location='some_infos_research_en.php?title='.$title.''"> <input type="button" id="button_help1" value="Full description" onClick="window.location='upload/publications/en/'.$file.''">'; [/CODE] but when i echo $more_button …

Web Development php
Member Avatar for edwinhermann
0
87
Member Avatar for shaveta chatak

i got an exception when i run my site....it is usually happens at client side when more than 2 user accesing at the same time. i guess i hav'nt handle this exception properly but have no idea why this error is coming again n again. The Exception is "sys.webforms.pagerequestmanagerservererrorexception 503" …

Web Development asp.net
Member Avatar for shaveta chatak
0
82
Member Avatar for psathish2

dear all .. **default.aspx** <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %> <!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 runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <br /> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <cc1:AutoCompleteExtender ID="TextBox1_AutoCompleteExtender" runat="server" DelimiterCharacters="1" …

Web Development asp.net assembly web-server xml
Member Avatar for reach_yousuf
0
88
Member Avatar for Ali.M.Habib

I have nested asp repeaters [CODE] <asp:repeater id="ParentRepeater" runat="server" OnItemDataBound="repMenu1_ItemDataBound"> <itemtemplate> <table> <tr> <td> <asp:CheckBox id="CheckBox1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"DESCRIPTION") %>' OnCheckedChanged="chkBox_CheckedChanged" > </asp:CheckBox> </td> </tr> <tr> <td> <!-- start child repeater --> <asp:repeater id="childRepeater" runat="server"> <itemtemplate> <TABLE id="Table1" border="0" cellSpacing="0" cellPadding="0" width="1000"> <TR> <TD><%# DataBinder.Eval(Container.DataItem,"Trx") %></TD> <TD><%# DataBinder.Eval(Container.DataItem,"GL") %></TD> <TD><%# …

Web Development asp.net
Member Avatar for mitulmodi.rcc
0
712
Member Avatar for VBNick

Hello! I made a little app/page to help me count the money when Im done my shift at work. It runs fine in IExplorer, but it wont run in Firefox..can someone help? [CODE="html"] <html> <head> <title>Money Calculator 1.0</title> </head> <body> <script type="text/javascript"> function clr() { document.getElementById("hundred").value=0; document.getElementById("fifty").value=0; document.getElementById("twenty").value=0; document.getElementById("ten").value=0; document.getElementById("five").value=0; …

Web Development javascript
Member Avatar for VBNick
0
151
Member Avatar for ajitkumar26

HI, I want to have a functionality to send Fax the document from my website developed in asp.net and i also need to have different header and footer for the Fax document.

Web Development asp asp.net
Member Avatar for mitulmodi.rcc
0
61
Member Avatar for nccsbim071

Hi I have a web page where i need to use some javascript. If i write all the javascripts and jQuery javascripts in the aspx page it works perfect. But when i write all the javascripts in separate file called scripts.js and include scripts.js in the aspx page it doesn't …

Member Avatar for mitulmodi.rcc
0
168
Member Avatar for Pari13

hello sir..... suppose i want to display list of item name at specific portion on webpage(.aspx page) but coding portion is done in aspx.cs file with use of for loop i get Item name into variable from database. now i want to use that varibale to dispaly Item name at …

Web Development asp.net
Member Avatar for kvprajapati
0
5K
Member Avatar for xuexue

is there anything that can replace a butoon in php which acts like a button? because we all know that buttons in php act independently, meaning once button a is clicked, the functions of button b will be disregarded already right? because i have several buttons in the page and …

Web Development php
Member Avatar for xuexue
0
105
Member Avatar for MohitB

Hi, I am working on a project where i need to store data in App_Data, any one can help me to tell how can i do it.

Web Development asp.net
Member Avatar for Sakshi_11
0
199
Member Avatar for jmaddy10

Hello all! I am making a site for a club on campus and we need to show the presidents quotes on the site. He has some lengthy ones so I want to save space (can't tell him to KISS) so I'm using a little code I learned to do so. …

Web Development display javascript xml
0
103
Member Avatar for SuntechWebsites

Hello, I am looking for a few things... 1. How to put an upload field into a web page to that I can upload files to a directory on server. 2. I want to be able to choose different directories to upload it to (clients) 3. I would like to …

Member Avatar for SuntechWebsites
0
79
Member Avatar for drewpark88

I am trying to figure out the best way to configure my search bar. It will be searching my website for posts members have posted. I tried this but this does not work. Here is the PHP file that I use as the form action. Do you know how or …

Web Development php
Member Avatar for drewpark88
0
118
Member Avatar for Stefano Mtangoo

What are your thought on this? There are many framework there and my thought was CakePHP is rather popular. I'm I wrong? What do you think?

Web Development php
Member Avatar for Stefano Mtangoo
0
107
Member Avatar for xylude

I need to replicate the encryption shown below: [code] def self.encrypt(password, salt) Digest::SHA1.hexdigest("--#{salt}--#{password}--") end [/code] I am trying something like this to no avail: [code] $salt = 'edc93eaf81aa1d64368c35213f192bb4ea81d20d'; $password = $_POST['input']; $password = sha1($salt.$password); echo "password sha1 value: " . $password; [/code]

Web Development encryption php ruby
Member Avatar for ruby_rocks
0
551
Member Avatar for bbxrider

you can see the page under development at [url]http://job1data.com:8098/admin.aspx[/url] at first i had no validationGroup and the validations for add row fields would always fire, so that was no good. so i'm trying to put them in a validation group. you can see from the sample code i put the …

Web Development asp.net
Member Avatar for bbxrider
0
158
Member Avatar for cane23

i have a small problem deleting from the data base that i have created using a form. this is the error that i am getting on the webpage Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right …

Web Development php
Member Avatar for MrYrm
0
140
Member Avatar for benk1

Hi guys, I have a simple php shopping basket which stores the products in an array. To add a new value into the array, I have the following: [CODE]$cart .= ','.$_GET['id'];[/CODE] I was just wondering if there is an equivalent line of code to remove a single array value with …

Web Development php
Member Avatar for MrYrm
0
98
Member Avatar for aditi_19

Hi, I am trying to send email in php for which i installed PEAR mail package. The installation is fine but when i try to run the email script, i get this error : [B]Failed to connect to smtp.csaauto.com:25 [SMTP: Failed to connect socket: No connection could be made because …

Web Development email php
Member Avatar for pritaeas
0
184
Member Avatar for ramakrishnankt

Hi, my table has id,startdate,enddate,starttime,endtime,salelocation,imagename both dates are in date type and starttime and endtime are in time type. I want to check if my data consisting of startdate,starttime,enddate,endtime cannot be present in table and must be a valid date and time duration. How to check this valid date and …

Web Development mysql php
Member Avatar for ramakrishnankt
0
144
Member Avatar for whiteyoh

Hi all, Im pretty ok with PHP and have recently been breaking down a project using foreign keys to identify various bits of information. This is my problem. I have an items table, which is made up of ID, country and area. It previously has the actual word of the …

Web Development mysql php
Member Avatar for pritaeas
0
138
Member Avatar for servis

i have a simple form validation onsubmit event. The requirement is very simple, if validate.php brings any error it shows errors and it stops form for further processing else form submit and action runs process.php. But, unfortunately ajax function is not working onsubmit event.. any help please..... files are attached …

Web Development javascript
Member Avatar for Graphix
0
2K
Member Avatar for ravi0703

Hi, My Name is Ravi Shankar. I have query in PHP Code. I had written the code as if client click on check box, it will generate 16 digits random number in adjacent text box. My query is, before display the 16 digits random number i have to show a …

Web Development java php
Member Avatar for diafol
0
90
Member Avatar for vishalonne

Hi Every One I am designing one site in Zen Cart 1.3.8a almost every thing is completed, here I came for one simple help from you all. I want few text fields and drop down boxes should generate when user click on Add new item Button and the previous entered …

Web Development html-amp php
Member Avatar for vishalonne
0
158
Member Avatar for veledrom

Hi, I installed vsftp and filezilla. I use host:127.0.0.1, user:root, password:(don't have any), post:21 to connect to ftp but not successful. Does anyone know how to do this? Thanks

Web Development php
Member Avatar for veledrom
0
79
Member Avatar for LJames

My GridView is quite long and goes off the screen. I want the detailsview to position itself alongside where I click the "Select" button - not at the top or bottom of the gridview - perhaps center screen? Using VB not C# please. Any ideas what to put as the …

Web Development asp.net
Member Avatar for LJames
0
139
Member Avatar for santhoshvkumar

Hi All, For more than two days I m trying this problem. Some one please help me out. My scenario is I want to directly insert data into my table from the input which I get it from text boxes. Here is my code... [code] con = new SqlConnection(); con.ConnectionString …

Web Development asp asp.net open-source
Member Avatar for asal80
0
109
Member Avatar for ElegantElephant

I have a dropdown list and the selected item depends on the record the form is for. How do I allow PHP to determine which item in the list is selected according to how that row is configured?

Web Development php
Member Avatar for saiprem
0
85
Member Avatar for maleko

I have a postgresql view on which I'm running the following query : [CODE]select count(*) AS "Assigned Calls" ,to_timestamp(createdon)::date from vw_issues where to_timestamp(createdon)::date>='11/10/2009' and to_timestamp(createdon)::date<'11/11/2009' group by to_timestamp(createdon)::date order by to_timestamp(createdon)::date[/CODE] when run in phppgadmin the result is displayed as Assigned Calls to_timestamp 20 2009-10-12 13 2009-10-13 etc... I need …

Web Development display php postgresql
Member Avatar for saiprem
0
156
Member Avatar for scmsimplybest

Hello Guys, I m Building A Chat Application..in which i have 2 different user types like Admin & Merchant...I Have Taken User type A for Admin & M for Merchant...First I have Created Only Single LogIn Form for both user types & given DropDown So that If He Selects Merchant …

Web Development php
Member Avatar for scmsimplybest
0
169
Member Avatar for srya

hai to all, i am new to php , can u tel how to calculate a no of posts for a particular title . i have a table post project in database it has a 8 fields id , name ,title ,category,date ,description,cat id(category id),no of posts. and how to …

Web Development php
Member Avatar for rajabhaskar525
0
122
Member Avatar for PHP4LIFE

Hey all, Im new to php but i have made a registration page, only thing is i need to make a login. The hard part is I want to show the login box to un-logged in users and say "Welcome USERNAME, Logout" to logged in users. I know there will …

Web Development php web-browser
Member Avatar for rajabhaskar525
0
107
Member Avatar for semanticart

Hey guys i have the following code and i need to be able to look through a section of html and pick out all the elements that have the classname cmsedit. The code below does that however if the element has new lines or tabs in it ect the the …

Web Development html-css php regex
Member Avatar for cwarn23
0
101
Member Avatar for prem2

HI, I am new to mysql i want to know why mysql have autoincrement with keys.. Is their possible to declare only auto increment to a column.

Web Development php
Member Avatar for harry_watson
0
85
Member Avatar for rajeesh_rsn

Hai, In one of my project I found a serious bug with session. In IE and Firefox It works fine but in Opera and Safari ... it doesn't working. I will give the testing code which I wrote Page 1 ( index.php ) [ICODE]session_start(); $_SESSION['uname']="I_am_Rajeesh"; header('Location: two.php');[/ICODE] Page 2 (two.php …

Web Development php session
Member Avatar for harry_watson
0
119
Member Avatar for mangel.murti

hi all, have no idea.... if possible.... how to use dll file or other AjaxControlToolkit.dll file with php?

Web Development php
Member Avatar for harry_watson
0
65
Member Avatar for rondroid

Hi everyone, I have a form page where the customer enters their email address to see if they have forms available to download. Once they submit that I use the following code to see if they do indeed have stuff available: [CODE]<?php $email = $_POST['email'] ; $directory = "http://nycityliving.com/forms/" . …

Web Development php
Member Avatar for rondroid
0
93
Member Avatar for remoh71

Hi, I'm new to PHP and I'm having trouble getting a prepared statement to work properly using a "dynamic" sort clause. I'm trying to create a generic function that accepts sortOrder and sortDirection as parameters. It works fine if I only use a single parameter (order by ?) but when …

Web Development php
Member Avatar for remoh71
0
1K
Member Avatar for ElegantElephant

I have a date in the form DD-MM-YYYY, I know how to explode it into just DD, MM and YYYY on its own but how do I check if this date is valid? For example 01-02-2009 is valid but 31-02-2009 is not. Any way to check this?

Web Development php
Member Avatar for diafol
0
112
Member Avatar for dylank

Hello DaniWeb! I am having a particular problem with my Javascript page, which should change the form that the user is at. Can anyone proofread my code to check for errors? The code does not change the form (Also it does not run the PHP page, or at least does …

Web Development html-css javascript
Member Avatar for dylank
0
172
Member Avatar for Nfurman

Hello. Because my client's table has two rows getting int values as ids from other table to display the string values. Table 1 Table 2 Item: 12 12 = 'Cat' For displaying the values I have created view in DB [CODE] create view ClientsView as select cl.id,cl.Name,cl.Familyname,cl.Position,cl.Email,cl.OfficePhone,cl.Mobile,cl.Website,cl.Comment,cl.[Date],cont.country,cl.Street,cl.City,clgr.[Group] from Clients as …

Web Development asp.net sql
0
79
Member Avatar for dlannetts

l am wanting to build a php session script but l understand that there is more to it than just what w3schools shows, anyone got a good tutorial on it or time on msn ???

Web Development php session
Member Avatar for cwarn23
0
88
Member Avatar for kuteinheart

Hi PPL, I have a table in my web page which will be displayed when I select an option from a dropdown box. The table appears as follows: [CODE] Username Assignment Date Update me work 2010-01-21 (submit button) you hello 2010-01-20 (submit button) [/CODE] Now when i click the submit …

Web Development php session
Member Avatar for cwarn23
0
122
Member Avatar for vizz

How to display following using while loop : <div style="background-color:orange;text-align:center"> <p>Header Section</p> </div> <div style="border:1px solid black"> <p>Content section</p> </div> I want to display all my database in above manner, It gives Parse error I want to fetch my database using while like : for 1st record <div style="background-color:orange;text-align:center"> <p>Header …

Web Development php
Member Avatar for cwarn23
0
283
Member Avatar for accountholder

Hi all... I plan to develop a Free Domain Name Service like .co.cc. Actualy it's a free subdomain service. For example, I use: [B]xxx.tld[/B]. Now, 1. how to create a subdomains (or virtual subdomains) using PHP+Mod Rewrite? Example: [B]thedomain.[/B]xxx.tld I mean, how to write it on .htaccess file using PHP? …

Web Development php
Member Avatar for cwarn23
0
123
Member Avatar for jimmythechip

Ok, So rdoc avoids over-documentation by deciding that some modules & functions (e.g. private methods) are best left ignored and undocumented. Kindly rdoc lets you override some of this helpfulness by passing the '--all' and/or '--promiscuous' at run-time. Great. However, there are still some modules that are left undocumented for …

Web Development ruby
Member Avatar for tiger86
0
105
Member Avatar for higgo5

Dear friends- Short and sweet. How does a guy with no money and no real technical skill, start a website he is confident will break some ground? Cross my heart and hope to die. Chris

Web Development ruby
Member Avatar for tiger86
0
67
Member Avatar for itisnot_me

ok so i an setting up an html email thing that you use an wysiwyg to format the text (just bold links and stuff like that) and i am running into a problem with my links they seem to be escaping and then not printing out in gmail with a …

Web Development email html-css php
Member Avatar for itisnot_me
0
82
Member Avatar for MDGM

Hi all I need a javascript code that removes all the title="*" attributes in a page, where the star (*) represents a wildcard for the content of the title attribute. So the following would occur: <a href="#" title="test">test</a> would be replaced with <a href="#">test</a> just like: <a href="#" title="">test</a> would …

Web Development javascript
Member Avatar for MDGM
0
193
Member Avatar for rapture

Does anyone have any suggestions/tips/ideas on the merits of Expression Web? I'm using Visual Studio 2008 but the front end work seems to be lacking. I don't know much about expression web and wondered if anyone used it and if it's worth the money.

Web Development asp.net visual-studio
Member Avatar for rapture
0
140

The End.