52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for bharatshivram

hi, i have written some code that lets the user to upload a file to the root directory of the website. I want the file to be renamed automatically before it is being saved, how do i do this?? [CODE] using System.IO string ImagesFolder = “MyImageFolder”; string savePath; string saveFile; …

Web Development asp.net
Member Avatar for reach_yousuf
0
104
Member Avatar for raul15791

Hi, I'm newbie in ASP. I am trying to view multiple pages by using a single file. For example, I have a few pages of product.asp (products.asp, products1.asp and so on). Now I want to create a single single (products.asp) but can view multiple pages. Try to search through google …

Web Development asp
Member Avatar for raul15791
0
300
Member Avatar for justinmyoung

It's just a testing script and a testing database but I can't get it to work. It's using an edit-in-place script that allows users to edit their data, then it calls this save php script which is supposed to save it and update it within the database. It does neither. …

Web Development php
Member Avatar for somedude3488
0
148
Member Avatar for justinmyoung

I'm trying to implement a Prototype scoller.js script within my site, and functionally and aesthetically its working fairly well. However there are two problems that I need someone who knows what they're doing to help me with. My site you can see the problem: [URL="http://www.thecassidyfeed.com/index2.html"]http://www.thecassidyfeed.com/index2.html[/URL] #1. When initially visiting the …

Web Development javascript
Member Avatar for justinmyoung
0
122
Member Avatar for kapil.tandon

hi i added modal popup handler into my application the popup which enmrges out is a panel and inside the panel i added the label and correspondong to label there is one textbox(txtE1) now the problem i m facing is tht i want to write the method related to the …

Web Development asp asp.net c c# c++
Member Avatar for kapil.tandon
0
248
Member Avatar for cadillacwd

I grabbed this script from dynamicdrive "vertical menu flyout" it works fine in IE but not Mozzilla. It doesn't seem to calulate the x,y position correctly to place the dropmenudiv. It returns the same position from the getposOffset function no matter what menu you are hovering over. For example 192, …

Web Development html-amp javascript legal
Member Avatar for cadillacwd
0
138
Member Avatar for grr

I want to make an app system like Facebook. I just need to know how to include remote files. Like, for example: [code=php] <?php require "top.php"; require "side-left.php"; //Start include (sanitize with ob_start();) require "http://blah.com/bla1/bla2.php"; //End include require "footer.php"; ?> [/code] I'd like to figure out how to get a …

Web Development php
Member Avatar for grr
0
145
Member Avatar for praveeny

Please let me know how to get day, month and year in JSP from mysql Date.

Web Development java-jsp
Member Avatar for stephen84s
0
97
Member Avatar for konczuras

Hi Everyone! I have the following problem: I'm trying to create a web shop (now just the sample of it), using Visual Web Developer 2008 (Express). I've added an SQL database, and a ButtonColumn, where the button selects the line and add the datas to another database. My only problem …

Web Development asp.net
Member Avatar for konczuras
0
96
Member Avatar for kaushik259106

Hi Everyone, Can some one tell me is this possible. I want to show a text hiperlink over an image. [URL=http://img371.imageshack.us/my.php?image=texthiperlinkjv3.png][IMG]http://img371.imageshack.us/img371/5936/texthiperlinkjv3.th.png[/IMG][/URL][URL=http://g.imageshack.us/thpix.php][IMG]http://img371.imageshack.us/images/thpix.gif[/IMG][/URL] The image it self wont be hyperlink but only the text over it. Check this attached image. Need some thing like this.. Thanks,

Web Development image javascript perl
Member Avatar for essential
0
118
Member Avatar for inadcod

Hello, I have a webpage where I have four buttons. when the page is loaded all you can see are the buttons but when you click a button a content appears, content which changes when clicked on another button. This is done by a siompel js script with an onClick …

Web Development html-css javascript
Member Avatar for essential
0
198
Member Avatar for darjana

[CODE] $fp = "http://".$site."/stor10392/".$filename; $complete = file_get_contents($fp); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Content-type: ".$mimetype); header("Pragma: public"); header("Content-Disposition: attachment; filename=\"".$filename."\""); echo $complete;[/CODE] this is code from my download script this making save box from browser taking too long to appear .. (30-40sec on 50mb file) anyone know how to make …

Web Development php
Member Avatar for darjana
0
136
Member Avatar for 123468743867143

[B][U]Question:[/U][/B] [COLOR="Red"]How to pull info from MySQL to populate title tag?[/COLOR] [U][B]Current code:[/B][/U] Include/common.inc.php <title><? echo PAGE_TITLE; ?></title> ________________________________________ Individual pages <? include("include/common.inc.php"); define ("PAGE_TITLE", "Blablablablablabla"); ETC ECT ETC ETC ... ________________________________________ I want to customize further the PAGE_TITLE in the file details.php ([url]www.mysite.com/details.php?listid=[/url]... ) to reflect information taken from …

Web Development mysql php
Member Avatar for humbug
0
143
Member Avatar for jackakos

I am trying to query a table where at least three conditions have to be met and then the outcome stored in an array and printed into a table. I tried with the code, but I am having problems setting the conditional query and would be happy with an assistance …

Web Development mysql php
Member Avatar for jackakos
0
142
Member Avatar for ko_cjun

hello everyone! i'm trying to display a text from my database, that part is already fine but when the value of the text has a - or ' (maybe there's more) in it, instead of displaying the actual - or ' it displays other special char like smileys and stuff. …

Web Development perl php
Member Avatar for cadillacwd
0
109
Member Avatar for justinmyoung

I'm trying to update my database with an inline editor. (TableKit) When I change the data in a cell, it changes; but when I go to refresh it reverts back to the old information. It's calling a php page that I need to update my database. Right now I have …

Web Development javascript
0
112
Member Avatar for gordo58

Hi, I'm trying to list facilities available for a particular hotel horizontally, separated by a comma, within the <td> element of a table. The facilities are type ENUM and have a value of '1' if available and '0' if not. NonSmoking, AirCon and Restaurant are field names in the table …

Web Development display php
Member Avatar for gordo58
0
120
Member Avatar for idodoodles

:-/ Dear All, I hope you may be able to lend me a helping hand with this. I'm having an issue with spry tabs. I'm reasonably savvy at HTML/CSS (though definitely not to your standards on here!) so I'm not a complete idiot. This thing however, is new to me …

Web Development html-css javascript
Member Avatar for scru
0
96
Member Avatar for rosepleasure

Please help checking the following code. It may look too mess. It's from other programmer. I try to fix it but I start to get headache now. It's make our product's page showing 3 hidden links of its own products' link on Google. For example: The page of [url]http://www.mywebsite.com/product-name-1.html[/url], currently …

Member Avatar for humbug
0
284
Member Avatar for repl

Hi , I am working on an application to fetch and display the image from the video server by using asynchronous HTTPHandler. it is working fine but when 10 clients try to access the URL at the same time "Page cannot be accessed" error occurs. Can anyone help me how …

Web Development asp.net video
Member Avatar for dickersonka
0
62
Member Avatar for dinilkarun

I have a variable/flag in a PHP file and depending upon the value of this flag i need to execute a set of code in another .js file. Can you tell me how to access the variable in .php file inside a .js file? Please find attached the sample js …

Web Development java php
Member Avatar for cadillacwd
0
107
Member Avatar for deeraj

Hi, I am developing an ASP.NET application which uses Crystal reports 9. It was working fine. But later I installed the trial Crystal Report 11. After that the generating of the reports gives the folowing error "System.Runtime.InteropServices.COMException: Not enough memory for operation." The change of version may not be the …

Web Development asp asp.net pdf
Member Avatar for dotyell
0
241
Member Avatar for dips255

Friends please help LoginName Prop_code Visitdate scorpio84 RS32650 10/23/08 12:14 PM scorpio84 RS29589 10/23/08 12:14 PM fatima17124 RS47255 10/23/08 6:32 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS39680 10/22/08 2:30 AM vinit32831 RS47246 10/22/08 2:26 AM sashi133 RS46091 10/20/08 4:38 AM sashi133 RS46091 10/20/08 4:38 …

Web Development asp sql
Member Avatar for dips255
0
138
Member Avatar for jk_bscomp

Hello everyone, I am currently doing a project in html and php but i am having trouble in making a tab control in html. I know that this question is more on html, but i hope you can still help me with this one. HOW TO MAKE A TAB CONTROL …

Web Development html-css php
Member Avatar for cwarn23
0
117
Member Avatar for quint

I'm hitting the wall on trying to pull images from another server. We have two servers. Server A contains the php files/website. Server B contains the MySQL database & image files. I've successfully pulled the data from the DB on Server B to A; however I keep getting a File …

Web Development php
Member Avatar for cwarn23
0
168
Member Avatar for arshadshaikh

Hello every body. I need to make a site in 6 languages with php. Languages are like english, hindi, polish, romanian etc. I want to ask what is the best solution to make a site in different languages. The site i need to make is CMS and a forum. Please …

Web Development cms php
Member Avatar for arshadshaikh
0
98
Member Avatar for shashipkiran

Hello I am using mm_menu.js in my application. My menu is a editable one, means user can have the menu according to his choice eg(he can operate the menu using onClick or onMouseOver)... Now with onClick..... If a user clicks a particular menu, it will display the child menus. The …

Web Development javascript
Member Avatar for shashipkiran
0
89
Member Avatar for AussieCannon

Hi, I am trying to make a script that automatically votes in this poll that is a competition. It is located [URL="here"]http://kube93.com/pages/promo_page.html?feed=227429&article=4470761[/URL] to start off there was no email field required so through some experimentation and dissection of there code I found everytime I loaded [url]http://kube93.com/cc-common/polling_tool/a.php?poll_id=99878&redirect=/pages/promo_page.html?feed=227429&article=4470761&optionID=486193[/url] my school would get …

Web Development javascript
0
175
Member Avatar for Gaspacho

Hi there I currently have project in school. In the beginning it was supposed to just get data from database and have some settings available. But recently I got 2 more co-workers and they should participate by adding some more functionality. That is when I started to make the page …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
120
Member Avatar for mgn2683

I have a sort of complex query to write and I don't know where to start. Basically, there are list and detail pages of candidate answers on a site. There are readers assigned to certain candidates. Is there a way to display a list page showing [U]only[/U] the candidates assigned …

Web Development php
Member Avatar for mgn2683
0
89
Member Avatar for isotope

Hi everybody, there's a question I would ask about php functions. I would like to know if it is possible to have optional variable in functions. Let's say, for instance, that I have: [CODE]function my_fun($a,$b,$c){ various stuff }[/CODE] In some cases I would recall the function, inputting values for "a","b" …

Web Development php
Member Avatar for isotope
0
105
Member Avatar for zanzo

usually we create a url with parameters and values and send it via ajax to not loading page. Is there a way to not send variables in the url [B]BUT [/B]using hidden variables?? I have a problem in my website that doesn't permit me to send variable in url, so …

Web Development javascript
Member Avatar for zanzo
0
110
Member Avatar for shanee

Hello to all i have two directories at my webserver 1st = old-pictures 2nd = new-pictures i want to move every file individually to the 2nd directory with the help of php, can anyone help me in this problem thanks shanee

Web Development php
Member Avatar for Richard1122
0
182
Member Avatar for elearner

I am creating a website to load images by registered members. I created a database for registration details and thats working fine (still few errors). But now my issue is to upload images into database. i tried different ways still i am unable even to load data into database. Anyone …

Web Development image mysql php
Member Avatar for elearner
0
74
Member Avatar for grr

Recently, a primary key in my database got messed up somehow. I ran a script to reorder the users, but now every user has the wrong private messages. [CODE] -- -- Table structure for table `fusion_messages` -- CREATE TABLE `fusion_messages` ( `message_id` mediumint(8) unsigned NOT NULL auto_increment, `message_to` mediumint(8) unsigned …

Web Development php
Member Avatar for dickersonka
0
83
Member Avatar for designingamy

Hello all, I feel a little dumb asking this... I'm trying to pass information from one page to another. I have this: [code] <a href="http://www.mysite.com?color=red&shape=round">Apple</a> [/code] Now that I do that, on the next page, what kind of code do I use to gather the color and shape information? Thanks! …

Web Development apple php
Member Avatar for designingamy
0
105
Member Avatar for gmaster1440

Code: [CODE]<?php define( "DATABASE_SERVER", "blah" ); define( "DATABASE_USERNAME", "blah" ); define( "DATABASE_PASSWORD", "blah" ); define( "DATABASE_NAME", "blah" ); //connect to the database $mysql = mysql_connect(DATABASE_SERVER, DATABASE_USERNAME, DATABASE_PASSWORD) or die(mysql_error()); mysql_select_db( DATABASE_NAME ); $sql = 'SELECT * FROM `users`'; $result = mysql_query($sql) or die ('Error: '.mysql_error ()); while($row = mysql_fetch_array($result)) { …

Web Development mysql php
Member Avatar for somedude3488
0
238
Member Avatar for gordo58

Hi, I'm new to php so I'll probably be posting a few queries along the way. The problem I'm having is I'm trying to print out an address in an HTML table with information taken from a database. The fields are Address1, Address2, Address3, Address4 and Postcode. Everything prints correctly …

Web Development php
Member Avatar for gordo58
0
110
Member Avatar for justinmyoung

I'm trying to implement TableKit with my table. It works fine, except I'm struggling to update it dynamically. When I edit a table, it changes, but when I reload the browser it reverts back to the original data. The updated code goes to this php code: [CODE]<?php header('Content-Type: text/plain; charset=UTF-8'); …

Web Development php
Member Avatar for justinmyoung
0
97
Member Avatar for cmills83

Hi for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a …

Web Development flash javascript
Member Avatar for cmills83
0
98
Member Avatar for sarithak

Hi frnds... i dont know anything about OSCOMMERCE.. now i have interested to learn OSCOMMERCE..because of many companies asking about exp in oscommerce... i have been installed successfully in my system... but i didnt get any idea.. what is the usage & procedure to learning from basics.. plz provde some …

Web Development php
Member Avatar for TopDogger
0
132
Member Avatar for gpdrums

Hi All: I'm connecting to a db to populate a table. My code loops through the db without errors. The problem is in Firefox, my rows of data display as individual tables. Everything works perfect in IE. Any ideas what I'm missing? The table population code basically looks like this: …

Web Development php
Member Avatar for TopDogger
0
146
Member Avatar for jk_bscomp

Gud day everyone!!! I hope you could help me with this one, I have a select form that looks like this, <select> <option>AAA</option> <option>BBB</option> <option>CCC</option> <option>DDD</option> <option>EEE</option> </select> my question is, how to transfer to a new page if the select is change coz the page i am working right …

Web Development php
Member Avatar for jk_bscomp
0
99
Member Avatar for antwan1986

Hi everyone and thanks for reading. I started a project a while ago and am stuck on how to proceed processing this form. It's a very simple form but I'm still at a mental roadblock regarding how to proceed from this point. The idea is that the form is a …

Web Development php
Member Avatar for antwan1986
0
116
Member Avatar for serkan sendur

Create a class and add these two methods to it : // for postback events public static void ShowMessageBox(string _message) { Page page = HttpContext.Current.Handler as Page; page.RegisterStartupScript("key2", "<script>alert('" + _message + "');</script>"); } // for async postback events public static void ShowMessageBoxForAsync(string _message) { Page page = HttpContext.Current.Handler as …

Web Development asp asp.net
Member Avatar for reniies
0
167
Member Avatar for iVala

Hi. :-) I'm relatively new to PHP/CSS although I'm figuring it out by trial and error. Uh, mostly error... The problem is that there is a big gap between my CATEGORIES and SUBCATEGORIES on the front page of my directory. I'm guessing the culprit is this line: [CODE]<p class="subcats">[/CODE] which …

Web Development php
Member Avatar for humbug
0
143
Member Avatar for djnzak

Hi, I would like to know, how can I disable registrations of users from the site and instead only allow users to register if they have an invitation sent from the admin... this is for invision power board. Thanks

Web Development
Member Avatar for Kamran Saleem
0
88
Member Avatar for bharatshivram

how can i refer to the individual elements of a formview outside the control? i want to access the value of qustidlabel outside the formview control

Web Development asp.net
Member Avatar for bharatshivram
0
109
Member Avatar for jobojo

I am trying to write a basic amortization calculator program in JavaScript and I am at a standstill. I have researched my issue online for hours without being able to come up with a resolution. In my program I have created a "for" loop which loops for the appropriate loan …

Web Development javascript
Member Avatar for jobojo
0
166
Member Avatar for lorenya

Hi. I have mini sites which were working fine. However, suddenly all of them gives the same error message [B]XML error: > required at line 14[/B] and the google news do not load. I use godaddy service. I could not understand where this problem comes from and how it can …

Web Development google xml
Member Avatar for lorenya
0
180

The End.