52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for BBDS

Hi there, i am looking for a random google search script, which i have seen several month ago on a site, i couldn`t remember. Its very simple just graps some words from a dictonary file and send it to google with a seach reply. Maybe someone knows where i can …

Web Development google php
Member Avatar for BBDS
0
104
Member Avatar for ashneet

I am really not sure what kind of problem this is but my guss is that it has to do something with php here is the code: [PHP]echo "<tr> <td colspan=\"3\" align=\"center\">"; for ($I=0;$I<$nrow;$I++) { $row1 = mysql_fetch_array($result); extract($row1); echo "<a href=\"./result?result_catalog=$TBL\"><img border=\"0\" src=\"http://www.eezs.com/images/$Picture\" width=\"111\" height=\"90\" /></a>"; if ($I == …

Web Development display php
Member Avatar for ashneet
0
118
Member Avatar for tim_ver

I would like to have weather on my website, just current conditions. I have seen some websites that have it on it now. Here is one I like : [url]http://www.accrisoft.com/index.php?submenu=Contact&src=gendocs&link=ContactInformation&category=Contact[/url] Can someone help me out on this? Thanks alot. :)

Web Development php
Member Avatar for tim_ver
0
211
Member Avatar for Philz

Hello, I have this code: [code]<select name="product" class="buy"> <option value="products.php" selected>Select Term</option> <option value="products.php?item=1&term=1">2 Month</option> <option value="products.php?item=1&term=3">3 Months</option> <option value="products.php?item=1&term=6">4 Months</option> <option value="products.php?item=1&term=12">5 Months </option> </select>[/code] I need to make it so as soon as you click that select box, it loads the url (value)... if anyone can help me …

Web Development javascript
Member Avatar for tgreer
0
249
Member Avatar for n2ads

I am stuck. For some reason, my external css will only affect my links on my site. The color and hover color will change when i change it in the css. What is weird is the links are even coming from a php file <? require_once("NavigationTemplate.php");?> The problem is that …

Member Avatar for BinaryMayhem
0
97
Member Avatar for muktidaniweb

I have created a progress bar .The Progress bar works fine. The only issue is that it flickers. I am not able to find out why that is happeneing. Can anyone tell me what is wrong in my code.Below is my code. <html> <script> var secondWindow = false; function ProgressBar(sLength) …

Web Development javascript microsoft
Member Avatar for madmital
0
166
Member Avatar for n2ads

Hi, I bought a turnkey website that is just like the-car-site(.com) For some reason when a user logs in and posts an item for sale, the item does not show up in the search results. Can someone tell me what to do to fix it?

Web Development php
Member Avatar for n2ads
0
91
Member Avatar for ahmer

Hi to all, There is a problem with the datagrid in Mozilla. Datagrid is showing images in Internet Explorer but not in Mozilla. I dont know why. Can anybody give a solution to this problem as soon as possible.

Web Development asp.net
Member Avatar for Letscode
0
128
Member Avatar for Sp!ke

Hello everyone. I have a page that echos success on a successful login, and I want it to then sleep(2); and then redirect to another page. Unfortunately and obviously, the headers are already sent if I'm in the body of the page. So, is there a way (with any language, …

Web Development javascript php
Member Avatar for zippee
0
169
Member Avatar for n2ads

I have a script on my website that requires an includes.php file to work. I am trying to control the font size of the links that it provides but I do not know how to do that. Can someone help me? Here is the code on my site that gets …

Web Development email image php qt
Member Avatar for zippee
0
255
Member Avatar for johnsonlim026

I have a variable of double data type.It has only 1 decimal point or no decimal point such as 17.5 and 17.I want to have exact two decimal point for it.Does anyone know?

Web Development asp.net
Member Avatar for johnsonlim026
0
145
Member Avatar for Madhusudhan

Hi all, I have data grid: In that i have to show different hyperlinks colors with type of memberships. If gold member then Hyperlink is Green If Silver member then Hyperlink is Red. otherwise the Hyperlink shoudl be Blue !!! How to achieve this is Data grid!!!.

Web Development asp.net perl
Member Avatar for cambia
0
104
Member Avatar for ecupirate

My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas

Web Development asp.net display
Member Avatar for sypher
0
347
Member Avatar for n2ads

I have a classified site and when I try to add a listing through the site admin panel I get the following error: Warning: Cannot modify header information - headers already sent by (output started at /home/n2ads/public_html/includes.php:292) in /home/n2ads/public_html/siteadmin/AddOffer.php on line 54 Can someone help me fix it?

Web Development php
Member Avatar for n2ads
0
114
Member Avatar for Brinnie

Hi people, once again I need your help. :o I have just installed a toplist {[url=http://www.artanderotica.com/toplist/]Here[/url]} I want to put it centered on the bottom of {[url=http://www.artanderotica.com/links]This Page[/url]} I am mildly familiar with php includes and iframes, but I don't know the best way to go about doing this and …

Web Development php
Member Avatar for Brinnie
0
123
Member Avatar for StrikeFreedom

Hi people, I have been trying to develop a database searching PHP script and encountered some problem. The problem is that whatever I type in as the keyword the script would return me all the entries from the database regardless of whether the word is actually there or not. Can …

Web Development php sql
Member Avatar for Sp!ke
0
97
Member Avatar for npasma

I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I dont understand it too well and its giving me trouble. After the user clicks …

Member Avatar for Paladine
0
2K
Member Avatar for djbsabkcb

Here is new code for my problem with this questionnaire. I am still not getting an output for the choices selected. Any ideas? [code] <html> <% Option Explicit Dim reason Dim response Dim resolved Dim rate Dim offer <head> <title> eLMS Feedback Form Process </title> <body bgcolor = "white"> reason …

Web Development asp display email first-post
Member Avatar for djbsabkcb
0
143
Member Avatar for Disconnectus

Hi, I installed apache 2.0 But when i look to system tray, PhpGeek Utility is not working. When i click phpgeek in the windows service, i saw path : c:\apache\apache.exe But this not true, because i installed it program files folder. :cry: Before instalition of apache 2, i installed an …

Web Development apache php
Member Avatar for kiwimedia
0
204
Member Avatar for djbsabkcb

Below is my source code combined with HTML and ASP. It is a questionnaire but once I click the submit button the choices selected from the radio buttons are not displayed on the screen. What am I doing wrong? [code] <html> <h1><STRONG><var>eLMS </var>Helpdesk</STRONG></h1> <form> <% reason=Request.Form("reason") %> <!--<td><STRONG>Dear<%=cookie.username%></STRONG><br>--> <td><STRONG>You recently …

Web Development asp email first-post
0
109
Member Avatar for gaston

Hello, I have a javascript code (a part of it is in php) that populates a pull-down menu. It works perfectly well with Explorer, Netscape and Firefox under Windows. But impossible to make it work with Explorer or Safari under Mac!!! Is javascript different between windows and mac? Here's the …

Web Development javascript
Member Avatar for alpha_foobar
0
245
Member Avatar for ashneet

HI, I need to know how to display a variable from DB that has antoher variable in it: here is what i mean ($Description) is an variable that contain this html code: [HTML]<table height="688" width="500" border="0"> <tbody> <tr> <td width="82%" height="20"><strong><font face="Arial">$Name</font></strong></td> <td height="20"><strong><font face="Arial">$Item_num</font></strong></td> </tr> <tr> <td colspan="2" height="380">&nbsp;</td> …

Web Development display php
Member Avatar for ashneet
0
220
Member Avatar for xbob

How can i get the floating layer to stop scrolling at a certain point on the page so that it does not 'run into' my other elements on the top and bottom of the page. If you will look at my page: [url]http://increased-online-traffic.com/Big-Search-Engine-List-A.asp[/url] , you can see exactly what i …

Web Development asp javascript promotion
Member Avatar for xbob
0
129
Member Avatar for Brinnie

What is the best, or where can I find the best link/affiliate scripts? I had no luck as sourceforge and found a few at hostscipts... But I want to know, in your opinion, what are the best affiliate scripts? [B] Now, pertaining to my search, I am looking for 2 …

Web Development display email php
Member Avatar for sarahk
0
222
Member Avatar for escolta

the first echo [PHP]echo $strSQL;[/PHP] gives: SELECT company_name from passwds where user = "jgonzalez" and ID = "0052" wich is allright but the second pair of echos are supposed to return solution if company_name is solutions and selex if company name is selex but i always get for an echo …

Web Development image php
Member Avatar for sarahk
0
148
Member Avatar for Naters_uk

I am facing a huge problem. I did a registration page and i want to store the data into SQL Server. I created two stored procedures in SQL and two functions in visual basic to call the stored procedures before inserting the data into the database. My codes are based …

Member Avatar for goldeagle2005
0
223
Member Avatar for jlimty

Hi, I was wondering if there are any Ruby experts out there who can help me. I am currently writing a program and I wish to use multithreading. How do I go about doing this? I have 2 seperate threads (which do different things) created but how do I run …

Web Development multithreading ruby
Member Avatar for jlimty
0
391
Member Avatar for dmissai

hey i am try to design webserver by using java /C++ programming or any programming language so if any one interesting to assist me i am attaching source hear .you can use plugs in to access source code by using any programming language

Web Development java-jsp web-server
Member Avatar for server_crash
0
114
Member Avatar for balor

I have this kind of error: (and i can't seem to solve this) Error Type: Server.MapPath(), ASP 0172 (0x80004005) The Path parameter for the MapPath method must be a virtual path. A physical path was used. /proj/save.asp, line 12 this is my code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> …

Web Development asp microsoft microsoft-access sql
Member Avatar for william_stam
0
163
Member Avatar for RickW

At my firm I developed (haha, more like put together with bubblegum and paperclips) a CGI based upload script and another download script to accompany it. The upload page requires a username and password. You then can browse for a file and upload, and it stores it in a directory …

Web Development email encryption perl php
Member Avatar for ProFreelance
0
200
Member Avatar for nitinmenon

im not quite sure what this means, ive got this sample code that im trying to figure out: <FORM ACTION ="QUIZ_RESULTS.CFM" METHOD="POST"> <P><HR><B> QUESTION ###CURRENTROW# IS:</B> <BR><I> #QUESTION#> the second line is really what i dont understand. I understand that it is the value of the variable between the hash …

Web Development coldfusion first-post
Member Avatar for ProFreelance
0
206
Member Avatar for SelArom

hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in …

Web Development asp asp.net visual-studio
Member Avatar for cambia
0
172
Member Avatar for sam1981

Hi, I have a two week deadline to complete a new project which I have little experience in. I have been asked to create a database accessible through a web application. The web application will be used to update, delete and add new data to the database. A maximum of …

Member Avatar for ProFreelance
0
127
Member Avatar for Letscode

Hi, I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query. Whats happening here is,during the …

Web Development asp.net session
Member Avatar for Letscode
0
175
Member Avatar for ashneet

Well i should say i dont even kno JS and want to learn it. Can some one tell me some good books to learn JS for a newb person who you can take as a compleatly new to coding even thought i know some PHP. I have looked at some …

Web Development javascript
Member Avatar for ashneet
0
257
Member Avatar for ohgosh

i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~ [CODE]Error Type: Microsoft VBScript runtime (0x800A01C9) This key is already associated with an element of this collection [B]Loader.asp, line …

Web Development asp display microsoft vbscript
Member Avatar for ohgosh
0
382
Member Avatar for ashneet

Is it possible to format text with php as in whenever php sees ~ in text it would put <br>. I am not sure if it is possible as i am new to php.

Web Development php
Member Avatar for Electrohead
0
2K
Member Avatar for jason_limwk

now iam doing a photo gallery in my site...(aspx in vb.net) and i got some sample coding but mostly are in C#....recentuly i being redirected to a sample page and yupe// it looks good for me..~ but i am just wondering how can i do an upload function in my …

Web Development asp.net display email vb.net
Member Avatar for techniner
0
110
Member Avatar for ashneet

Ok I am making an admin part of the website and what I need to do is to be able to change the item detail while able to see the result on the fly. What I am really trying to do is to store my item detail into one columm …

Web Development first-post php
Member Avatar for Troy
0
209
Member Avatar for cali

Hi there! I finally managed to do paging BUT it works only when i manually give 'category' a value. If i use $_POST[category] a warning occurs and no result is posted: Warning: Invalid argument supplied for foreach() in C:...\a.php on line 71 Here is my code in the a.php file: …

Web Development display php sql
Member Avatar for cali
0
247
Member Avatar for nspireing

Im looking for a way to password protect pages on my site. ive found a few asp scripts only i cannot run asp through my host. is there an html or simple java solution? and also i want to disable the tool bars in ie. im going to have a …

Web Development asp html-css javascript
Member Avatar for nspireing
0
406
Member Avatar for bigmaneric97

In the follow code I am getting a parse error. I have another form that I use this exact same code on to handle the form and it works. Just lost... if ($_POST['ClientLessVPN']) == 'Yes' { <------------- $body2 = "Clint-Less VPN\n"; } The first line of the code is where …

Web Development php
Member Avatar for bigmaneric97
0
66
Member Avatar for goldeagle2005

Hi, In a project I'm working on, Im supposed to display 20 track names (its a music database). Currently, Im adding the links to the tracks like so: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/<%=rs1("tno1") %>%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> This same line is repeated 20 times, with the number1 being replaced by 2, …

Web Development asp display
Member Avatar for zippee
0
139
Member Avatar for bwest

Well I tried finding this information all over and all I could find were people trying to edit Word docs with php. I, rather, am trying to just load them into a variable to search through them. The server is Linux and not windows so we will not have the …

Web Development php windows-server
Member Avatar for bwest
0
119
Member Avatar for ss_asp

Hi everybody Can some one help me out?? My problem is I am using two forms in my asp page form1 is used to upload photo, so I used enctype for it and action form1update.asp and a submit button attached when clicking on the submit button it should upload file …

Web Development asp
Member Avatar for paru
0
223
Member Avatar for balor

i have 2 asp pages, one is an index that when you click the submit button, a pop-up window will appear. this popup window is an ASP Page that connects to a database.. how can i make this a pop-window? any help would be gratly be appreciated.. thanks

Web Development asp javascript
Member Avatar for balor
0
190
Member Avatar for cali

Hi there! I have a problem when using $_POST variables in the following bar-graph. It seems as it cannot take values form a form, use them and then apear the graph in the resulting page. The only thing I take is the page with the --header --the image's(bar-graph) borders --footer …

Web Development image php
Member Avatar for cali
0
140
Member Avatar for hotdale

Hi there Gurus. I seem to have a problem in FIREFOX which does not appear in IE. Basically, I am trying to validate a form has only 10 numbers entred into the field (no spaces or any other characters). The following script works perfectly in IE but no dice in …

Web Development javascript
Member Avatar for tgreer
0
107
Member Avatar for wchitamb

I do need some help I am building up an asp application that will access an SQL server [database] so what I want is for the admin access to add, update and delete in all the tables I have about 13 different tables so my questions is do I have …

Web Development asp sql
Member Avatar for wchitamb
0
243
Member Avatar for iloveorangesoda

Hi I am trying to disable a dropdownlist in an asp.net web application whenever the selected index is changed. I have the following javascript in my web app but whenever it gets to the disabled = true line it is falling over. What I want to know is that the …

Web Development asp asp.net javascript
Member Avatar for alpha_foobar
0
288

The End.