52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jasvinder27

Hi Friends, I am looking for some Freelancers (only form Mumbai , Thane and New Mumbai) for ASP, ASP.net, php programming.. People interested can contact me thru mail at: <snipped> Regards, Jasvinder Singh

Web Development asp asp.net
Member Avatar for jasvinder27
0
48
Member Avatar for dskumar_85

[code=asp]{ bitmap img = new bitmap(fileupload1.posted file .filename); grapics grp = grapics.fromimage(img); grp.smoothingmode=smoothingmode.AntiAlias; grp.drawstring("dani web")new font ("verdananna",20),systembrush.windowtext,2,2); Response.contentType="image/jpeg"; img.save(Response.Ouyputstream,img.Raw Format)); }[/code] By using the above coding i have insert the text to image , but i don't know how to upload that text contain image to database, i want to …

Web Development asp.net image
Member Avatar for SheSaidImaPregy
0
94
Member Avatar for sagedavis

I am banging my head against the wall here. I've tried everything that I can think of to get this to work. [code] class myData { function myStuff($sql){ $result = @mysql_query($sql,$connection) or die(mysql_error()); while ($row = mysql_fetch_array($result)) { $adId = $row['adId']; $adName = $row['adName']; $adData .= "my adId is $adId …

Web Development php
Member Avatar for sagedavis
0
143
Member Avatar for dskumar_85

hai to all ...... how to insert watermark in image while uploading the image to database .... that mean ,, the image which i going to save in database have the watermark .... plz reply me as soon as possible.....:)

Web Development asp.net image
Member Avatar for dskumar_85
0
89
Member Avatar for rinkuchoudhury

how to use in [B]onmouseover[/B] and [B]onmouseout[/B] property for a ASP.Net2.0 control by using [B]javascript [/B]Suppose I want to show and hide an Image by taking and removing mouse over another control like Image, Label.... by using [B]JavaScript[/B] only

Web Development asp asp.net java javascript
Member Avatar for ravichandra
0
112
Member Avatar for priyamsc

I have 3 dropdownlist named as dd1,dd2 and dd3. in dd1 i have datas getting from database. then in dd2 bound the data by selecting the dd1 datas... tat coding is ======== [code=asp]protected void dd1_SelectedIndexChanged(object sender, EventArgs e) { string a = "select distinct a.descriptions,a.sid from swift a,pc_link b where …

Web Development asp.net dataset
Member Avatar for SheSaidImaPregy
0
210
Member Avatar for mspake

hi y'all. i just found this site today, but so far, it looks great. anywho, i need a little help. i'm sure it's simple but i'm having a major brain fart. in the part that says 'this_is_where_i_need_the_redirect' i want it to go to a page named invalid.htm. what the heck …

Web Development php
Member Avatar for Suomedia
0
96
Member Avatar for Dsiembab

Good afternoon, Quick question, this may not make any sense but it is a thought, I was thinking, like I usually like to do, when you pass variables over a browser would it be crazy to md5 hash and salt the variables id and keep them in a db table …

Web Development encryption php
Member Avatar for Suomedia
0
109
Member Avatar for cynxiann

I would like to know how can I retrieve results/records from a database one at a time to make it appear in different labels.. eg. row number 1 of the database's records = apple lb_fruit.Text = apple row number 2 of the database's records = pear lb_fruit2.Text = pear . …

Web Development apple asp.net
Member Avatar for SheSaidImaPregy
0
97
Member Avatar for kazulia

hello guys.. im using dreamweaver to develop my website, its my practical project.. specs: Microsoft Acces 2000, macromedia dreamweaver mx 2004, IIS and ODBC(for server and database) i've succesfully connecting dreamweaver and odbc, and also configuring IIS.. right now, i've done the login form, but unfortunately im stuck at inserting …

Web Development asp
Member Avatar for SheSaidImaPregy
0
185
Member Avatar for sukhy_1

Hello the code below checks if the email is real but when a real email is entered for some reason or another it states undefined when the sumit button is clicked even though the email entered is real. if no email is entered is says enter a an email, if …

Web Development email javascript php
Member Avatar for nikesh.yadav
0
76
Member Avatar for kusal

Hello I have a category select menu, what I want is to when user select a category I have to repopulate the sub category select menu with items can I do this with out AJAX, it does not matter if there is a another request can I use a onchange …

Web Development php
Member Avatar for kusal
0
89
Member Avatar for sukhy_1

Hello people i need some help, ive got all the code but having problems making it work. The webpage which i am creating allows the user to select day and time and when they click search it displays the results and i want the user to be able to select …

Web Development php
Member Avatar for sukhy_1
0
101
Member Avatar for lydia21

is it possible to alert session variable.is the syntax is correct... [CODE=php]<html> <head> <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> <!-- function login() { alert($_SESSION["un"]); } --> </SCRIPT> </head> <body bgcolor="#f1f3f3"> <form> <?php print "<input type='submit' value='submit' onClick='javascript:login();'>"; ?> </form> </body> </html>[/CODE]

Web Development javascript php session
Member Avatar for nav33n
0
243
Member Avatar for rashmigs84

Hi, I have used datagrid to display details. I want to use to link button columns in a grid wherein both the link button column has a different navigation url . For one column i can write in the selected index changed but how can i write the url for …

Web Development asp.net
Member Avatar for rashmigs84
0
81
Member Avatar for kishou

ok i think someone got into my sever. and when ever you try to go to like sdlfsdjklfjlkdsfjk.php or any page that doesnt exist but has a .php it says "No input file selected". Anyone know why? I think someone got in using my File upload manager. but i deleted …

Web Development php
Member Avatar for RoryGren
0
156
Member Avatar for justted

Hello everyone, Im once having problems trying to retrieve information from one of my tables. I have a table with the following information: [code] CREATE TABLE `island2` ( `id` int(10) unsigned NOT NULL auto_increment, `user` int(11) NOT NULL default '0', `island` int(11) NOT NULL default '0', `town` int(11) NOT NULL …

Web Development mysql php
Member Avatar for justted
0
88
Member Avatar for ikedachun721

I'm a graphic designer with very little HTML knowledge who has inherited the maintenance of non-profit agency's website. They have javascript drop-down menus as the part of their main navigation. Up until now, I've only had to change the text or change the size of the menus. But now, they've …

Web Development javascript
Member Avatar for Traicey
0
141
Member Avatar for Diode

The title might be messed up a bit; I didn't know how else to title it... Basically I'm making a web page for a guy who sells sports memorabilia/penants/team clocks, etc. for free as a favor, and I'm making the item create page where you type in the name of …

Web Development php unix
Member Avatar for digital-ether
0
265
Member Avatar for OmniX

I know you cannot have multiple headers in a section of code. But is there a way to make it work? I require 1 header to refresh the page. I require 1 header to open a new page. Note: The refresh paged is not the new paged that is opened. …

Web Development php
Member Avatar for OmniX
0
90
Member Avatar for Ankita B

Hi, I am trying to make a table that has following columns: site id,txn id,txn name,target id,target db there can be any number of rows in the table and each row has at least one different column entry with respect to other rows.Now i wish to delete from database data …

Web Development html-css java-jsp javascript
Member Avatar for Ankita B
0
83
Member Avatar for rajivloharuka

Hi All, I am trying to send some data using Ajax and recieve that data in php code using _POST method. But my data contains "&" and _POST method takes it as a seperating token and data after tht does not get passed. Does anyone has a solution to this. …

Web Development php
Member Avatar for sagedavis
0
191
Member Avatar for mrcniceguy

Now i know how Display someones information from DataBase after loggin In using php. Now i want to understand how can i arrange the profile. So that the profile will be more proffesional. For example. a table in which someones info are, including picture,message,video, even a search box if one …

Web Development php video
Member Avatar for ryan_vietnow
0
271
Member Avatar for rickya100

Hi and thanks for looking. The code below is my signup page and it all goes fine until i have to compare the code i sent to their email address with the code they copy into a textbox. It works but only on when you submit the form and then …

Web Development email php
Member Avatar for rickya100
0
119
Member Avatar for tefflox

Okay, this page wrecks IE6 / 7. Please view the pages in question at [URL="http://www.listenlight.net"]http://www.listenlight.net[/URL] Also, is there a way for linux users to check page development for IE over the Web? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>&#x25E6; Letitia Trent &#x25E6;</title> <meta http-equiv="Content-Type" …

Web Development html-css javascript xml
Member Avatar for Suomedia
0
192
Member Avatar for Scottmandoo

Couls someone help me fix this code, I think I need to put in a function and a return but i'm not quite sure. All the code does is return the value # for everything even letters [CODE=php]$letter = ucfirst($_POST['tut_name']); $letter2 = $letter{0}; if($letter2 = 1) { $letter3 = '#'; …

Web Development php
Member Avatar for Scottmandoo
0
129
Member Avatar for ujwalkhairnar25

hi please tell me the answer of this question How to give the variable value to textfield on same page?

Web Development php
Member Avatar for nav33n
0
162
Member Avatar for BenWill

Hey all im basically a bit lost when it comes to how to do something in PHP. Im new to php programming and any help would be greatly appreciated: I have a query that displays a list of courses (In a while loop).. now all these courses belong to say …

Web Development php
Member Avatar for nav33n
0
130
Member Avatar for sukhy_1

How can i allow a user to select only 2checkboxes, if they choose more then 2an error message will appear saying you can only select 2, heres my code below where the checkboxes are used. // Loop through data and display [code=php]while($a_row = mysql_fetch_assoc($result)) { echo "<tr>". '<td style="color: black;"><input …

Web Development php
Member Avatar for nav33n
0
143
Member Avatar for Mahesh59

Hi i'm New to this site.I want to know how to upload files into database using jsp & retreiving them.PLzzz urgently reply me.

Web Development java-jsp
Member Avatar for peter_budo
0
81
Member Avatar for maxmannuk

I have some problems with javasript functioning in firefox... something very basic as open window browser???????????????????

Web Development javascript
Member Avatar for maxmannuk
0
58
Member Avatar for kv79

Hi all, I was wondering how to you create application in PHP . Do you have any program tool ? Or you write Forms or you do something else . Do you know any good site about application development in php . Thank you for your info .

Web Development php
Member Avatar for nav33n
0
117
Member Avatar for avmaza

give me idea to develop hotel booking check in and check out date using drop down list day month year with calender.

Web Development php
Member Avatar for nav33n
0
107
Member Avatar for kory27

I recently started using a remote image url to power my thumbnails on my website. i noticed a significant, but not across the board, slowdown in page load times. i ran an sql monitor and nothing is showing that would cause the issue, so i am wondering; 1. Would a …

Web Development coldfusion image
Member Avatar for kory27
0
130
Member Avatar for serkan sendur

Membership method needed in order to delete the user according to his provideruserkey. There are two overloads for the membership.deleteuser method but none of them accepts object provideruserkey as a parameter thanks

Web Development asp.net
0
48
Member Avatar for Venom Rush

Hi there I'm having some problems with my form. I'm generating my form through php and I can't quite figure out how to echo <?= $_SERVER['PHP_SELF']?> for the action in my form tag. at the moment what I have is this: [code=php]echo "<form name=\"tsgh_add\" method=\"post\" action=\""; ?><?= $_SERVER['PHP_SELF']?><? echo "\" …

Web Development php
Member Avatar for nav33n
0
90
Member Avatar for serkan sendur

where does website administration tool keep the access rule information? I have searched the membership tables but couldnt find any related info. Thanks

Web Development asp.net
0
74
Member Avatar for sukhy_1

hello, basically ive got a while loop which brings up bookings dates but i want to send a selected row to a table within the sql table but depending on, one specific field for instance if the name = "tom" i want to send it to the table called tom, …

Web Development mysql php
Member Avatar for nav33n
0
168
Member Avatar for namsSoftee

Hi Friends , I am creating a web application using asp.net and SQL Server 2005 . I need to document the same. Please send me the short list of installation steps for microsoft visual studio .net 2005, till running it on the iis. For instance we need to create a …

Web Development asp.net visual-studio web-server
Member Avatar for namsSoftee
0
104
Member Avatar for Scottmandoo

Is there anything wrong with this script? [CODE]<?php $username=""; $password=""; $database=""; $rom_name = $_POST['rom_name']; $rom = $_FILES['rom']['name']; function getExtension($str) { $i = strrpos($str,"."); if (!$i) { return ""; } $l = strlen($str) - $i; $ext = substr($str,$i+1,$l); return $ext; } if (empty($rom)) { $result = '<font color=FFFFFF>Please choose a ROM …

Web Development file-system php
Member Avatar for Scottmandoo
0
245
Member Avatar for justinmyoung

[B]I'm writing a simple weblog, and I'm new to PHP; but thanks to this particular resource, I'm learning more and more. With that said, I'm making some mistakes, which I need help finding solutions for. I'm receiving these three Warning/Errors:[/B] Warning: mysql_query() [function.mysql-query]: Access denied for user 'root'@'localhost' (using password: …

Web Development php
Member Avatar for nav33n
0
119
Member Avatar for justinmyoung

I'm only learning PHP, and have encountered some problems that I'm sure are issues newbies often encounter. Nevertheless, I need help. I'm writing code for a simple Weblog forum and one of the problems I've encountered comes on a page entitled viewcat.php. To me, the code looks good. But I …

Web Development php
Member Avatar for nav33n
0
103
Member Avatar for priyamsc

m using Asp.Net 2005 and i wud like to close my application when i click button . i gave Response.close()......and end() but its not coming .. when i give Response.end() then i m getting this error [XML Parsing Error: no element found Location: [url]http://localhost:2366/hlpdsk/just1.aspx[/url] Line Number 1, Column 1:] finally …

Web Development asp asp.net xml
Member Avatar for priyamsc
0
171
Member Avatar for Persist01

Hi, I have a client whose ASP.NET website intermittently doesn't display aspx pages. When the pages don't display they get a [CODE]"The type 'Global' is defined in an assembly that is not referenced..."[/CODE] error message. They've spoken to their web host who says that the problem is fixed and then …

Web Development asp.net assembly
Member Avatar for Persist01
0
107
Member Avatar for kv79

HI all , I have a question about Ajax. FIRST : Can I call ID from the other files who contain J.S. code with ID ? SECOND : I have Index.html , prototype-1.6.0.2.js , and I want to make changes from files2.html to files3.html . Can I do that ,and …

Web Development javascript
Member Avatar for ~s.o.s~
0
101
Member Avatar for flynismo

Hello everyone, New to daniweb; this is an excellent forum and I've learned a lot in the short time I've been here. Trying to build a traditional dating site, and as such, it's crucial the members can search for other members on the site. I am also new to PHP, …

Web Development php
Member Avatar for nav33n
0
96
Member Avatar for jobykjoseph
Member Avatar for jobykjoseph
0
148
Member Avatar for web4-every-1

Hello, can anybody help me in getting this code running also in firefox and safari. The goal is to display images scrolling from right to left on my screen ... Here is the code I use : <script language="JavaScript1.2"> //Specify the slider's width (in pixels) var sliderwidth=840 //Specify the slider's …

Web Development javascript
0
91
Member Avatar for GLT

Hi guys! I was wondering if any of you guys would be able to help solve what is probably a simple problem.... I am using dreamweaver / asp/ access to create a dynamic web application. I have created a record set which queries the database and displays the results. The …

Member Avatar for GLT
0
244
Member Avatar for borkar ganesh

Hi, I have created one form and in that form i took textbox control, button and iframe control suppose i enter some text in text box control and these text i want to pass in iframe control through response.redirect it's like google map [url]http://maps.google.com/[/url] e.g. i enter maharashtra in text …

Web Development asp.net
Member Avatar for borkar ganesh
0
96

The End.