52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for mynameis

Hello, I need to make an script that displays word "admin" or "regular member" etc below an username.e.g.If a member is admin it displays "admin" below his username every time he posts. like here in [URL="http://daniweb.com"]daniweb.com[/URL] whenever i post a thread it displays "Newbie poster" below my username. I don't …

Web Development php
Member Avatar for Designer_101
0
84
Member Avatar for feoperro

Hi, Can someone please tell me what the correct syntax for this is... I've tried everything. [CODE] parent.TopFrame.document.FormName.inputAreaName.value =(tableName.rows[1].cells[0].innerHTML).trim(); [/CODE] It works without the trim() function, as soon as I put it in, it throws an error and stops working. Thanks, -Ash

Web Development javascript
Member Avatar for Hangfire
0
76
Member Avatar for Susan.LK

Hi, I think i am missing something obvious. The popup should bring up a page passing an id. Currently nothing happens but i can see the id is being passed into the varaiable when hovering over Link, how can this be chnaged. Below is part of the code [code=php]while($row = …

Web Development php
Member Avatar for Susan.LK
0
92
Member Avatar for diafol

Don't know if this is the best place to ask (possibly networking - no prob if you move me). Here goes: 1. A website has its admin area and email hosted externally. The domain name belongs there. Called the 'website' from here on in. 2. A front-end (Joomla) has been …

Web Development php
Member Avatar for diafol
0
90
Member Avatar for Kfd

I have a form which the user enter info. I have 2 buttons - 1 takes data to next page to save data. The other button recalculates and re displays the same page. The problem is I cant read the data in the second form. It is blank. How can …

Web Development php
Member Avatar for Kfd
0
91
Member Avatar for stockton

In the following code I am attempting to get certain fields to only appear if the user Selects dependent else those fields should be hidden. Please tell me what I have done wrong? [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" …

Web Development html-css javascript xml
Member Avatar for stockton
0
162
Member Avatar for Auch

Hi guys! I'm still fresh on php and from time to time I hang on simple things. Well, this time I was trying to make an include with an onclick action but now I'm not even sure its possible the way I'm trying. Here's the code (problem on line 18) …

Web Development php storage
Member Avatar for codejoust
0
92
Member Avatar for sam023

i was wondering how to how seprate php from html while fetching rows from database.. . . [code] <?while($row=mysql_fetch_array($result)) {?> <td><?$row['firstname']?></td> <td><?$row['lastname']?></td> <?}?> [/code] can i separate php and html in above case.>? . . thank u

Web Development html-css php
Member Avatar for somedude3488
0
98
Member Avatar for pradeeprs

Can some one help me to create a form & send the results to my e mail address?? and cc as well to another one ? Field Names : Name , Telephone No (should get validated to c the user enters more than 10 numbers) , E Mail address (should …

Web Development php
Member Avatar for cwarn23
0
105
Member Avatar for Cheeki

Hey guys, Im having the weirdest problems with my ajax. Now first off i have horrible coding convention!! I have one Ajax.js file which handles all my ajax requests and one ajax.php file which handles retrieving data from a database. The problem I am having is when ever I call …

Web Development javascript
Member Avatar for Luckychap
0
133
Member Avatar for servis

hi friends, my code is as follow, [ICODE] ------sql query here------------ $result = mysql_query($sql): while ($row = mysql_fetch_array($res)) { $row[tableLegends]; $link[]=$row; } [/ICODE] when i use foreach loop in template, it give the inavlid argument "Invalid argument supplied for foreach() error" [ICODE] foreach($link AS %links){ --------code here------- } [/ICODE] i …

Web Development php
Member Avatar for servis
0
160
Member Avatar for AdventDeo

Hello, I've read on how to insert properly into two linked tables using mysql_insert_id() function from: [url]http://www.webproworld.com/web-programming-discussion-forum/87197-php-insert-different-records-into-multiple-mysql-tables-same-unique-id.html[/url] now how about if i want it to be from 4 linked tables? can I still use the function? and I want some to be a dropdown lists. My tables are: Client(clientID, Name, …

Web Development mysql php
Member Avatar for AdventDeo
0
3K
Member Avatar for php_noob

I am kinda mixed up right now..... CAN IIS and APACHE work in the same machine? from my [URL="http://www.daniweb.com/forums/thread203902.html"]thread [/URL](marked as solved) XAMPP + VISUAL STUDIO + MS SQL SERVER [while mysql is running] can exist in one machine. I have projects both in APACHE and ASP +IIS [not in …

Web Development apache asp.net visual-studio
Member Avatar for Ramesh S
0
127
Member Avatar for aarya

i have gone throught many crm package lik sugur,tiger ext. but still i dint get clear idea.what is CRM. in many job portal they expect us to know CRM knowledge.any body help how it helps thanks

Web Development php
Member Avatar for lil_Is
0
199
Member Avatar for santhoshvarma.a

i want to values sending with checkbox in asp.net using C# to another page

Web Development asp asp.net
Member Avatar for peter_budo
0
1K
Member Avatar for daneuchar

hi guys, this is danny and i need a little help frm u guys i have a piece of code which i need to explode [code] EXP=482900\_1SKILL=4294967295;4294967295;4294967295\_1PK=0\_1RTM=0\_1SINFO=655391\_1WEAR=17408;2145;4294967295;19666;3105;4294967295;19656;4129;4294967295;19661;5153;4294967295;19676;6177;4294967295;19671;7201;4294967295\_1INVEN=\_1 explode("\_1",$charstring); explode("SKILL=",$temp[0]); [/code] i just want to edit 4294967295;4294967295;4294967295 after skill can u guys pls guide me how do i implode after editing …

Web Development php
Member Avatar for daneuchar
0
133
Member Avatar for ariez88

hello all, i m making an online aptitude test website in ASP.NET using C#. ur help will be highly appreciated. * 1st is that how can we display the time(we want to disply the time in digits while the student is taking test so that he can keep track of …

Web Development asp.net mathematics
Member Avatar for yoteach
0
101
Member Avatar for genesistr

[CODE]File.prototype.OpenAudioFile = function(dPath) { var rem = document.createElement("div") rem.name = "divv"; rem.id = "divId"; rem.innerHTML = '<embed src="' + dPath + '" autostart="false" name="' + dPath + '"></embed>'; document.body.appendChild(rem); } [/CODE] I'm using the way above to solve my sound problem but when i attach div object to document sound …

Web Development javascript
Member Avatar for Troy III
0
52
Member Avatar for mmrhl

This has puzzled me for more than a week now. I have been trying to develop a web site for managing a sports league. On of the pages I have is used for changing things like scores and dates and times for games. It is very simple stuff. I have …

Web Development mssql mysql php
Member Avatar for agrarian
0
178
Member Avatar for jonow

I am a PHP noob. I want a to create PHP pagination which will paginate a table. So every 3 rows would be a new page. I don't want to use MySWL (database) or JavaScript. But here is an example of what i want done in JavaScript: [url]http://it.newinstance.it/2006/09/27/client-side-html-table-pagination-with-javascript/[/url] Does anybody …

Web Development php
Member Avatar for jonow
0
433
Member Avatar for Piya27

Hi All, I just don't know whether how correct my quetion is. But the problem i am encounterign while deveoping a website in ASP.NEt is that, when I run my website in IE it shows me the correct design as it has been set in the Forms, but when I …

Web Development asp.net
Member Avatar for sknake
0
63
Member Avatar for agrarian

I am trying to use a Dojo (ajax) table on my page that has detail rows in which I want to draw detail tables. The tables have a format event which calls formatDetail. In this event I would like to build a simple table using JSON data. My problem is …

Web Development json php
Member Avatar for agrarian
0
2K
Member Avatar for lm111

Hello, Please help me. So far nobody was able to help. I am trying to assign a dynamically created LinkButton to a string value. I have a function and there is definitely something wrong with it and I need someone to tell me if it can be done or not. …

Web Development asp.net regex
Member Avatar for anuj_sharma
0
121
Member Avatar for icarium

Hi, I have a project in asp.net which includes mssql database. when i tried to back it up simply by copying the folder, I then tried to open the project through visual studio, but it did not open. So how can i back up my project ? also my operting …

Web Development asp asp.net mssql visual-studio
Member Avatar for anuj_sharma
0
256
Member Avatar for xuexue

here's the code, this one goes well with localhost and it's functioning, however, when i tried it using a web server, it says error uploading file, what do you think is the problem? please help... [code] $phName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $phSize = $_FILES['userfile']['size']; $uploadDir ="10.237.102.158/upload/joomla/"; $filePath = $uploadDir …

Web Development php samba web-server
Member Avatar for codejoust
0
111
Member Avatar for sila

Hello I am new in php working on online exam type webapplication my client requirement is this durring the test the user cant move backward or cant press the back button of browser how can i control it there are few javascripts i try but they not working if user …

Web Development php
Member Avatar for codejoust
0
94
Member Avatar for cooterbrown

Hi, I have a calculating order form, which is at [url]http://www.bcdcoatings.com/orderform.htm[/url] which I partially inherited. The problem is that the second drop down "select item" was added, and is not part of the calculation, in order to get needed information to an html template for emailing the order information. Right …

Web Development html-css php
Member Avatar for cooterbrown
0
110
Member Avatar for zekruss

Hello All, I really need help, I have no experience with Curl and I want to use it to perform simple actions on a "software as a service" application, the goal is to automate testing, using tools like "selenium" is much more easier but not enough powerful to develop in …

Web Development php
Member Avatar for cwarn23
0
235
Member Avatar for brando|away

Yeah im not sure this is the right forum for this question but, I need to get the POST parameters of a request, like the FireFox tamper data add-on (which isn't working for me right now) so im looking for an alternative. Whats an alternative way i can view data …

Web Development first-post php
Member Avatar for pritaeas
0
103
Member Avatar for valonesal

Alright here is what we would like to accomplish, We have folders on our server, what we want to do is deny access to the contents of he folders from everyone except for authorized websites. So we want to allow authorized websites to use our scripts, images and other items …

Web Development php puzzle
Member Avatar for valonesal
0
132
Member Avatar for ishlux

Hi, I have deployed my folder called Library in web apps tomcat5.5, i can find my folder in the tomcat manager, but when i click its showing this error: requested source in not available (Library) As i am new to this i dont know how to proceed please help me …

Web Development java-jsp xml
Member Avatar for stephen84s
0
157
Member Avatar for phillon

I'm fairly new to C#. I’ve recently embarked on a web project using asp.net Visual Web Developer. I'm having some issues with the commands for running calculations on a number of web forms. Some of the web form consist 10 or more numerical fields. Each form has a Total field. …

Web Development asp.net
Member Avatar for peter_budo
0
83
Member Avatar for Neo7

Hi everybody, What should I do in order to add an [COLOR="red"]onkeyup="foo();"[/COLOR] to an input box but without writing the [COLOR="red"]onkeyup="foo();"[/COLOR] inside the input field declaration? Usually you do: [CODE]<input type="text" name="hello" value="" class="input-tags" onkeyup="foo();"/>[/CODE] But I want to do something like this: [CODE]<script type="text/javascript"> document.getElementsByName("hello").item(0).addEventListener('keyup',foo(),true); </script>[/CODE] and leave the …

Web Development javascript
Member Avatar for Neo7
0
939
Member Avatar for laura_ci

Hey guys, I know there is LOTS on the web with regards to learning resources and tutorials on javascript but I was wondering if you nice people could point me in the direction of a few websites that teach you the 'right' way of doing things? I'm a total noob …

Web Development javascript
Member Avatar for laura_ci
0
146
Member Avatar for JayGeePee

I've been searching the net for a strait answer on how to do this. My website is based on an affiliate platform. PHP image upload. Examples: My site: [url]www.mysite.com[/url] There Site: [url]www.mysite.com/userId.php[/url] My members have the exact web page I have except, they have there own Unique URL. All I …

Web Development image php web-server
Member Avatar for Graphix
0
500
Member Avatar for sandipdandel

hi i hav problem with ms acess conectivty and Jsp plz help thanks in advance

Web Development java-jsp
Member Avatar for kvprajapati
0
73
Member Avatar for anuj_sharma

Hey Guys, I have a Vista Home Premium SP 1. I installed Visual Studio 2005 n it was working fine until today. When i tried to open VS 2005 it gave the following dialog box: "One or more components missing. Please reinstall the application" First of all i repaired the …

Web Development asp.net visual-studio
Member Avatar for anuj_sharma
0
100
Member Avatar for ishlux

Hi all, I have installed tomcat 5.5 , now i want to run a simple servlet programme, on web browser, how do i deploy my folder into tomcat 5.5.....i am giving [url]http://localhost:8080[/url]. its giving page cannot be displayed......... please help me out.

Web Development java-jsp web-browser
Member Avatar for kvprajapati
0
106
Member Avatar for sandipan.rcciit

hi, i am going to create a pagination in php in basis of retrieving the data from the database. i tried to combine two different query result in same pagination but i don't get the desired result. here is my code:- [CODE] <?php include 'mysql-connect.php'; $qs=$_REQUEST["qs"]; $d=$qs; $a=$d; if (isset($_GET['a'])) …

Web Development php
Member Avatar for kvprajapati
0
101
Member Avatar for kinger29

I am trying to setup a tomcat server in eclipse galileo java ee to test a servlet. I have web tools installed also. I created a server but when I go to my web browser and go to [url]http://localhost:8080[/url] I get an http status 404 error. My server is started …

Web Development java-jsp web-browser web-server
Member Avatar for Capra
0
224
Member Avatar for phntje

[QUOTE]Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this …

Web Development php web-server
Member Avatar for codejoust
0
91
Member Avatar for EatenByAGrue

I have created a custom error page for 404.13, which is what occurs when a user attempts to upload a file larger than a size set in the config files under maxAllowedContentLength. I want my .aspx file to say something like: Maximum allowed file size=________KB Trouble is, I can't figure …

Web Development asp.net display
Member Avatar for sknake
0
150
Member Avatar for AbhishekGoenka

My web application developed on O.S. ====Windows XP Professional IIS ------- IIS 5.1 Dot.net framwork 2.0 AjaxControlToolkit----ASPAJAXExtSetup.msi Database – Access2003 But when I access that application and do some of task on web page like add,modify or delete, below given error occured. Please do the needful if you have any …

Web Development asp.net web-server
Member Avatar for sknake
0
374
Member Avatar for Nathan Campos

Hello, I'm learning Ruby, and i want to know how to compress files using Ruby. Thanks, Nathan Paulino Campos

Web Development ruby
Member Avatar for Nathan Campos
0
136
Member Avatar for ivanichi

Hi.. i have 4 combolist (combobox). for action i want just one submit button. how to make it on action

Web Development php
Member Avatar for ivanichi
0
81
Member Avatar for mstrlouis

The Script below generates a sudoku (9 by 9) table and displays the table on screen. what I am trying to do is to get a string of numbers entered into the text field labeled "enter values" on the page below the table, into each cell box of the sudoku …

Web Development html-css javascript
Member Avatar for Airshow
0
181
Member Avatar for rizza_f

Hello everyone.. My question is how to display data from my database. So when I open my index.jsp file, the data already display on it, it doesnt have any form. Is servlet can do it, or just do it in index.jsp file. I prefer with servlet, but I don't know …

Web Development display java-jsp
Member Avatar for rizza_f
0
193
Member Avatar for valonesal

Ive been fighting with this for a few hours now and cant seem to grab an answer. I hope one of you guys can help. I would like to add a delay on the mouseout so when they move away it has a pause before it disappears. Here is the …

Web Development javascript
Member Avatar for serkan sendur
0
100
Member Avatar for srilakshmitr7

For implementing Spell check concept i applied WYSIWYG editor to textare.I got the output in Mozilla but not in InternetExplorer.Can you say where the problem might be.

Web Development php
Member Avatar for diafol
0
112
Member Avatar for aerliana

can anyone help me how i can grab date today when then user submit their form?

Web Development php
Member Avatar for cwarn23
0
66

The End.