52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for sayaan

Hi, I have a problem in sending mail in HTML format using PHP mail() function. The problem is that the HTML is not rendered in microsoft outlook (showing raw data) but in yahoo it is good and the HTML is rendered and shown correctly. These are the mail agent I …

Web Development php
Member Avatar for peter_budo
0
95
Member Avatar for squidthekiller

i have problem with my syntax.. please help me.. [code=php]<?php require_once('../Connections/epurse.php'); ?> <?php function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case …

Web Development php
Member Avatar for peter_budo
0
57
Member Avatar for aparnesh

I have a database of book titles where string values are stored. A php script reads the data and displays them. The problem is happening when a Book title contains the ' character - as apostrophy let's say. One example is the title "The Devil's Alternative". So when I write …

Web Development javascript
Member Avatar for aparnesh
0
144
Member Avatar for ashfk
Member Avatar for sambafriends

when I did the following porgram I got the error like NewNamespace.Focusview does not implement interfaceNenamesapce.Iencrypt.Icompress why? can any body explain this problem [code=asp.net]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NewNamespace { interface IEncrypt { void IEencrypt(); void Idecrypt(); } interface Icompress { void compress(); void decompress(); } …

Web Development asp.net c c# c++
Member Avatar for Fungus1487
0
103
Member Avatar for brightline

hi all, I want to create a link in Reporting Service that redirect me to another page(Not a supreport) or executes some code. e.g, the customers IDs appears as links and when clicking it retrives this customer details or redirct me to another page that displays the customer details. I …

Web Development asp.net
Member Avatar for brightline
0
111
Member Avatar for schlo_50

Hello all, My first thread here and im in need of some Javascript help. I have 3 categories: Starters, Mains and Sides, which when clicked displays any content inside my element. This is great but I would like to go that bit further and have only one element on show …

Web Development javascript
Member Avatar for essential
0
130
Member Avatar for brimike

Hello, Having a bit of an issue here. Can't seem to fugure out how to display the proper text along with an image when a user selects a drop-down. When you select a catagory and a sub cat the text diaplys fine but when going to a another cat the …

Web Development display html-css javascript
Member Avatar for essential
0
155
Member Avatar for rexusdiablos

Hi All, I'm using a script that displays a larger image when a thumbnail is clicked or moused over. I need the larger image of the first thumbnail to be displayed by default so that I never have an empty white space on my page. The html page is as …

Web Development image javascript multimedia
Member Avatar for rexusdiablos
0
259
Member Avatar for ray_broome

Hi, i'm new to ASP.NET, been using PHP for a while but now getting into ASP.NET/C# and was wondering how i would go about accomplishing the task in the title. I'm still an ASP noob right now so any suggestions/help is welcome. To do something like this normally I would …

Web Development asp.net web-server
Member Avatar for ray_broome
0
323
Member Avatar for javaAddict

Hi there, Does anyone know any good books for Struts 2? I have tried reading: Struts 2 In Action, but I wasn't very thrilled about it Thanks

Web Development java-jsp
Member Avatar for javaAddict
0
93
Member Avatar for Nithya.G

In my application iam unable to click the items in the menu. And my browser is IE 7. And i have used the menu control for displaying the menu items on mouseover function. Note: Iam able to click the items in IE 6 browser. Plz help me sort out this …

Web Development javascript
Member Avatar for serkan sendur
0
99
Member Avatar for markaman

I've tried this multiple ways, the latest below. Maybe I'm on the wrong track. Thank you. [code]<?php do { ?> <?php [COLOR="Red"]$class='class="other"';[/COLOR] ?> <?php if($row_rsFrontPageAds['AdLink']) echo "<a href=\"" . $row_rsFrontPageAds['AdLink'][COLOR="Red"]"\"".$class."\">"[/COLOR]; ?> <img style=" " src="<?php echo $row_rsFrontPageAds['AdPath']; ?>"alt="" max-width="" border="" class="imgright1"/> <div align="justify" class="style48" > <?php if($row_rsFrontPageAds['AdCaption']) ?> <?php echo …

Web Development php
Member Avatar for markaman
0
75
Member Avatar for mahaboob Basha

Hi i created one jsp form with 2 fields..now in the first servlet i want check whether those 2 fields values are presented in the Database or not..if not then i want move those values to another servlet .. how can i do this?how to get the values (parameter values …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
1K
Member Avatar for myndcraft

I have a JSP page that creates a link to a php page. (..:: I have ZERO JSP experience ::..) and I need to do some encoding or string substitution because a '&' is being passed and interpreted by the php as a separate variable rather then part of a …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
177
Member Avatar for nikesh.yadav

hey all, will anybody give me the code for this thankx in advance :)

Web Development javascript
Member Avatar for essential
0
2K
Member Avatar for antwan1986

Hi everyone and thanks for reading. I'll give you a quick insight into my project and desired goal. I've a client who wants a purchase order system that will send purchase orders in the form of emails, and log them into a database. PHP and SQL are my core skills …

Web Development javascript
Member Avatar for jonnyhitek
0
157
Member Avatar for stevehart808

Hi everyone, Any ideas how to change this code so I can have a square thumbnails instead of always the same width but not height? Thanks [code] function CreateSiteThumbnail($srcFile, $destFile, $width, $quality = 100) { $thumbnail = ''; if (file_exists($srcFile) && isset($destFile)) { $size = getimagesize($srcFile); $w = number_format($width, 0, …

Web Development php
Member Avatar for stevehart808
0
229
Member Avatar for zanzo

I have two input textbox with the same name, when submiting the page I get only the value of the second textbox. how can i get the value of both fields???

Web Development php
Member Avatar for Aamit
0
121
Member Avatar for Shanti C

Is there any possibility to do online chatting with php. In clear, if we post our message ,the other person for whom we post will get that message with out inserting that message into the database... Can any one please help me out... Thanks...

Web Development php
Member Avatar for shivjamesh
0
519
Member Avatar for cosby

hi everyone,i am having a problem with the maximum file upload i have read the forums about the maximum file upload and i went to php.ini to change the maximum file upload from 2mb to 3mb but if i upload 2.6mb file still the upload file doesn't work can you …

Web Development file-system php
Member Avatar for cosby
0
91
Member Avatar for OmniX

Anyone know how to get a custom layout when sending email's via mail()? At the moment I would just like to start a new line in an email but eventually throw in images and etc. Any information be much appericated. Regards, X

Web Development php
Member Avatar for OmniX
0
159
Member Avatar for sbv

Hi I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully but from other mail ids its not .. can anyone help …

Web Development asp asp.net
Member Avatar for sbv
0
89
Member Avatar for stealthmode

I have been trying to find a simple name and password tutorial that works and is easy to follow. Not having much luck. The name and password will be in a text file or mysql database which the user will be given, i do not need forgot password or email …

Web Development apache php
Member Avatar for PomonaGrange
0
136
Member Avatar for mr-cracker

Hello, I want to create my own script like [URL="www.anonym.to"]www.anonym.to[/URL] but with few additional features i want to use database, i believe its very easy to make but the problem i don't know php, i can write in visual basic and c++ but not php, What do i want?? to …

Web Development php visual-basic
Member Avatar for PomonaGrange
0
159
Member Avatar for konczuras

Hello Everybody! I have a simple question: where can I get or set a control, which is in a template field? I have a gridview, and I've created a templatefield in it, with a textbox inside. I want to use the data typed in that textbox, but I don't know …

Web Development asp.net c#
Member Avatar for konczuras
0
135
Member Avatar for tylermaudlin

I have an application where the user is required to log in running on asp.net 2.0 I have added .doc and .pdf to the application extensions area so that outside users cannot go directly to the .doc or .pdf file without logging in. When I click on a .doc or …

Web Development asp.net pdf
Member Avatar for tylermaudlin
0
65
Member Avatar for vimalfor5

Hi All, Please help me to complete the following type of event handling in asp.net with C# [CODE=C#] private TableCell CreateTextCell(string name,string id) { TableCell cell = new TableCell(); TextBox txt = new TextBox(); txt.ID = id; txt.AutoPostBack = true; txt.Text = name; txt.TextChanged += new System.EventHandler(this.txt_Changed); cell.Controls.add(txt); return cell; …

Web Development asp.net
Member Avatar for serkan sendur
0
132
Member Avatar for raziane

hi , there is problem with saving web pages using IE7 when users save pages of our web application in IE6 they have no problem and they can view saved page correctly , but when they save pages using IE7 , the page is corrupted and could not be viewed …

Web Development asp.net
Member Avatar for raziane
0
100
Member Avatar for pokahantos

Hello all, I have a very stupid problem... unfortunately i can not find any way to solve it.. I am using JDeveloper to design & implement JSP page.. I have an input field "text field" where the user enter his name.. I wanna check if the text field is empty …

Web Development java-jsp
Member Avatar for pokahantos
0
165
Member Avatar for raziane

hi i dont know if here is the true palce to ask this question , but i have a strange problem , i work as a web developer in a news agency some of our users report that when they click on a link to a specified news , completely …

Web Development asp.net
Member Avatar for raziane
0
266
Member Avatar for I.odine

Hey everyone - Im new here. I appreciate any and all help you guys can provide! this is driving me crazy, and I am still wet behind the ears when it comes to asp.net. I have 2 pages, index.aspx and downloads.aspx. There is a form on index.aspx that on submit …

Web Development asp.net c c# c++ email session web-server
Member Avatar for serkan sendur
0
189
Member Avatar for krany18

hai friends,, i am new for the project development. i am developing a application like naukri/monster. i created the tables like employeename,phonenumber,skills,technology,role,work experience,location like that i am taking attributes. my boss said " to create the database like each table for name and first name,lst name like that.. please send …

Web Development asp.net
Member Avatar for Traicey
0
126
Member Avatar for srvishnukumar

Hi Friends, Am New for Asp.net[vb & C#]...now am doing an mini project such as ONLINE SHOPPING[Computer parts]... i have no idea about Payment options I need details about CREDIT CARDS options[ Like as any bank] then tell me How can i design my form that options... plz Suggest my …

Web Development asp.net
Member Avatar for ithelp
0
91
Member Avatar for larryperl

Hi , I am usinga code to connect to database. here is the code-- [CODE] <html> <head> <title>Obtaining a Connection</title> </head> <body> <h1>This Page Obtains a Connection to a Database and executes a query</h1> <% Connection conn = null; ResultSet result = null; Statement stmt = null; try { Class …

Web Development java-jsp
Member Avatar for javaAddict
0
112
Member Avatar for kevin wood

not sure if this is the correct place to post but here we go anyway. what i am trying to do is put a table inside a div tag held within a php page but it is not working. here is the code [CODE]print "<h4>There are $num_rows records.<P></h4>"; print "<div …

Web Development php
Member Avatar for kevin wood
0
292
Member Avatar for asifkamalzahid

[I]n the following program i have the error [COLOR="Red"]Warning: ftp_delete() [function.ftp-delete]: Access is denied. in G:\WEBROOT\wilbourn\ftptest\uploadfunctionpage.php on line 89 could not delete wilbourn/ftptest/t.DOC [/COLOR] [/I] [CODE] <?php //Move or Upload Folder Using PHP FTP Functions function moveFolder($_server, $_user_name, $_user_pass, $local_dir, $remote_dir) { echo"$_user_name <br/>"; echo"$_user_pass <br/>"; echo" directories are : …

Web Development file-system php
Member Avatar for asifkamalzahid
0
2K
Member Avatar for mariappan.s

hi friends.. In asp.net , i want to show the gridview when keypress in textbox.. how to do in javascript..

Web Development asp.net
Member Avatar for greeny_1984
0
164
Member Avatar for gtamawale

i m doing project for my college and i need a effective menu bar for php. guys help me

Web Development php
Member Avatar for gtamawale
0
131
Member Avatar for Frosty[tnt]

Hey everybody this is my first post here and just learning PHP and need some help on an infinite loop problem. The code is supposed to find how many ways you can change a $1 dollar bill into coins using dollar coin, half dollars, quarters, dimes, nickels, and pennies. But …

Web Development php
Member Avatar for Frosty[tnt]
0
129
Member Avatar for sayaan

Hi everybody, I'm new in this forum, I'm a PHP developer looking for good solutions for changing colors, fonts, styles of a site on the fly. The idea is, the user will be given options to customize his/her web site's font, color of various elements etc. and then the site …

Web Development php
Member Avatar for PomonaGrange
0
117
Member Avatar for tuse

Hi! I am using the following code for a file upload- [code=php] <?php if(isset($_POST['b1'])) { if($_FILES['uploadedfile']['name'] !="") { $target_path = "/home/infotech/myhomepage/uploads/"; $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); echo("Temporary Location is: ".$_FILES['uploadedfile']['tmp_name']."<br />"); echo("Target Path is: ".$target_path."<br />"); if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded"; …

Web Development file-stream file-system php
Member Avatar for tuse
0
215
Member Avatar for paddy_c

ive been getting loads of errors on a script that im trying to install.. so far ive fixed a few of them but now im stuck here Parse error: syntax error, unexpected T_RETURN in /home/wwwulti/public_html/network/install/index.php on line 668 [img]http://www.daniweb.com/forums/attachment.php?attachmentid=8340&stc=1&d=1227550169[/img] looks like the same things guna happen on line 670 any …

Web Development php
Member Avatar for PomonaGrange
0
131
Member Avatar for hassanzubair786

Hi Every Body Any one tell me how i add login form and database in my site <URL SNIPPED> PLz Tell me

Web Development php
Member Avatar for sayaan
0
83
Member Avatar for snowsurfer32

HI, If anyone could help me it would be great! So I am building a website for some snowboarders and they would like to collect Emails for their newsletter. this is the code i have put in. I know it is simple but when People submit there emails I want …

Web Development email php
Member Avatar for PomonaGrange
0
112
Member Avatar for moerpheus

hey people, I want to develop my own social network. Do you think PHP and Mysql plus Javascript can do the magic?........ Thanks in advance.....

Web Development php
Member Avatar for moerpheus
0
267
Member Avatar for rayan_au

Hi All, I have a bit detailed question. So, please be kind enough to take few minutes and give me an advice. Currently, we have an ASP.NET based Invoice engine application. It basically handles the customer details with their invoice details. One of our client told us that he cannot …

Web Development asp.net first-post
Member Avatar for a496761
0
95
Member Avatar for hhamdan

i have multiple onchange in two different form and they are in different include files. the thing is when i try to use the first onchange ...it works and it will change the session value but if i start with second onchange it will not work and it says the …

Web Development coldfusion session
0
86
Member Avatar for Crued

I'm trying to put together a registration form for little league baseball. I'd like to have a form where the parents can enter their information and the information for up to 5 children. I need a separate record for each player instead to one record for each family. So what …

Web Development php
Member Avatar for Crued
0
85
Member Avatar for Punkis448

Hello all. I am having some questions about a subject. I am running a small social community using SocialEngine and i want to include phpbb3 with an arcade mod or any arcade board that support high scores. My problem is that i do not want my users to re-register into …

Web Development php
Member Avatar for Punkis448
0
184

The End.