52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for kaptham

Hi to all, I am beginner in .net.Now i have developed one simple project in webapplication using c#.how to create login page and validate the username and pasword.And only authorized person is to access another aspx form.and how to retrieve the username and password. At runtime how to type username …

Web Development asp.net
Member Avatar for majestic0110
0
86
Member Avatar for MaseYo

how can i use a server control (textbox) and on the client, validate that the only characters entered are numeric (0-9) only...max of 10 chars...allow the backspace and tab key???? HELP thanks

Web Development asp.net client-server
Member Avatar for srikanthkadem
0
76
Member Avatar for kevin wood

is there a script that will load the all the page objects before the next page is connected to. i have a flash menu and i want it to load up on to the server and then not have to be reloaded every time a new page is entered/accessed.

Web Development flash javascript
Member Avatar for kevin wood
0
100
Member Avatar for prethum

hi i have a simple form where users can upload only images ,i am storing the path to myql and actucal image to a folder on the remote server but when i submit the form iget the image path in my database but not the image in the folder the …

Web Development php
Member Avatar for prethum
0
107
Member Avatar for blaater

Hello, Currently I'm working on a funtcion which has to eval() some events from a string i'm injecting into the dom. The problem is that i've tested my regular expression on [url]http://www.regular-expressions.info/javascriptexample.html[/url] and every time it works perfect. Only when I implement it in my website it doesn't work. The …

Web Development javascript regex
Member Avatar for blaater
0
102
Member Avatar for tejalrupera

Hi, I have made one web application with the use of AJAX. On each page i am sending lots of AJAX request. I have two pages called parent and child. child is opened from the parent page. Now when i am closing child page before all the request sent by …

Member Avatar for tejalrupera
0
78
Member Avatar for ZaphodQB

I have a web page which I can login to with a user name and password and when the page reloads of the first time after the signin the session loads and has my status correct but just navigating to another page (all done through the same php file with …

Web Development php session
Member Avatar for vinothkumarc
0
130
Member Avatar for thirusvga

Hi.. I am new in php +ajax.....Now i am doing project in php+ajax+linux environment...i create a login page using php,ajax,mysql,, i have mysql tables are. register,slideshow,,,,,In register table having following field... 1.uid (autoincrement)2.first (firstname)3.last(surname)4.user(username),5.pass(password) In slide show table having following field,,, 1.uid 2.pid(presentation id,autoincrment) 3.slideno 4.description 5.location(this is what image …

Web Development javascript mysql php
Member Avatar for thirusvga
0
179
Member Avatar for mrcniceguy

i served my website file in FTP(school server) but now i can not open it via my computer, When i use others computer it opens Is there anyone who nows What i can do To make it work?????????? thankx

Web Development php
Member Avatar for digital-ether
0
93
Member Avatar for scru

Hi. I want to have a drop down list that display's images instead of text when it's active, but returns to text once the user selects it. I was wondering if someone more experienced in the DOM could give me some pointers.

Web Development javascript
Member Avatar for scru
0
122
Member Avatar for webguru07

I need to get information from 2 tables in the same mysql database [code=php]$sql = mysql_query("SELECT * FROM notes, customers WHERE `to`='next' LIMIT 5"); while($a = mysql_fetch_array($sql)){ $row_color = ($row_count % 2) ? "#EFEFEF" : "#FFFFFF"; echo("<tr bgcolor=\"$row_color\"> <td height=\"25\">" . $a['custid'] . "</td> <td height=\"25\">" . $a['name'] . "</td> …

Web Development mysql php
Member Avatar for prethum
0
271
Member Avatar for Jx_Man

Hi All... i m newbie with ruby. a couple weeks ago i was reading book about oracle 10G XE then i found a new language that i never heard before named Ruby on Rails. i was exited and want lo learn many about this language. so, please help me to …

Web Development oracle ruby
Member Avatar for pty
0
156
Member Avatar for ryy705

Hello, Is there a way to send smtp mail without messing with php.ini file? A lot of server don't seem to give access to that. Thanks in advance.

Web Development php
Member Avatar for digital-ether
0
716
Member Avatar for kevindougans

Hi there, Hope someone can help... I'm developing a "Startpage" for a client's customers. He wants all information relevant to his clients to be displayed on 1 web page. We have come up with [url]http://www.systemattend.com/index.php[/url] All is well until we tried logging in to Novell Groupwise. It seems it won't …

Web Development javascript novell
Member Avatar for digital-ether
0
206
Member Avatar for ExplainThat

A cheatsheet covering the core features of PHP 5 is available here [URL="http://www.explainth.at/en/qr/phpqr.shtml"]PHP5 Cheatsheet[/URL] Free to print, share and enjoy.

Web Development php
Member Avatar for ExplainThat
0
64
Member Avatar for flforlife

I know how to post multiple rows using a if and foreach loop. I can post multiple rows from one form. here is the form snippet..... [code] <tr> <td><input name="entry[0][place]" type="text" /></td> <td><input name="entry[0][team]" type="text" /></td> <td><input name="entry[0][wl]" type="text" /></td> <td><input name="entry[0][gb]" type="text" /></td> <td><input name="entry[0][pcage]" type="text" /></td> <td><input name="entry[0][rs]" …

Web Development php
Member Avatar for digital-ether
0
125
Member Avatar for kevin wood

i have created a file uploading system on a website that i have created and i need to know how the file can be over written. the file thats are upload are only used once and the next time the user uploads a new file i want the last file …

Web Development file-system php unix
Member Avatar for kevin wood
0
79
Member Avatar for kashmir323

I am running this site which I've gotten allot of responses about and its been a hassle to edit the html constantly to add more content. Is there a way I can make a extreamly easy CMS to add information? Here is the site thats going on: [url]http://competitive.rebornservers.com/[/url] What I …

Web Development cms php
Member Avatar for pritaeas
0
90
Member Avatar for bala24

Hi, I have this data in the database and pre-defined template slides on the web server. What I need to do is to get the data from the database and to create a ppt from the available slides by populating content in them. Can anyone suggest me how this can …

Member Avatar for bala24
0
104
Member Avatar for binuindia

I need help to create a search page for a real estate site, with option fields for house/unit, suburb, price range etc. It has to search a database file and if an entry meets these conditions, that entry (with an image) should be displayed in the results page. Please tell …

Web Development php
Member Avatar for binuindia
0
66
Member Avatar for sapamtiken

THis is the home page of my website. The problem is that when it is viewed from 800x600 screen resolution it is showing nicely. But when it is viewed from a screen with a higher resololution, the whole page is aligned to the left. Please tell the code to align …

Member Avatar for sapamtiken
0
203
Member Avatar for ertarunz7

hi everyone.. I'm struck in a problem .... that i want to refresh two td/div {with whatever it is possible} at the same time , without refreshing or reposting the other fields of the form in html by clicking a button using PHP/js/Ajax/HTML. I want to do this exactly as …

Web Development javascript
Member Avatar for ertarunz7
0
112
Member Avatar for darkagn

Hi all, I am fairly new to PHP (my experience is mostly in Java) and I have inherited a project that was initially implemented in PHP4. I am updating it to use PHP5 and at the same time I am trying to add Logging to the project. I am using …

Web Development php
Member Avatar for darkagn
0
144
Member Avatar for aran87

hello is this how u do a delete query from mysql table i need to delete it depending on id number so if user enters id 10 it needs to delete the all the rows that have id 10 from any table which has that id.. thanks $query = "DELETE …

Web Development php sql
Member Avatar for ShawnCplus
0
85
Member Avatar for kriley

We are located in Owings Mills, Maryland. Applicants must be proficient in taking web designs and producing PHP driven websites using CSS and MySQL database content. Must have 2 years active experience in web production, specifically PHP/SQL. Willingness to learn other programs and languages is necessary. You must have good …

Web Development php
Member Avatar for kriley
0
82
Member Avatar for justapimp

I have been assigned this project to create a dynamic key code and I don't have a clue about how I can get it done. The problem: I am given a 10 digit number like a phone number 5627775698 and I need to parse through the number and set every …

Web Development asp.net
Member Avatar for justapimp
0
105
Member Avatar for adaykin

Hello, I want to delay showing all of my links on my page for a few seconds until all the animation I am doing is done. I was wondering if there was a way I could delay placing them using javascript. In other words I want them to not show …

Web Development javascript
Member Avatar for ~s.o.s~
0
345
Member Avatar for mjgdunne

Hi, i have implemented a basic searchwhich does display the results, i want to add an edit function button, so that when the user click edit the results are displayed in input boxes so that the content can be edited. Her is what iv got so far, im new to …

Web Development php
Member Avatar for nav33n
0
649
Member Avatar for hemgoyal_1990

Hi All, I got seem a problem with my php. How I Can View my PHP File on Offline Mode... Plz Give me the Solution to View my PHP file on offline mode... I Dont Have any website....

Web Development php
Member Avatar for effu
0
122
Member Avatar for kings

[CODE]Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/car/publ/testing/detail.php:1) in /home/car/publ/testing/detail.php on line 2[/CODE] i'm getting this error.i dont have any empty whitespace in my code. [CODE]<?php session_start(); ?> <html> <head></head> <body> <form> <?php //code ?> </form> </body> </html>[/CODE]

Web Development php session
Member Avatar for effu
0
99
Member Avatar for Texpert

Hi, I am developing this app using ASP.NET 2.0, SQL Server 2005 express and VS 2005 express edition. All I am trying to do is use Login Web controls provided in ASP.NET 2.0 for my user login pages. When I go to ASP.NET configuration and click on Security tab I …

Member Avatar for majestic0110
0
181
Member Avatar for thirusvga

Hi.. I am new in php +ajax.....Now i am doing project in php+ajax+linux environment...i create a login page using php,ajax,mysql,, i have mysql tables are. register,slideshow,,,,,In register table having following field... 1.uid (autoincrement)2.first (firstname)3.last(surname)4.user(username),5.pass(password) In slide show table having following field,,, 1.uid 2.pid(presentation id,autoincrment) 3.slideno 4.description 5.location(this is what image …

Web Development javascript
0
100
Member Avatar for jino

Hi all,, I am new to joomla.. I want to build a news portal site using joomla.. Can any one help me to wired in the news portal extension to my joomla site... I am now working in localhost.. Please help me if anyone know about this. Thanks in advance.. …

Web Development php
Member Avatar for jino
0
193
Member Avatar for csshacker

Please Guide to me my website url is: [url]http://www.myhealthidea.com/index.php?article=Natural-Health-Supplement&article1=Herbal-Energy-Boosters[/url] and i want to like this as: [url]http://www.myhealthidea.com/Natural-Health-Supplement/Herbal-Energy-Boosters[/url] Help Me

Web Development php
Member Avatar for csshacker
0
97
Member Avatar for queenc

my actual link is [url]http://www.website.com/testing/xyz.php?id=2[/url] but when i use PHP_SELF it is refreshing and the url turn as [url]http://www.website.com/testing/xyz.php[/url] please reply

Web Development php
Member Avatar for queenc
0
141
Member Avatar for ozzie212

I work for a company that does not allow us to have access to the internet but I need to create graphs using HTML. What I want is this file to be able to read from a file and create a graph that tracks four values; A,B,C,D. The graph needs …

Web Development javascript
Member Avatar for ozzie212
0
77
Member Avatar for iyazon

Hello everyone! I'm a graphic designer here in Sterling Heights, Michigan and I have a bit of a problem with our current website pages. I should tell you that it was not developed by me, but rather by our IS person, and I don't think he used any one particular …

Web Development apache php
Member Avatar for ryan_vietnow
0
79
Member Avatar for still_learning

Hey guys, I am just learning php and mysql for the first time and I would really appreciate your help. I have created a search engine for my website which searches through a database and then returns the correct results. All of that is working great, EXCEPT for the fact …

Web Development php
Member Avatar for still_learning
0
108
Member Avatar for raweiss

I had my server upgraded to php 5.2 and included error messages for debugging. Not a good thing - as they are all over the place with scripts that have been in place for years. So, I need some help knowing how things need to be written differently in php …

Web Development php
Member Avatar for raweiss
0
122
Member Avatar for camdes

I am trying to create a photo gallery and there are various reasons why I need to create it from scratch. Below is the code for my upload file and I have been building it gradually. I have now added the resize function. I had placed this function in a …

Web Development php
Member Avatar for bad_dreams99
0
109
Member Avatar for kevin wood

[CODE] ob_start(); include "broad_prev.php"; $message = ob_get_contents(); ob_end_clean();[/CODE] i have used the code above to get the contents of my php page to display in a newsletter thst is emailed out to the mailing list. it works to apoint but no images are sent through with the email just the …

Web Development php
Member Avatar for kevin wood
0
121
Member Avatar for marequi

:eek: Hello, I'm trying to figure out how to create a database driven login page in ASP.NET 2.0. As you can see I'm new at dotNET so I need all the help I can get. I can't seem to figure out how to use my own database to pull the …

Web Development asp asp.net
Member Avatar for Fungus1487
0
324
Member Avatar for dabamb

Good day!! Hi...I having hard times in doing an online voting system using PHP and mySQL as database. It's like...student council election; once I login..i can then view my personal profile then view all the candidates in each position...I can then vote my desired candidate.Only one vote is allowed in …

Web Development mysql php
Member Avatar for dabamb
0
142
Member Avatar for queenc

hi i have a application where i have a text box when the user enters data in the text box i want the data to be inserted in the db and the value displayed in the same page.something like daniweb post quick reply.i know i have to use ajax but …

Web Development php
Member Avatar for queenc
0
261
Member Avatar for swapna7999

is it possible to run a vb application using a link in a php page

Web Development php
Member Avatar for swapna7999
0
53
Member Avatar for ohyeah

Im having some trouble writing a booking system for my site. Im using dreamweaver so the built in functions should make it easier but its not helping right now. First of all here is my database [IMG]http://i19.photobucket.com/albums/b178/GregHesp/Untitled-11.jpg[/IMG] Now on my booking.php page I want have a dynamic select menu which …

Web Development php
Member Avatar for vinothkumarc
0
127
Member Avatar for deeptiraghu

Hi experts wanna some help from u ppl.. i want a page exactly like [url]http://www.dynamicdrive.com/dynamicindex6/[/url] [url]http://www.dhtmlgoodies.com/index.html?page=ajax[/url] [url]http://www.yaldex.com/FSmain.htm[/url] to name a few.. i mean to say i want a form in which the menu button and the content of that menu button must be displayed in same page. i have executed …

Web Development javascript
Member Avatar for deeptiraghu
0
152
Member Avatar for viswa_007

Hi, I am facing a problem with alert message on my web page. When alert message is shown, my current web page which fires events automatically after 3 seconds stops until the alert message is gone.So instead i want to use a div which if shown as alert msg my …

Web Development asp.net javascript
Member Avatar for MidiMagic
0
72
Member Avatar for NancyNancyNancy

I'm looking for a piece of code I used years ago to reveal a link at a later date. All I had to do was wrap the link in this piece of code and - presto - it revealed on the date and time that I wanted it to reveal. …

Web Development display javascript
Member Avatar for NancyNancyNancy
0
305
Member Avatar for Scottmandoo

Ok below is my display script, though I have no idea how to make an edit script so could someone either make one for me or if thats too much to ask atleast help me make one. [CODE=php]<? $username=""; $password=""; $database=""; $con = mysql_connect('localhost',$username,$password) or die('Error: ' . mysql_error()); mysql_select_db($database) …

Web Development php
Member Avatar for Scottmandoo
0
125

The End.