52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for marjan_m

I hv make a html file on which I placed 2 fields username and passowrd.I also included a php file named "check.php" The code in the check.php is as follows: [CODE] <body> <? $con = mysql_connect("localhost","",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("alauddin", $con); $name=$_POST['txtusername']; $password=$_POST['txtpw']; …

Web Development php
Member Avatar for ryan_vietnow
0
106
Member Avatar for Barefootsanders

Hey everyone, I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information. The first select box will be populated with artist info and the second, with …

Web Development html-css javascript
Member Avatar for Barefootsanders
0
117
Member Avatar for tagz017

hi guys.. need your help for retrieving selected images from the database and display it in thumbnails.. thanks

Web Development php
Member Avatar for flagbarton
0
89
Member Avatar for dmotah

hi, tkx bt i again need ur help guyz! im using a form with post method! bt i want wen the username and password r correct it opens another page, else it comes back to the login! plz watinf thkx

Web Development first-post php
Member Avatar for Pro2000
0
104
Member Avatar for kaleidoscopelex

Im having these problems, it used to work in my website for almost a year then suddenly this error occured.. [B]Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/alexsl/public_html/admin/system/[B]functions.php [/B]on line 291[/B] here's [B]functions.php[/B]: [code=php] <?php // Somery, a weblogging script by Robin de Graaf, copyright …

Web Development mysql php
Member Avatar for stymiee
0
164
Member Avatar for webmaker

I am going around the bend trying to get a return value from a dropdown so that I can use else where on an asp page, it gives the alert ok, however I cannot seem to do anything else useful with it. Any help would be extremely appreciated!!! ...Ian <code> …

Web Development asp javascript
Member Avatar for webmaker
0
276
Member Avatar for abraham.obando

has any one come across a problem when reading from a socket that sockets information are interchanged. I have a web server and using sockets i get information from another server but it so happened that two users logged in at the same time and their information was interchanged; meaning …

Web Development php web-server
Member Avatar for abraham.obando
0
83
Member Avatar for devsa

hi, I was looking to solve this problem long time ago.My problem is: I have a link on jsp page (witch belong to a website ) when I click the link it suppose to give me the open/save/cancel dialog box to choose to open or save the specified file but …

Web Development java-jsp pdf
Member Avatar for devsa
0
145
Member Avatar for binoj_daniel

How can setup an automated mailing of datadriven content on some schedule? How can i implement using PHP? Is there any configuration on the Web Control Panel? Any ideas?

Web Development php
Member Avatar for binoj_daniel
0
82
Member Avatar for tanha

Hello everybody, I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin Suppose I have four date fields, and I have a button next to each of them, I like when I click on …

Web Development apache php
Member Avatar for MitkOK
0
71
Member Avatar for tshivaraj

Hi All, Is there a way to terminate an AJAX thread. I have an application where if a user selects multiple options in a rapid succession it causes a deadlock situation. I would like to terminate the previous thread, if a new one is spawned. I am using prototype. Thanks, …

Web Development javascript
Member Avatar for digital-ether
0
140
Member Avatar for newsteve

so... ive created a random slide show of 3 panels side by side, all of them with a random time intervals between each slide. it all works great. im now looking to create a user controlled start/stop option for EACH panel, based on an onclick over each image - and …

Web Development javascript
Member Avatar for digital-ether
0
154
Member Avatar for scrypt3r

does any 1 know how to give a picture a tag or name and then in javascript or vbscript change it ?

Web Development javascript vbscript
Member Avatar for scrypt3r
0
89
Member Avatar for adnan316

Hello everyone. I am new to this forum. i am stuck on this problem for quite some time and i hope i cud use some ur expertise on it !!! here's the thing - i have developed this web page which is like really long and i have divided it …

Web Development javascript
Member Avatar for adnan316
0
140
Member Avatar for samycbe

Hi, i am new to .net technologies. i want to startwith a database conn. how to connect with sql server database with my asp.net default page. please explan. samy

Web Development asp asp.net
Member Avatar for vbsqluser
0
147
Member Avatar for shank

Please let me know abt PHP.............I m a student

Web Development php
Member Avatar for jocrenalix
0
86
Member Avatar for connor4312

Hi! I'm looking for a stlyeish:cool: way to display a list of links for my web site. Any ideas?:icon_idea:

Web Development javascript
Member Avatar for connor4312
0
120
Member Avatar for Barefootsanders

Hey everyone, I'm attempting to set up my own web server with apache2 and php5. I set up apache fine and it works. My problem is that when i install php5 my apache wont start. I just get an error message saying "The requested operation has failed." I attached both …

Web Development apache php web-server
Member Avatar for Barefootsanders
0
84
Member Avatar for DialerJames

Hi - I am brand spanking new. I am able to see my website in VS 2005 but now I want to transfer it to IIS. I put it in c:\inetpub\wwwroot When I type in the computer name in ie I get error "You are not authorized to view this …

Web Development asp.net
Member Avatar for atal
0
133
Member Avatar for NAHR_ELGANNAH

hi all, i have a list of some files on the server. i want to let the user choose a file from the list then click a button to open read-only version from this file without showing the popup message that ask user to Open, Save or Cancel. this is …

Web Development asp.net file-system
Member Avatar for NAHR_ELGANNAH
0
150
Member Avatar for virus220

I know the way to retrieve data from an excel file by code Imports Microsoft.Office Imports System.Data.OleDb Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Partial Class _Default Inherits System.Web.UI.Page Dim conn As New OleDbConnection Dim comm As New OleDbCommand Dim DReader …

0
133
Member Avatar for virus220

Hi. I have retrieve my data from excel files to a vb richtextbox but the text with boldness,italics or sup/sub-scripts format are not proper is their any way i can retrieve richtext(text having boldness,italics or sup/sub-scripts) on vb form ???

Web Development asp.net
Member Avatar for virus220
0
154
Member Avatar for virus220

I have a string storing some data i want to display that data on a aspx page how should i do it??

Web Development asp asp.net
Member Avatar for atal
0
146
Member Avatar for thakkarbhav

Hello, I am new user and i have similar problem with IE. I will truely appreciate if anyone can answer it. I have 3 dropdown list on aspx page. When i click them i can see first 25 items. My dropdown lists are databind in aspx.vb page using Stored procedure. …

Web Development asp.net
Member Avatar for thakkarbhav
0
120
Member Avatar for jonw

I have a JS function that makes an AJAX call several times, based on how many checkboxes are checked on the page. On each iteration, I check the value of a hidden field with document.getElementById().value; if it's false, the function is supposed to break. The value of the hidden field …

Web Development javascript
Member Avatar for MidiMagic
0
125
Member Avatar for eyolala

<style> table, tr, td {background:transparent;border:none}table table table table, table.contactTable {display:none;}td.text table{visibility:hidden;}td.text table table {display:inline; visibility:visible;}div b font font, div font font u {display:none;}.nametext{visibility:hidden;}div table td font {display: none;}.comt td font, .comt td td td b, .comt td td td a {display:inline;}table tbody td table tbody tr td.text table table, table …

Web Development javascript
Member Avatar for MidiMagic
0
112
Member Avatar for sivavissamsetti

Hi All, I am working in .NET 2.0 frame work web application. In my application i used javascript and with that i used the window.createPopup() function. It is working fine with IE. But it is not working with Firefox, Netscape Navigator and Opera. Please provide me the alternative solution so …

Web Development javascript
Member Avatar for MidiMagic
0
1K
Member Avatar for saswati_mishra

Hi, I have a jsp page where the user is asked to do certain entries. Now if the user leaves any one of the entires as blank or as a wrong entry and presses the submit button, he gets an alert message. Now after the user presses okay,, the page …

Web Development java-jsp
Member Avatar for saswati_mishra
0
159
Member Avatar for ytregnn

[url]http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/[/url] Does anyone know how I could do a top 10 list within a table that has every second "table" in diferent colors with different pictures that will show up based up on the rating is an odd or even number (1=blue 2= grey, 3,=blue, ect.) Look at this picture …

Web Development javascript
Member Avatar for ytregnn
0
103
Member Avatar for JC4QLx3

The following code worked perfectly when I was using a normal window, but now that I have changed it to a frameset, it does not work. I have been reading as much as I can find on the subject and I realize that there are a different set of rules …

Web Development javascript
Member Avatar for ~s.o.s~
0
125
Member Avatar for Pro2000

I wrote a chat program and I wrote in a page: [CODE] $ip=getenv("REMOTE_ADDR"); if ($ip=="82.23.45.66) { echo 'You cannot login!'; } [/CODE] But some times I see there are 3 computers and much logging by the same IP Address, How can I slove it?

Web Development php
Member Avatar for Pro2000
0
82
Member Avatar for dr4g

Hey, just made the title like that, to grab intrest ;) I'm developing a system at the moment, i'm going to implement a filter to the login section, so that only 5 invalid login attempts can be made, then its temp denied access to login with that username, for 15 …

Web Development php
Member Avatar for digital-ether
0
522
Member Avatar for trafmore

Hi I have been tasked with a task of creating a timesheet That must automatically be diplay for every user per month, their monthly timesheet, setting the weekends to Off and the week days to the default hours of the individual, and it must also be edited and these hour …

Web Development asp.net vb.net
Member Avatar for trafmore
0
130
Member Avatar for engrr.faruk

hi, can any one tell me how to traslate date in english format to date in hijri format? Regards, faruk hossain chowdhury

Web Development php
Member Avatar for MitkOK
0
177
Member Avatar for Baskar_engg

hi i had used asp.net 1.1 for my website development with IIS 5.1 after i have changed myself to Asp.Net 2.0 ,now the problem is only asp.net 2.0 project is working,if i create or 0pen a project in asp.net 1.1 it shows an error "Specified web server is not running …

Web Development asp asp.net web-server
Member Avatar for Baskar_engg
0
120
Member Avatar for sheejaanna
Member Avatar for sheejaanna
0
153
Member Avatar for virus220

i have my database in xml spreadsheet/excel format i want to retrieve data from it to asp.net webform what is the best way to do it PLease help real in need to crack it down??

Web Development asp asp.net xml
Member Avatar for virus220
0
76
Member Avatar for vamsikgummadi

Dear friends, Fine and hope the same with you all. I am here with one more new problem which I might be able to solve with your suggestions as we have did earlier. Problem: I have a requirement from my client where I need to give update or edit privileges …

Member Avatar for vamsikgummadi
0
138
Member Avatar for Infarction

I'm working on a website that's basically a forum software, but with a different arrangement. There are only 3 levels of posts (questions, solutions, and comments), and for the comments I want to be able to have the user highlight part of a solution to comment on. To do that, …

Web Development javascript
Member Avatar for Infarction
0
296
Member Avatar for staneja

I ahve created a directory Structure Sumit -> WEB-INF -> src -> classes and i putted Servlet file in src , compiled class file in classes folder and created Web.xml file in WEB-INF folder after that i craeted a war file ( I am not sure it should be inside …

Web Development file-system java-jsp xml
Member Avatar for staneja
0
124
Member Avatar for wireshop

I've got this script to validate phone numbers. I want to allow numbers 0-9 and the characters -,(,) and + the following seems to only work if the input is all numbers and spaces. Suggestions? [code] if(!ereg("^[0-9\-\(\)\ \+]+$", $phoneNumber)||empty($phoneNumber)){ print'Please enter a valid phone number' ; $error++; } [/code]

Web Development php regex
Member Avatar for clearstatcache
0
148
Member Avatar for MidiMagic

XHTML has removed the "name" attribute. But the JavaScript method for reading radio buttons requires the "name" attribute to be the same on each radio button. W3C says to use "id", but that no more than one "id" is valid. I need to write an XHTML page with radio buttons. …

Web Development html-css javascript
Member Avatar for MidiMagic
0
350
Member Avatar for assgar

Hi How can I add 15 minutes to the previous event time (timestamp) to get the next event time. Note: This event time is not in a table. Straight forward adding the two values will probly not provide the correct result. I can get the correct time with Mysql addtime($time, …

Web Development php
Member Avatar for assgar
0
165
Member Avatar for sted

Hello, Well I've got a bunch of Textboxes with color hex codes inside (#cccccc). Now in an IFrame on the same page I want to use these colors. I couldn't find a solution yet, can somebody please help me. Thanks in advance.

Web Development javascript
Member Avatar for MidiMagic
0
80
Member Avatar for Firestone

I'm trying to email to an array of subscribers to a weekly newsletter. Whenever I try though, I get an error "Bad parameters to function mail()". Heres the loop I'm using to mail: [code=php] $x = 0; $y = 1; while ($x <= $y) { mail($names[$x], "Hey", "Whats up?"); $x++; …

Web Development php
Member Avatar for jamshid
0
86
Member Avatar for tygerberg

Hi Is it possible to use php to display different text each day for my website.

Web Development display php
Member Avatar for tygerberg
0
114
Member Avatar for marjan_m

Hi, I want to develop a photo Gallery so kindly guide me abt it.Is it shld be implemeted on a "dynamic PHP page" option frm the dreamweaver? Waiting for the urgent reply, Regards,

Web Development php
Member Avatar for jamshid
0
102
Member Avatar for noman

Hi, i am a new comer in PHP and i have to upload a file in my php web form. I have read some tutorials in which they mentioned that when we go to upload a file in php it saves by default in a temporary directory and after that …

Web Development file-system php
Member Avatar for cereal
0
151
Member Avatar for jeremusic

I have a menu that uses javascript ot show and hide submenus. It works in IE but not in Firefox. I've pasted part of the code below: montre = show and cache = hide (french) i.e. used to show and hide the submenus. I attached the whole file if you …

Web Development html-css javascript xml
Member Avatar for jeremusic
0
271
Member Avatar for ezb

Basicly, I planned on doing a "next/previous" button on my website, but they wont work, I think the problem lies in the server being in safe mode, I was hoping someone could show me how to get around it (keeping safe mode on) cheers heres my code [CODE] if(!isset($_GET['start'])) $start …

Web Development php
Member Avatar for ezb
0
98

The End.