52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for aiden

Hey all, I'm getting ready to (possibly) pitch a project here in town for a local bookseller. She wants to develop an inventorying system for her site backend that lets her add inventory records based on an ISBN number only. Obviously I'm going to need some sort of hefty database …

Web Development google php
Member Avatar for aiden
0
158
Member Avatar for 4BoredomDotCom

This has an error way down at the $result=mysql_query($query) line. Anyone knows whats up? Or could it be my login info? Is localhost bad? [PHP] <?php /* grabs the POST variables and puts them into variables that we can use */ $email=$_POST['email']; $city=$_POST['city']; $state=$_POST['state']; //---------VALIDATION--------> if($email){//----> CHECK input } else{ …

Web Development email first-post mysql php
Member Avatar for PoA
0
174
Member Avatar for missdiva

can someone assist me with how to put a skin on my blog?

Web Development php
Member Avatar for barnamos
0
111
Member Avatar for laynie21

Hello, I need help. I have a login page that works fine. I did not use a web config file though. I just had the users login to my access database and that signs them in ok. My question is how do I setup an Admin side so that only …

Web Development asp asp.net
Member Avatar for Paladine
0
217
Member Avatar for rgot

Hey all, I am fairly new at php and I could use your help. I was wondering if there is a way to find out where the user is from so that you could customize a page for them. IE if they are from the US I would like the …

Web Development php
Member Avatar for rgot
0
124
Member Avatar for tucker

I have been trying to make a simple php mail script, but it won't work! Here is the source below...why wont this work? <?php mail("tucker401@mailbolt.com", "This is the message subject", "This is the message body"); echo "message has been sent."; ?> -tucker-

Web Development php
Member Avatar for tucker
0
149
Member Avatar for DeLoreanz1

I hope yall can help me here, I may have posted in the wrong forum, but here goes: I want a forum that to sign up, you need a disc. To be able to view them on the internet, you need a screen name, and you can't get a screen …

Web Development php
Member Avatar for DeLoreanz1
0
349
Member Avatar for cyberoptik

I'm using fsockopen to access site URL's stored in a database and retrieve the meta information from the site. The loop for getting the URL's looks like this: [font=Verdana, Lucida, Arial, Helvetica, sans-serif]$query_geturl = mysql_query("select * from sites"); while($geturl = @mysql_fetch_array($query_geturl, MYSQL_ASSOC)) { Next is a bit of parsing code, …

Web Development php
Member Avatar for PoA
0
153
Member Avatar for nike123

Reading the helps, I've learnt that I need a sql server to execute my sql coding, won't that already be avaliable from me installing the iis software. And plus, am really confused with all these sql server, iis, and server thing. can someone please clarify what the diffrences are, are …

Web Development asp sql
Member Avatar for nike123
0
181
Member Avatar for UnknownZ

Please help..I found an old script which offer members so they can add buddylist, but I get this error when I want to add buddy: MySQL Query Error: UPDATE members SET buddylist='demo,' WHERE id='1' LIMIT 1; Returned Error: Unknown column 'buddylist' in 'field list' I locate back the buddylist.php and …

Web Development php
Member Avatar for UnknownZ
0
156
Member Avatar for tomraffe

I run a band website and I want to display the next gig automatically. For example i want it to say "next gig - 17th june..." when the 17th june passes it will change to say "next gig - 20th june..." I have never used ASP before and have only …

Web Development asp display
Member Avatar for william_stam
0
137
Member Avatar for charitiesonline

Hi I am having a horrible time with a decimal point problem. I need all numerical values to be converted to a positive integer. (i.e. for "19.99" to be converted to "1999") I need to find a script that will check a numerical value to see if a decimal point …

Web Development asp
Member Avatar for madmital
0
155
Member Avatar for Mwah

Hi, I'm new here, but i've just read a whole load of threads with people asking where to get forum/board software from. For something a little different, I highly recommend Beehive Forums ([url]http://www.beehiveforum.net/[/url]), which are modelled on the old delphiforums systems. Plus, i helped in the development of it, so …

Web Development
Member Avatar for PatrickE
0
435
Member Avatar for venetian_jigsaw

I am trying to center a table and know I need to use <div class=''></div>. Here's my problem: I have a menu that was written in JavaScript and is using <div style=''></div> for placement. I would like to center the table, but am finding it a "hard row to hoe!" …

Web Development javascript
Member Avatar for tgreer
0
238
Member Avatar for missdiva
Member Avatar for LiveWire
0
454
Member Avatar for Rik

Hello there, I'm not quite sure if its the right section to post this thread... anyway, here is the scenario.. I just installed this hack.MOD whatever u call it ... [url]http://www.daniweb.com/tutorials/tutorial9379.html[/url] Now, the thing is when I click on the Forum title(not thread title) it doesnt open Example for forum …

Web Development first-post php vbulletin
Member Avatar for LiveWire
0
162
Member Avatar for Eager Student

Hi! everyone I'm starting out in programming,I need a pseudocode or flowcharting to use to help me get started on coding(JavaScript and HTML). Often, when I take a look at a coding assignment, it looks daunting, and it's hard to figure out exactly where to start. Especially with all of …

Web Development algorithm javascript
Member Avatar for Eager Student
0
148
Member Avatar for developerszone

Hello guys, i'm trying to create a small portal where by every users thats comes in to d site must register b4 they could view tutorials in the website.. i created everything and every thing seems to work fine.. when u click on Register.php it Register and display confirmation.. but …

Web Development display email first-post html-css php
Member Avatar for zippee
0
214
Member Avatar for lorf14plus

I have created a new ASP.NET application in VB.NET and I have made a login page that is call if the user are not logedd in and rediret to the start page. In my internal page I have a dinamic menu that is generated by sub that check the database …

Web Development asp asp.net vb.net
Member Avatar for lorf14plus
0
193
Member Avatar for jkurzner

Is there there any way to combine the results of two queries into two different recordsets into a single one? I have two different databases that have the same type of information in them, but are for different clients. It's nor practical at this time to rewrite all the asp …

Web Development asp
Member Avatar for Camz
0
253
Member Avatar for needhelp2005

sending form data to database creates a error! hi i have created a form which should connect to a database and update it when the user inputs into the form, however as soon as i hit the button on the form i get the error No value given for one …

Member Avatar for Paladine
0
181
Member Avatar for augie0216

Created a form in which the user selects a item from a dropdownlist then clicks a button which in turn uses a streamwriter to open a sequential file and displays the data associated with their selection, this is a text file. When I run the solution I get this error …

Member Avatar for Paladine
0
152
Member Avatar for taparca

I am totally self taught in html and a pure novice. I volunteer with a non-profit and I update their existing website. The website has a "Child of the Month" feature which appears on every page of the site. This feature needs to be changed monthly. I have been doing …

Web Development javascript
Member Avatar for peter_budo
0
139
Member Avatar for augie0216

I'm doing an asp.net application but am using vb.net to code the example i'm working on. I'm creating a form that will show historic stock prices I have three description and value pairs: Company Name stock symbol Hartford har Vertigo ver Dickson dks I have created three sequential files that …

Web Development asp asp.net vb.net
Member Avatar for tgreer
0
122
Member Avatar for rsaicrag

Below is my code. The problem is on the 'javascript:ViewPage(article_1.html)'; How to code the quote inside the ViewPage function since im using the echo "....." ; <? echo " <script language='javascript'> function ViewPage(url) { OpenWin = this.open(url, 'CtrlWindow', 'toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes'); } </script> <tr><td><a href='javascript:ViewPage(article_1.html)';>Article1</a></td><tr> "; ?> it should be `<a href="javascript:ViewPage('article_1.html')";>Article1</a>`

Web Development javascript php
Member Avatar for rsaicrag
0
594
Member Avatar for dor88keys

hi, ive just written a simple form to mail in PHP (the form is in a flash website). the problem is that the text being put into the fields in the form, is all in Hebrew. would anyone know how to tackle this problem ? i get the text all …

Web Development flash php
Member Avatar for paradox814
0
433
Member Avatar for hbmarar

hi to all, Well, I am designing a form which had taken me to a situation that requires advanced knowledge.I just know to use javascript for basic needs. My need is as below: I have a form that is report form.Now I am finding it difficult to get the logic …

Web Development javascript
Member Avatar for hbmarar
0
223
Member Avatar for alwaysneedhelp

I'm building a property management site in ColdFusion. I'm building an admin area where the agent can upload a thumbnail of property to be displayed next to other features of the property. Idealy I'd like to have many listings on one page. I've seen it on the web so many …

Web Development coldfusion
Member Avatar for WrkrAnt
0
188
Member Avatar for AhmedHan

Here is code for sending e-mail which I wrote down: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Send Mail</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1>SENDING MAIL</h1> <form action="Mail.php" method="post"> <table width="200" border="0"> <tr> <td>To Whom :</td> <td><input type="text" name="Target" size="50" value="Someone@somenet.com"></td> </tr> <tr> <td>Topic :</td> <td><input …

Web Development apache email first-post php
Member Avatar for AhmedHan
0
250
Member Avatar for bluebeen

The data that is entered is creating the error page when I suibmit it ti the db. Can anyone help? :confused: HTTP 500.100 - Internal Server Error - ASP error Internet Information Services -------------------------------------------------------------------------------- Technical Information (for support personnel) Error Type: Microsoft VBScript runtime (0x800A0035) File not found /threecubePlus_IIS/formProcess.asp, line …

Member Avatar for william_stam
0
495
Member Avatar for william_stam

How do you get a thumbnail from a PDF file. upload a pdf file ASPUPLOAD and get a thumbnail of the front page of that pdf. i have seen it on a site before so it is possible but HOW it should be possible with a component but what and …

Web Development asp pdf
Member Avatar for william_stam
0
98
Member Avatar for an_nurif83

hai! i"m doing my final project same like Tina. I"m facing al ot of prob in doing my project.Let me describe my project first, i"m developing Online Course Registration System for my U. for the ADMIN interface i'm using VB (off-line)and for the user interface i'm using Dreamweaver Mx (on-line).Here …

Web Development asp sql user-interface
Member Avatar for william_stam
0
167
Member Avatar for Jayakumar R

Hi I have a peculiar problem. I created an ASP.Net page with the code behind in C#. After submitting I am storing the primary key value of the row inserted in a ViewState variable. Then I pass this as a query string and do a Response.Redirect() to another page. Then …

Web Development asp asp.net
Member Avatar for Jayakumar R
0
174
Member Avatar for Slade

Whenever I go to update visual studio 2003 I get the following message: Visual Studio .net 2003 setup encountered errors while attempting to download required files. Check your web browser configuration settings and your connection hardware, and then try again. Ok... I am connected to the net, what web browser …

Member Avatar for Cybele
0
129
Member Avatar for ashishjha54

hello, today i visited the source code section of daniweb and i was amazed to see that codes inside text box were colored according to their syntax.here is the url of the page. [URL=http://www.daniweb.com/code/snippet25.html]http://www.daniweb.com/code/snippet25.html[/URL] in which language this is coded .can i do this in php .can anybody provide me …

Web Development php
Member Avatar for ashishjha54
0
261
Member Avatar for rinyunzen

Hello there! This is my firts post, and I'm happy of finding a site like this. I have a little trouble with .net. I'm programming a site (i mean webforms) and something very weird happens. If I have two webforms, both of them connects to a DB and they use …

Web Development asp.net first-post sql
Member Avatar for rinyunzen
0
175
Member Avatar for fsn812

When attempting to compile PHP 5.0.4 with MySQL 4.0, I received some strange errors from attempting to use --with-mysql and --with-mysqli. After getting it to configure correctly, where it finds mysql and mysqli support, when I run make I get these odd compile errors: == /usr/src/php-5.0.4/ext/mysqli/php_mysqli.h:48: error: syntax error before …

Web Development mysql php storage
Member Avatar for fsn812
0
270
Member Avatar for clivey

When I send my form to my email address using php everything comes out great apart from the Field names that had spaces in them like user first name becomes user_first_name Is there a way to put the spaces back in as this is very important as the email goes …

Web Development email php
Member Avatar for clivey
0
288
Member Avatar for KG800

Hello, I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've …

Web Development asp asp.net visual-studio
Member Avatar for KG800
0
150
Member Avatar for AhmedHan

Does anybody know a free web server that supports PHP?

Web Development php web-server
Member Avatar for ashishjha54
0
232
Member Avatar for liliafan

Hi All I am hoping someone can help me out since this is driving me nuts. On my site I have 3 columns: [code] |sidebar| content |sidebar| [/code] What I want to do is have the height of the 2 sidebars controlled by the height of the content. So instead …

Web Development javascript
Member Avatar for liliafan
0
215
Member Avatar for dave_s

Hi, Using Dreamweaver I have created a form that submits data to an sql database using PHP. I have a number of questions that I hope you can help with. 1. Why are some fields on the form a different colour when the background on all fields are set to …

Web Development email php sql
Member Avatar for dave_s
0
161
Member Avatar for Killer_Typo

I was wondering if someone could aid me in this. all help will be duly noted in the script itself. Here is what i am trying to achieve, a realtime editor of the CSS attributes of a given page. I have the page i am using and the CSS table, …

Web Development html-css javascript
Member Avatar for Killer_Typo
0
136
Member Avatar for RustyShock

Hello all: I'm creating an image gallery that opens in hidden divs. Here's my javascript code: <script type="text/javascript"> <!-- function popupSwitch(szDivID, iState) { if(document.layers) { document.layers[szDivID].visibility = iState ? "show" : "hide"; } else if(document.getElementById) { var obj = document.getElementById(szDivID); obj.style.visibility = iState ? "visible" : "hidden"; } else if(document.all) …

Web Development image javascript
Member Avatar for tgreer
0
173
Member Avatar for dakkar

Hi! I've a HTML form I've a function with some parameters that checks the value of each field (it's called within a onBlur event). This function check the type and other restrictions about that field. I must create a function that checks that all required fields (or options or other …

Web Development javascript
Member Avatar for Duches77
0
301
Member Avatar for mister

Hello, thanks for taking the time to read my query. I've basically got a page (dark grey) with a panel that sits in it (light grey).. this fills the screen, except for a 16px gap around the edge which allowed the dark grey (from the body tag) to show through. …

Web Development html-css image javascript
Member Avatar for DaveSW
0
131
Member Avatar for tristan

Hello, I am having a members search page, where you can look up members by searching on e.g. age, interests, country etc. If the user does not specify e.g. an age range, then all ages should be included in the search. But if a specific age range is specified, then …

Web Development php
Member Avatar for sarahk
0
221
Member Avatar for cj51

Warning: what you are about to read is from a complete novice who is trying to install software on a linux server. I apologise in advance if this is not in the right forum. My problem is that the install program shows the following during its checklist: Disabled functions list …

Web Development php
Member Avatar for cj51
0
94
Member Avatar for gaetano

This was a question in a previous topic but I didn't quite understand the answer. I display radio buttons from a Array I built in ASP (radioArray) which contains a code/short desc/long desc. When someone clicks a radio button I want to invoke a Javascript function to display the short …

Web Development asp display javascript
Member Avatar for gaetano
0
292
Member Avatar for John Smith

Hi, Im having a slight problem with fgets and ssl. [CODE] <?php function monkey($method,$protocal,$port,$domain,$path,$data,$query){ if($method=="POST"){ $fp = fsockopen($protocal."://".$domain, $port, $errno, $errstr, 30); if (!$fp) { echo $errstr." (".$errno.")<br />\n"; } else { $out .= "POST /".$path."?".$query." HTTP/1.1\r\n"; $out .= "Host: ".$domain."\r\n"; $out .= "Content-Type: application/x-www-form-urlencoded\r\n"; $out .= "Content-Length: " . …

Web Development apache first-post php
Member Avatar for John Smith
0
138

The End.