52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for virendrachandak

Hi, I am using the following code to send email using JSP through gmail. But i am getting error in the following line: Session mailSession = Session.getDefaultInstance(props, null); [code] String host="", user="", pass=""; host = smtp_server; //"smtp.gmail.com"; user = jsp_email; //"YourEmailId@gmail.com" // email id to send the emails pass = …

Web Development email java-jsp session
Member Avatar for eswaramoorthy
0
358
Member Avatar for nsrivi

Hi, I have a task to convert HTML files to PDF files and i have no clue how to start. Can anyone advice as to how to go about doing this conversion from HTML to PDF? Thanks in advance, Regards, nsrivi

Web Development html-css javascript pdf
Member Avatar for madz015
0
173
Member Avatar for Charls Frdinand

Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following …

Web Development email php sql
Member Avatar for Charls Frdinand
0
141
Member Avatar for bjeffries

I have a form and at the bottom it asks if you want a shirt? it gives you a yes and a no radio button to choose. If the user selects yes I want a jump menu to display with shirt sizes, if they select no I want it to …

Web Development php
Member Avatar for bjeffries
0
112
Member Avatar for jeeter19

Hi, I'm trying to send a MySQL query string from a C# application to a PhP submission page via POST. The problem I am receiving is when I try to use the WHERE clause it hangs up at the string I'm trying to compare to. [B]The Query[/B] SELECT * FROM …

Web Development c# mysql php
Member Avatar for pulketo
0
148
Member Avatar for ChPravin

Hello All, I am binding a datalist to some table 0 of a dataset from the database. When I check the number of rows in the dataset table 0 it's coming as 129 but when I check the count of the datalist items(using Datalist_Name.Items.Count) inside the datalist item created event …

Web Development asp.net dataset
Member Avatar for ChPravin
0
266
Member Avatar for stilliard

Hi, Im currently building a script to monitor / check on my sites and report back to me with their availability, HTTP Status Codes, and importantly here, the PAGE LOAD TIME. Im currently doing this with curl requests, and this works for getting status's, and finding out many other things …

Web Development html-css php windows-server
Member Avatar for stilliard
0
215
Member Avatar for raju_boini525

hi all, i am working on a project. my project needs videos tv( Playing videos flash player). my reference site is [URL="http://www.zooweekly.com.au/zootube/index.htm"]http://www.zooweekly.com.au/zootube/index.htm[/URL]. I need that type of flash player. is it passible to do it. can you guide me plz...

Web Development flash php
Member Avatar for diafol
0
162
Member Avatar for bjeffries

Ok, so I have tried probably 5 different pagination tutorials online and none of them are working out for me. So I am stuck on this last tutorial and cannot get it to work. So I am hoping someone on here can help me out. First I have an include …

Web Development php ui-ux
Member Avatar for bjeffries
0
250
Member Avatar for dalip_007

hey guys i have seen in twitter that, tweets appears without the refresh of page, i want same kind if script or functionality. any idea or related tutorial? Thanks in advance.

Web Development javascript
Member Avatar for dalip_007
0
79
Member Avatar for slices

Hello guys, Can anyone tell me why do I get the error message in the code below? The code fires onPageLoad. What should I change? [CODE]Dim con As New SqlConnection con.ConnectionString = "Data Source=s01.winhost.com;Initial Catalog=DB_10078_kdn;Persist Security Info=True;User ID=xxxxx;Password=******" Dim s As String s = "SELECT * FROM Users WHERE Seller_id …

Web Development asp.net dataset vb.net
Member Avatar for slices
0
476
Member Avatar for iWalletMobile

Does anyone know how I would go about scripting one of these? Any point in the right direction would be amazing. Going to use it for when people visit my website, they put there phone number in (cell) and get sent a SMS verification code and they confirm the number …

Web Development php
Member Avatar for chrishea
0
261
Member Avatar for wish02

Hi! How do I export the a html/php page to Microsoft Word or PDF?

Web Development pdf php
Member Avatar for wish02
0
100
Member Avatar for shanboy

HI GUYS i want to get the entries in afield as you type for example in Gmail when u type alphabet 'a' in the send to field ,you get the contacts starting with 'a'and second alphabet 'b' you get contacts starting with ab and so on i would like to …

Web Development asp.net
Member Avatar for shanboy
0
78
Member Avatar for dan_t

Ok, Here is my error. Fatal error: Using $this when not in object context Here is the code. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- <hs:metatags> --> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="Free online dating and matchmaking for singles"> <meta name="keywords" content="dating service,on-line dating service,mate,partner,women,man,love,free on-line …

Web Development html-css php
Member Avatar for dan_t
0
143
Member Avatar for Xufyan

Hello Everyone, I know that , The do...while statement will always execute the block of code once, it will then check the condition, and repeat the loop while the condition is true. but when i am running this code [CODE] <?php $num = 1; do { $num++; echo $num; } …

Web Development php
Member Avatar for diafol
0
167
Member Avatar for Simonwhite80

Hi All hope you can help its been driving me crazy .. i have a website where i change the content of a div using jquery, however i also want to change the background image at the same time but cant seem to get both to work together, not sure …

Member Avatar for fxm
0
994
Member Avatar for amjones

We are offering a coupon for a free soft drink to everyone who fills out our survey. When the user hits the Submit button at the end of the survey, a page appears with the coupon and a Print button. Currently, the whole page prints, including headings and links. I …

Web Development javascript
Member Avatar for fxm
0
251
Member Avatar for overwise

ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: [CODE]<?php include "conn.php"; if(isset($_COOKIE['ID_my_site'])) { $name = $_COOKIE['ID_my_site']; …

Web Development php
Member Avatar for overwise
0
77
Member Avatar for dhanapal86mca

Can anyone tell me what is the difference between scripting language and high level language

Web Development php
Member Avatar for rajarajan2017
0
84
Member Avatar for JohnPhilipps

Good morning, I need to create an application in ASP.NET which will give the users the ability to select a date and a room name which will then display the schedule for that particular room in reference to the selected date, attached is a picture of what I mean called …

Web Development asp.net display
Member Avatar for vuyiswamb
0
112
Member Avatar for kidanr

Hi, I have an issue that I think you could help me with. I would like to make so that when I select something in my select box (my main category) a sub category for that will appear based on my selection in the main category. I assume you would …

Web Development javascript php
Member Avatar for kidanr
0
182
Member Avatar for Towlie

Hi guys, Any help with the following will be greatly appreciated. I get this error :"document.getElementById("buttons" + questionNum) is null" with the following code: [code=javascript] <!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> <script type="text/javascript"> var questionNum = 1; function addQuestion() { var …

Web Development javascript
Member Avatar for Taywin
0
247
Member Avatar for kalpa23

i have this code for doing a remoting i m giving you all the necessary file codes this application working fine when im using the client as a windows form but when im triyng to use it with a web form it gives an exception at [code] bool st=login.CheckUn(txtun.Text); [/code] …

Member Avatar for Lusiphur
0
149
Member Avatar for c0deFr3aK

Hi everybody please help me on how to code this in C#. I have an ASP.Net Web project and needs some C# code behind. Working some variables: In my VB.Net it looks like this: [CODE] Dim str1 as String Private Sub Button1_Click(...) str1 = "some text" 'This will be assigned …

Web Development asp.net c c# c++
Member Avatar for Lusiphur
0
149
Member Avatar for khnouman

I m using c#.net and in web based application i want to calculate the time duration of wav file in minutes. Please help me out. Thanks

Web Development asp.net
Member Avatar for 123as
0
83
Member Avatar for rmartyn

hy :icon_cheesygrin: We are doing in the page load event we will read the data to the database and put on the page, and the Change button and click event, we are changing through the update the table values in the database. Will carry the edit button when he returns …

Web Development asp.net vb.net
Member Avatar for finito
0
100
Member Avatar for BrianDickson

Hi all, I'm after the opinion from experienced website devs. I want to build a website provides articles, of which some are restricted to subscribers. I will want to give users the ability to comment and rate articles. So I will need the following functionality: [LIST=1] [*]authentication [*]forms [*]user profile …

Web Development cms html-css oop php wordpress
Member Avatar for BrianDickson
0
146
Member Avatar for freiheit

Can anyone tell me how to achieve this (if there is any?) Cause this is causing kinda big declination from the sum results i was expecting.... Thanks in advance

Web Development php
Member Avatar for pritaeas
0
103
Member Avatar for leverin4

I have a web application that links to Microsoft Access and opens one of five databases depending on which button is clicked. The purpose of the web app is to open an instance of the database for an employee to use the forms that we've coded in the database itself. …

Member Avatar for Lusiphur
0
124
Member Avatar for kaustubh.pandey

i want web based project topics in java.who's r not common in development means i want smthing defferent topic which is not more complex n easy 2 built....so pls give me sm topic...4 ma project....

Web Development java java-jsp
Member Avatar for masijade
0
143
Member Avatar for sugikrish

Hi frnds, I want to store images in database and retrieve. I can successfully stored. But i dont know how retrieve it. If any one know pls help me. I paste my code here. [B]fimg.php[/B] [code] <body> <form enctype="multipart/form-data" action="insert.php" method="post" name="changer"> <input name="MAX_FILE_SIZE" value="102400" type="hidden"> <input name="image" accept="image/jpeg" type="file"> …

Web Development image mysql php
Member Avatar for sugikrish
0
343
Member Avatar for knaresh

Hi I am new in PHP. I have one query is it possible to give short cut keys like f1, f2 etc.. for saving data, opening any page directly by pressing button. please reply me, I am waiting

Web Development php
Member Avatar for keval_hack
0
99
Member Avatar for RicardoE

Hello people! I need a php application, client changed his mind in the middle, so I need it fast! Please recomend, php code generators, tools, IDE's Frameworks, everything that is easy to learn and use. (I've already trying symfony but I find it complex to use)

Web Development ide php
Member Avatar for keval_hack
0
138
Member Avatar for Manny7

Hi, i want to ask for the question in the subject this post. Well -- what way is for you the best and why? I think right now, if is better the shopping cart make with support SESSION or after add the item to the cart this item save into …

Web Development php session
Member Avatar for keval_hack
0
124
Member Avatar for Charls Frdinand

Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following …

Web Development email php sql
Member Avatar for Charls Frdinand
0
167
Member Avatar for dinkado

The code works perfect in IE but I can't get it to work in Firefox. Is there a work around for firefox? Your time and help are greatly appreciated. dinkado

Web Development javascript
Member Avatar for fxm
0
259
Member Avatar for 68thorby68

Hi All, I have an issues with a mysqli procedure. I am running PHP 5 with mysql server 5 and when I run the script below I get an error "Class 'mysqli' not found" Do I need to update my PHP ini? and / or add a library? or something …

Web Development mysql php
Member Avatar for 68thorby68
0
149
Member Avatar for QWaz

Hi, I have built a form that send the info to the database. However I need the form to put the id of the entry into the url so I can get it on the next page. so that I can add more info. The form goes over 2 pages. …

Web Development first-post php
Member Avatar for vaultdweller123
0
149
Member Avatar for MichaelWClark

I am trying to just Insert from my script but I keep getting :: "Conversion from string "INSERT INTO [PURCHASE_ORDER_OFFI" to type 'Double' is not valid." Here is my insert code... any ideas... this is driving me crazy today! [CODE] Protected Sub linkOfficeAddRow_Click(ByVal sender As Object, ByVal e As System.EventArgs) …

Web Development asp.net sql
0
77
Member Avatar for jhudson0219

I have been trying to teach myself PHP. I installed PHP with the install for AppServ on Windows(just reference info). When I tried to see if I could get a proper output I was having trouble. This is what I used that showed the right results, but according to all …

Web Development php
Member Avatar for Xufyan
0
184
Member Avatar for CodeBoy101

How do I detect all the names for the field values in a URL in PHP? Is there a function to take all of the strings that come between the "?" and the "=" in a URL or is there a simpler way?

Web Development php
Member Avatar for CodeBoy101
0
103
Member Avatar for reza.adinata

Hi all, I am trying to make a script for maximal hit counter using below codes. So if user hit for bigger than 2, it would re assign the file of hitcounter.txt into "0" (as if in resetting) .. I tried this code but it does not work [CODE]<?php //database …

Web Development php
Member Avatar for reza.adinata
0
241
Member Avatar for mugojoe

My web host recently updated their version of PHP and some of my code is no longer working. I created a band website that stores news items in a MySQL database. I created an update page (news.php) where the band can log in and add, update, or delete news. I …

Web Development php web-server
Member Avatar for shadiadiph
0
228
Member Avatar for amer.m

i'm making a web application based on jsp i wan't a code that when a button clicked, take value from textbox and insert its value into mysql database pool maybe the sql stmt only isn't right my code is: [CODE]<form id="form1" name="form1" method="post" action="http://localhost:8080/servlet/mailservlet"> <p>&nbsp;</p> <table width="100%" border="0" cellspacing="0" cellpadding="0"> …

Web Development java-jsp session
Member Avatar for peter_budo
0
142
Member Avatar for whiteyoh

Evening all, Please could somebody take a look at the following form. Im calling [code]<?php if (isset($_POST['submit])){echo "clicked";}[/code] but its not registering. The only difference is that this is the first time ive used the "image" type. any help would be appreciated [code] <form method="POST"> <table width="468" border="0" cellspacing="0" cellpadding="0"> …

Web Development image javascript
Member Avatar for rajarajan2017
0
112
Member Avatar for rajabhaskar525

hi all, i am new to php. i want know about how to import contacts from yahoomail,gmail, orkut, facebook, xing,..........like. if anybody know about these. help me. share with me. ........

Web Development php
Member Avatar for muralibobby2015
0
184
Member Avatar for OmniX

I have a starting base and I had the idea of using an array name similar to the checkboxes where you would use checkbox[] and let it repeat through a for loop, in this case file[]. But when I go to access it via $_FILES['file[$index]']['name'] it errors. I think there …

Web Development php
Member Avatar for dhwaniparikh
0
257
Member Avatar for lisles

I have 5 textboxs, 1 button and 1 Gridview control. I just want that when I click the button, text of each textbox will be added in the Gridview in separate column. Each time I will click the button, a new row must be inserted in the Gridview below the …

Web Development asp.net
Member Avatar for hirenpatel53
0
145
Member Avatar for pritesh2010

can any one tell me how to get the seleted submenuitem value of menu in textbox. like foe eg this is my menu Home Course -Commerce -Science i want when i select science in menu control then textbox should me the Science. any one help me i'm apppriciate. :) thank …

Web Development asp.net
Member Avatar for pritesh2010
0
360

The End.