52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for solomon_13000

I do come across many sites that teaches how to create a link that expires. I decided that once a person registers and if successful the person will be taken to a thank you page. In that thank you page, the person will be introduced to a one time offer. …

Web Development asp.net
Member Avatar for TinsaeG
0
97
Member Avatar for lifeworks

Hi Need some advice - Ive been going more and more OO in my coding, just coming into some best-practice issues... Lets say I have a User object, and the user has some contact details... whats preferential, to call the getUserDetails() and include the layout HTML in that method, or …

Web Development oop php
Member Avatar for blocblue
0
95
Member Avatar for whiteyoh

Hi All, I have a number of different tables storing various bits on information. Ib wanting to create a control panel for it, which will initially give a record count for each table. How can i run queries from multiple tables in one connection? Ive tried connecting then running a …

Web Development php
Member Avatar for adamramadhan
0
481
Member Avatar for sandeep.snl

how can we handle exception ,make entry to log file using Microsoft enterprise library in Asp.net Web Application.

Web Development asp.net
Member Avatar for sandeep.snl
0
83
Member Avatar for takeshi

Knows the code importing file in mysql using php? that would save all the data saved in excel to mysql database..tnx GOdbless

Web Development mysql php
Member Avatar for takeshi
0
98
Member Avatar for azegurb

hi all I took PHP news script from Turkish site it is good news script but it has a little disadvantages for example i fill all regurired fields and submit it shows first recently added news and picture one in a large format and one in a little format but …

Web Development html-css php
0
200
Member Avatar for Traicey

Hi All I have datagrid with a dopostback javascript, right now it looked click-able, when I hover with a mouse it select the entire row, except one thing when I click it doesnt do anything, I need to select a row in my datagrid and pass the values of the …

Web Development asp.net
Member Avatar for Traicey
0
127
Member Avatar for madcloud

Hi all! I would like some help for getting a value out of a selected row of a datagrid. To do this i used the following code but it returns an empty string (DG is my datagrid) string val = DG.SelectedItem.Cells[1].Text; Response.Write("*"+val+:*"); The rouput of this its: ** although there …

Web Development asp.net c#
Member Avatar for Kapil Vaichalka
0
1K
Member Avatar for phpDave

Hi, I''m trying to learn how to send emails to registered users with php mail function. Been online a lot and getting confused. I was wondering if anyone could explain how the set up is done and what is needed to accomplish this task. Any input on this topic would …

Web Development php
Member Avatar for phpDave
0
145
Member Avatar for kdcorp87

i don't want to use crystal report. i want to print a fromview or gridview in my printer by c# code in a webfrom. window.print() pint the whole page i want only the selected part will be print by pressing print button. .................................................thanks

Web Development asp.net printer
Member Avatar for kdcorp87
0
150
Member Avatar for nehashri

hi i have a problem if any one can help me please. i have 2 tables in Access database- Drug_Name and Chemistry. i have to retrive the from DB to the ASP. the Drug_Name has Drug_ID, D_name, Synonyms as the fields. once the user write a name it should check …

Web Development asp microsoft-access
Member Avatar for shital050384
0
141
Member Avatar for vanessia_1999

I am trying to write an if statement for image in my database. Example: if no image is relating to the recipeid do not post a blank image box leave blank as if there is nothing there..only show image for recipeid that has a picture. This is my code that …

Web Development php
Member Avatar for vanessia_1999
0
164
Member Avatar for Altairzq

Hello, I'm having this error in a new hosting where I just uploaded my website. I didn't have this problem in my old hosting: 404 Not Found Not Found The requested URL /cgi-bin/php/myscript.php was not found on this server. Do you know what could be causing the error? It is …

Web Development apache php
Member Avatar for Altairzq
0
1K
Member Avatar for LoriM

I have been a mainframe programmer for over 20 years - I have a new project that requires browser pages written in JavaScript. [B]Please let me give some background of my code.[/B] I currently begin with a HTML page that assigns the values retrieved from a third party vendor's API …

Web Development api javascript web-browser
Member Avatar for LoriM
0
128
Member Avatar for dhanasekaran16

i have a textbox and dropdownlist .whenever the dropdownlist content change then the texbox will display something and it isdifferent for each item in the dropdownlist try to sovle it by asp.net using c#

Web Development asp.net
Member Avatar for mith_cool
0
96
Member Avatar for ashab27

[code] public partial class QuestionPage : System.Web.UI.Page { string scon = "Data Source=RBWORKSTATION2\\SQLEXPRESS;Initial Catalog=onlineexamdb;Integrated Security=True;MultipleActiveResultSets=true"; SqlDataAdapter da; SqlCommand cmd; DataSet ds; SqlConnection con; ArrayList myArrayList = new ArrayList(); public String ques, option1,option2,option3,option4; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection con = new SqlConnection(scon); con.Open(); da = …

Web Development asp.net dataset open-source
Member Avatar for mith_cool
0
137
Member Avatar for azegurb

hi all I need to understand PHP __SET and __GET functions with more explanatons i read before but i dont understand pls help me i will your responses thanks for attentions

Web Development php
Member Avatar for azegurb
0
108
Member Avatar for dmkc

Hi guys, I'm pretty much self taught, and I'm working on a site that stores mysql data using php. In the site I previously did, I used separate pages with a query relating to what I wanted to show, eg. a page called Manchester.php that displayed all records with an …

Web Development mysql php
Member Avatar for Hangfire
0
123
Member Avatar for veledrom

Hi, I just start using Linux Ubuntu 8. I need a PHP development software like Dreamweaver with good features to use under Ubuntu. What do you prefer? It is to use PHP, HTML, XHTML, Javascript, CSS, XML etc. Thanks

Web Development html-css php ubuntu xml
Member Avatar for Stefano Mtangoo
0
172
Member Avatar for girishbmgowda

Hi This Is Girish I want to integrate payment gateway(Paypal) in my form (php) please do the need full for me. i am new to payment gateway so this is my first project , can any body help me out..[code]HI GIrish HEre i want know how to start the payment …

Web Development php
Member Avatar for rajabhaskar525
0
80
Member Avatar for jjasoningram

I am trying to put a variable in as the value of the mail function on my script. I am relatively new to php and I may be making a simple mistake. Here is the script: [code=php] $busmail = $_POST['field_2'] mail(" . $busmail . ","Order Confirmation","Your Order Has Been Received …

Web Development php
Member Avatar for nav33n
0
145
Member Avatar for doforumda

hi i have following code. it has a problem when i submit username and password it does not display that username and password back. index.html [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" /> <script src="jquery-1.4.min.js" type="text/javascript"></script> <script> //window.onload = initAll; function initAll() …

Web Development javascript javascript-jquery php
Member Avatar for Hangfire
0
142
Member Avatar for allhimachal.com

In the AJAX example below we will demonstrate how a web page can communicate with a web server online as a user enters data into a standard HTML form. [B]Example Explained - The HTML Form[/B] [CODE]<form> First Name: <input type="text" id="txt1" onkeyup="showHint(this.value)"> </form> <p>Suggestions: <span id="txtHint"></span></p> [/CODE] [B]Example Explained - …

Member Avatar for Hangfire
0
175
Member Avatar for linksprocket

Hope some one can assist me Below is my code which works fine. I need to be able to select more than one of the options at the same time. The code at the moment will only select one option rather than all my options. Any advice would be great.

Web Development javascript
Member Avatar for Hangfire
0
185
Member Avatar for meepmeep

Hi, I would like to submit form data in two ways, with the one submit button. The posting methods i want to use are... To post to mysql database: [code=html]<form action="success.php" method="post" name="form" id="form" onsubmit="return validate(this)">[/code] To post to email: [code=html]<form action="http://www.mywebsite.com/cgi-bin/cgiemail/form/form.txt" method="post" onsubmit="return validate(this)"> <input type="hidden" name="success" value="http://www.mywebsite.com/form/success.html"/>[/code] How …

Web Development php
Member Avatar for meepmeep
0
93
Member Avatar for PinoyDev

Good day guys.! Just need a little help on how to create a php function that will loop all the rows with a text box in a table(name="gradetbl") in column 1 and save the value of the text box into mysql database when ok button is click. This is the …

Web Development php
Member Avatar for PinoyDev
0
132
Member Avatar for assgar

Schedule Repeat events Hi I am stuck in fact I don't know where to start, can you point me in the right direction? I have the form to capture the user input but don't know how to proceed to use this information. I need to allow the user to schedule …

Web Development php
Member Avatar for gearond
0
1K
Member Avatar for 4789787

This code sends a message to a user with a link. The link opens up a new window using the iframe method i want it to just open it in the same window meaning load the page onitself. Heres the code: [CODE]<?php /** * This file is under the GPL …

Web Development php
Member Avatar for cwarn23
0
112
Member Avatar for virspy

Good Morning Hello Friends, Is there any admin side opensource code r editors by which we can create Admin in PHP. means just including and modifying the fields Thank You in advance Viru

Web Development php
Member Avatar for JRM
0
76
Member Avatar for vanessia_1999

Can someone please tell me what I am doing wrong. I continue getting an undefined variable notice when "bar" is define in my page. Also the Previous and Next (page) is not working because bar is undefined. Previous and Next is only shown as text and nothing else Notice: Undefined …

Web Development php
Member Avatar for vanessia_1999
0
142
Member Avatar for bahman2216

Dear All. I want to show and hide a DIV tag in each row by clicking on check box. my code is here: [CODE]$myCont="container_".$s; $e .='<input onclick="showHide('.$myCont.');" type="checkbox" />[/CODE] and in another file I create DIV with none static id: [CODE]$e .='<div id="container_'.$s.'" style="display:none;">';[/CODE] it is not work in showHide …

Web Development javascript
Member Avatar for bahman2216
0
86
Member Avatar for mimsc

Hello guys I normally write java...but heres my question [CODE] int propId = Integer.parseInt(request.getParameter("property")); <script type="text/javascript"> function doReport1() { document.forms[0].target = "_blank"; document.forms[0].action = 'http://<%=accountName%>/JAABA/jsp/cpanel/homeSellerReport1.jsp?propId=<%=propId%>'; document.forms[0].submit(); } <div class="marginTopBump5 marginBottomBump9"> <div class="left paddingRight2 paddingTop21">Dear</div> <input type="text" name="custName" maxlength="100" size="40" value="" class="fullBox left" /> <div class="left">&nbsp;,</div> [/CODE] as you can see …

Web Development cpanel java-jsp javascript
Member Avatar for mimsc
0
148
Member Avatar for kyeong

This loop is suppose to re-color every button that's on top and to the right of the clicked button. I can have it work on one column or one row, but when I try to get it to work on more than one row and/or column, this exception is thrown …

Web Development asp.net
0
45
Member Avatar for bonnysammy

I have a loop where radio buttons are displayed depending on certain information. I need to make the ID a combination for two variables, Resource and a counter, i. I have it looping [CODE] for (int i = 0; i < ResourceCount; i++) {%> <TD> <%string ResourceName = Resource[i].ToString(); <%=ResourceName%> …

Web Development asp.net
Member Avatar for bonnysammy
0
1K
Member Avatar for kyeong

Hello, I'm not sure if the title makes any sense, but this is what I'm trying to do. I have multiple buttons and it's connected to this single event handler. The ID for each button is btnXX, XX being the row and column. [CODE]protected void btn_Click(object sender, EventArgs e) { …

Web Development asp.net
Member Avatar for kyeong
0
86
Member Avatar for campkev

Ok occasionally I get the following error message on my site System.String Substring(Int32, Int32) Error: Length cannot be less than zero. Parameter name: length here's the wierd part, I don't use that Substring function, I use System.String Substring(Int32) whose only parameter is start. So I am getting an error from …

Web Development asp.net
Member Avatar for Ezzaral
0
212
Member Avatar for whiteyoh

Hi all, Im failing to see why this record wont update...... [code] $sql = "UPDATE tbl_sellers SET propertytype = '$propertytype', propertyaddress = '$propertyaddress', propadd2 = '$propadd2', proptown = '$proptown', propstatecounty = '$propstatecounty', proppostzip = '$proppostzip', propcountry = '$propcountry', propbedrooms = '$propbedrooms', propgarage = '$propgarage', eighteenplus = '$eighteenplus' WHERE ID = …

Web Development mysql php
Member Avatar for JRM
0
152
Member Avatar for loll_l

Please see my Booking Form here [url]http://www.n-v-m.co.uk/Booking.html[/url] The form is very nearly finished but I have no experience with JavaScript at all so I am hoping somebody can tell me how to do the finishing touches. All I require is: 1- On clicking the 'Submit order' button I would like …

Web Development html-css javascript
Member Avatar for loll_l
0
173
Member Avatar for sureronald

Hi to you all. I am working on an application that accepts various source files from the users and stores them on the server with the appropriate extension e.g (.cpp, .py). This has been working fine as php allows a programmer to check the type of the uploaded file type …

Web Development file-stream file-system php
Member Avatar for sureronald
0
122
Member Avatar for sakura_fujin

hi there. is there a simpler way to work with date and timestamp functions of php? i need to increment the age field in my mysql table by 1 EVERY DAY to output its current age in my web page. somebody suggested working with timestamp but how do you know …

Web Development php
Member Avatar for darkagn
0
104
Member Avatar for donaldw

Hi all. Here's my situation and how I'm solving it. Please let me know if my methods look good or if there is a better way of doing it. A local business around here has a drawing each day where they pick some customers' names to win something. The winners' …

Web Development php
Member Avatar for donaldw
0
95
Member Avatar for albertef

the below code i am used to retrieve data from table to the list. it is working. but when i am trying to insert value from this list to another table, it inserts only the first word of each list value. eg: for "On Process", it inserts only "On". can …

Web Development php
Member Avatar for mohamedsafiq
0
97
Member Avatar for aneeka

good day mates! is there any alternative for this code? i need to get the user input so i can count the number of records to a condition. [CODE]$result = mysql_query("SELECT * FROM exam order by rand()") or die(mysql_error()); echo "<center><font size=2 face=Arial><b>Awareness and Reminders</b></font></center><br/>"; echo "<font size=1 face=Arial><b>Type in …

Web Development php
Member Avatar for tomatocms
0
100
Member Avatar for vidhun
Member Avatar for peter_budo
0
105
Member Avatar for LloydFarrell

Theres an error on this script, A mate of mine has asked me to look at this for him, and to try and fix it. the error message he gets is "return_msg=no_good" once he trys to login to his profile based website \ page heres the form that is used …

Web Development php
Member Avatar for phpuser
0
145
Member Avatar for cutebab

hi , I hav developed a contact us form for a site in asp... but when i press submit button its not sending mail...... iam using windows server with XP OS................ I hav pasted the code below.......Plz go thru it ......n try it so that it is workin........ if not …

Web Development asp email windows-server
Member Avatar for Juhi14j
0
108
Member Avatar for solomon_13000

Upon registration to become a member of my site a confirmation email will be sent to the member. The email will contain a link to activate the members account. Example: http://www.abc.com/activate.aspx?id=<memberId> My question is if the memberId is visible, then a person can use this link over and over again …

Web Development asp.net email
Member Avatar for solomon_13000
0
74
Member Avatar for MxDev

Hi guys, How I could build a playlist linked to swf object video player to play uploaded video in php ?? Thanks,

Web Development php video
Member Avatar for jcanaway
0
117
Member Avatar for prithvi.web

hi, I want to display the mysql records in to row and column....like [CODE]user1 user2 user3 10 20 30[/CODE] where this users are dynamic and the rows also. here is the code [CODE]$sql=mysql_query("select * from report,admin_table where report.admin_id=admin_table.admin_id and which_day='".date('Y-m-d')."' ") or die(mysql_error()); while($row=mysql_fetch_array($sql)) { $admin_name=$row['admin_name']; $activity=$row1['activity']; }[/CODE] Now it …

Web Development display mysql php
Member Avatar for prithvi.web
0
356
Member Avatar for lefe0102

Hello Everyone.... I have had this problem for 3 days now and after going through many forums...I have had no luck. I am importing information from MS Access which goes to a data grid which in turn is sent to me in a lovely MS Excel File. This IS working …

Web Development asp.net
Member Avatar for random1970
0
108

The End.