52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for gremlinuk

Hi, I have the PHP file as coded below. Is there any way to make directory files open in a new window. I mean, this file shows files in a folder in which it sits in, but how can displayed files be opened in a new window? Cheers Aaron ------------------------------------- …

Member Avatar for fatihpiristine
0
857
Member Avatar for lpaino@rolands

I am using Dreamweaver Tabbed Spry Panels I get an error message on the pages in IE "style is null or not an object" Does anyone know why this happens and how to fix the problem?

Web Development javascript
Member Avatar for lpaino@rolands
0
129
Member Avatar for marcuskona

Hi everyone im getting this error when i try to execut the code via a browser, its a SOAP call to a footprints webservices server written in php, well it only shows me this error. I pasted the entire code below minus my username and password, :) I also have …

Member Avatar for johnNui
0
136
Member Avatar for kahaj

Where do you put the links when you have 5 different banner ads that rotate on a fixed amount of time? It's obviously not around the <img> tag in the body, because that links all five banners to that one single URL....

Web Development javascript
Member Avatar for Inny
0
996
Member Avatar for SheSaidImaPregy

I am having a problem with my datalist and repeaters. Below is the code. For some reason, when it searches the database and returns results, it counts the correct number of results, but only displays the correct number minus one. So if it returns 3 results, it only displays 2, …

Web Development asp.net session
Member Avatar for SheSaidImaPregy
0
74
Member Avatar for stuckonwords

I have some files in a "downloads" folder on my site. The only people who should be able to download the files are people who have purchased them. I have a "downloads.asp" page (classic asp) which asks for the visitor's receipt number. Their input is checked against my database to …

Web Development asp
Member Avatar for SheSaidImaPregy
0
155
Member Avatar for amaravanich

Hi all, I have to create a check box in javascript i just created the checkbox field and called a function in onclick.but onclick event is not firing.i'm getting an error indicating that chkbox has no properties.i have to fire an event on click this checkbox can anyone please help …

Web Development javascript
Member Avatar for yurj
0
136
Member Avatar for ithelp

I have got a solaris machine, it has got an ip address, I want to install some software (preferably PHP) on the machine so that when I type [url]http://ipaddress//forum/[/url] I get a forum, which I can manage and configure then.

Web Development php
Member Avatar for stymiee
0
170
Member Avatar for pesho318i

hey guys, I'm realtively new to jsp, and I want to create java objects and use them later in the jsp code. Here's what I do: [CODE]<%! public static java.util.List attrTypesArray = new java.util.ArrayList(50); public static boolean myBool; attrTypesArray.add("aaaa"); pageContext.setAttribute("attrTypesArray", attrTypesArray); pageContext.setAttribute("myBool", myBool); myBool = attrTypesArray.contains("aaaa"); %> <c:out value='${myBool}'/>[/CODE] However, …

Web Development java-jsp
Member Avatar for pesho318i
0
196
Member Avatar for Venom Rush

I've been told this isn't possible which leads me to the following problem. I have a series of events stored in a database and at the moment I pull the info out and display each one on a new line using a while loop. What I'd like to do now …

Web Development php
Member Avatar for ryan_vietnow
0
2K
Member Avatar for johnroach1985

Hi. I have seen this example in many sites. One of the is facebook. You write your blogspot address and it leeches it and posts it in your notes section. I want to do that too!! It's just too cool. How can I do this? Please give me a blogspot.com …

Web Development asp.net
Member Avatar for johnroach1985
0
140
Member Avatar for dbayo

i need a help.. i wanna insert an images into MySql database.did anyone have code snippet for my problem?..i hope u can show to me step by step,from the form to the final step insert an images to database..tq

Web Development php
Member Avatar for dbayo
0
76
Member Avatar for bhakti.thakkar

i have an array of hours[] and minutes[]. hours Array: Array ( [0] => 11 [1] => 12 [2] => 13 [3] => 14 ) minutes[] Array: Array ( [0] => 30 [1] => 30 [2] => 30 [3] => 30 ) now i want an array which will merge …

Web Development php
Member Avatar for bhakti.thakkar
0
100
Member Avatar for justapimp

hello Members, I have an ASP.NET website that uses an IFrame settings and I am using the response.redicret("...") to load a new page within the same IFrame. below is my code snippet. [code] Response.Redirect ("../TrackApp/history2Display.aspx?deviceUID=" + DevUID + "&fromDate=" + startDate + "&endDate=" + endDate); [/code] when the page redirects, …

Web Development asp asp.net javascript
Member Avatar for justapimp
0
268
Member Avatar for princestasnley

I actually need a self tutorial step by step on how to buid a proffessional php web site from scatch to finnish. thanks.

Web Development php
Member Avatar for dopple
0
118
Member Avatar for silva

Hi! I am doing some work for uni but having trouble doing it, in that I dont understand it or how to do it! and was wondering if anyone out there would be able to help. I'm having to do a big project where I build a website based on …

Web Development php
Member Avatar for silva
0
76
Member Avatar for Neeraja

Hello All, I have developed a web application that has one form with several text boxes and 2 buttons submit and next. On clicking the next button, the old values in the text box gets cleared and gives way to enter new values in the text box. In the "next" …

Web Development asp.net session
Member Avatar for shubhadaamar
0
160
Member Avatar for kahaj

I'm trying to get this banner ad to rotate every 5 seconds. I'm obviously not doing something right, but can't figure out what it is that I'm messing up. Here's the code: [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" lang="en" xml:lang="en" dir="ltr"> <head> <title>Case Projects 4-2 …

Web Development javascript xml
Member Avatar for kahaj
0
236
Member Avatar for Cente

NEED HELP, please advice me where to start I want to learn ASP.NET as mush as possible online tutorial. and which one is better ASP.NET or PHP? Thank you

Web Development asp asp.net
Member Avatar for Cente
0
128
Member Avatar for bhakti.thakkar

hi all, i have a string for example: $str="The annual general meeting is scheduled on ::date:: at ::time::. you all are requested to be present on ::date:: at ::time::." i store it in the Templates_T table in my DB. Template_ID =1 [for eg.] now this format can be used further …

Web Development php sql
Member Avatar for bhakti.thakkar
0
794
Member Avatar for Varelei

I remember reading something in the past aboout storing form values into strings, then the strings into a .txt document, but that was all about VB 6.0. Could someone give me some source, and even better, an explanation as to how I can make it so the user clicks 'Submit', …

Web Development asp asp.net
Member Avatar for SheSaidImaPregy
0
103
Member Avatar for chmazur

I would like to know why in the majority of the examples showed in the forum, nobody uses classes in PHP. Is it a chance? Or really, is nobody using them? Do you know classes advantages? ch.-

Web Development php
Member Avatar for chmazur
0
95
Member Avatar for ashneet

I know how to use PHP very well and I want to learn how I can implement XML into it. This is because I am planning on developing multi-part program with one main core. Can any one tell me good books which can help me learn XML and how to …

Web Development xml
Member Avatar for ashneet
0
62
Member Avatar for tattie

Hey guys im really new to php and i had it all worked out untill this came along it says this [code]Parse error: syntax error, unexpected T_STRING in /home/tattie/public_html/index.php on line 1[/code] i really really dont know what to do and i would be so grateful if someone could tell …

Web Development php
Member Avatar for tattie
0
151
Member Avatar for realtureal

I made a simple javascript code but I am having problems validating the email. I am simply lost on how to do this. Can anyone help me on this? :rolleyes:

Web Development email javascript
Member Avatar for TopDogger
0
359
Member Avatar for Darkmeerkat

I'm trying to write a little wrapper for executing MySQL statements, and I've run into a wall trying to use [inlinecode]mysqli_bind_param[/inlinecode] without knowing the number of variables I'm binding. Here's what I've got: [code=php] /** * Note: * . execSQL is variadic, just like bind_param * . prepareTypeStr is another …

Web Development mysql php
Member Avatar for Darkmeerkat
0
227
Member Avatar for sujithfem

I have enclosed the simple PHP function for Text [array] Highlight without changing the own case... [CODE]function ShowPowerHighlight($Text,$Needle) { for($j=0; $j< count($Needle); $j++){ if ($Needle[$j] != "") { $TextTemp = ""; $i=0; while($i if((($i + strlen($Needle[$j])) <= strlen($Text)) && (strcasecmp($Needle[$j], substr($Text, $i, strlen($Needle[$j]))) == 0)) { $TextTemp .= '' . …

Web Development php
Member Avatar for sujithfem
0
156
Member Avatar for mrityunjay22

i want a date selection form in jsp and that date variable should be caught in servlet so that i can insert date in mysql. its very urgent plz help me

Web Development java-jsp
Member Avatar for peter_budo
0
82
Member Avatar for lydia21

hi how to validate inputs in php.please send some same code for email and numbers... thanks, lydia

Web Development php
Member Avatar for lydia21
0
102
Member Avatar for tryphy

Hi all, I have 2 option button, lets say A and B, When A is Chosen, B must get deactivated. And also when A is Chosen an image appears above the option button... I am not that good in Javascript.. The choise of selection can be anything either option button, …

Web Development image javascript
Member Avatar for tryphy
0
111
Member Avatar for akhoa168

Can you show me a open source to send message in a forum as you used for your forum? or how me how to do that Thank you very much! akhoa168

Web Development open-source php
Member Avatar for akhoa168
0
65
Member Avatar for Inny

Hello again, Im using the code below in a child page (popup), the images are called from the parent page. When the changer is running, the child page goes white between images. I realise this is happening because the Images are not cached (yet) on the users browser. I tried …

Web Development image javascript python
Member Avatar for Inny
0
82
Member Avatar for ivatanako

I needed to paginate my article section at my site so that i wont have 20 paragraphs page, now when I tried this on LOCALHOST i encountered no problem at all. But when I uploaded it on my server, the pagination doesn't work. I think the problem here is about …

Web Development php
Member Avatar for ivatanako
0
96
Member Avatar for ptaylor965

I have a Navigation Menu at the top of my site that when on some pages you click a link the refreshes the page it looses all images and add one extra link ASP.NET (VB) View it here (Click on the reset button to cause it) [URL]http://www.taylorsnet.co.uk/MembersArea/Join.aspx[/URL] Any Ideas

Web Development asp asp.net
Member Avatar for SheSaidImaPregy
0
89
Member Avatar for shackow

i try to install software called kbpublisher on my website and i need "document root" to configar this software [url]www.basma.sy/db[/url] thanks

Web Development php
Member Avatar for shackow
0
167
Member Avatar for fatihpiristine

does anyone know how to limit upload speed on apache for windows? i found some solutions but they all for linux this one didnt work for me <IfModule mod_throttle.c> ThrottlePolicy Original 7 5 <Location /throttle-status> SetHandler throttle-status </Location> <Location /throttle-me> SetHandler throttle-me </Location> <Location /~*/throttle-me> SetHandler throttle-me </Location> </IfModule>

Web Development apache php
Member Avatar for fatihpiristine
0
93
Member Avatar for movcol

Hi, This clamshell menu code works fine in IE and Safari, but level 3 does not work in Firefox. When I click on 3-Level Menu - Level 2, the menu closes. Clicking on 3-Level Menu - Level 1 again shows the level 3 items were indeed opened. The 2-level menu …

Web Development javascript
0
294
Member Avatar for cancer10

Hello, I have heard a lot about SQL Injection. I was wondering how does an injector come to know about the table/column name when they cannot see the asp codes in a website? Can someone explain plz? Thanx

Web Development asp sql
Member Avatar for hopalongcassidy
0
105
Member Avatar for mercuryserve

Hi. I have extraordinarily limited knowledge of (in?) PHP. Anyway I was trying to fiddle with my website and I did something such that when I click on a menu item on my website I get this message: Parse error: parse error, unexpected ':' in /home/mercurys/public_html/preview.php on line 46 Other …

Web Development php
Member Avatar for hopalongcassidy
0
96
Member Avatar for lydia21

hi, how to validate email id in php...please send some code....lydia

Web Development email php
Member Avatar for hopalongcassidy
0
155
Member Avatar for sam1

hi, I am going through this tutorial and i am stuck, here is my problem i can read the images from the db but it displays the same image(the first image inserted). here is the code: [CODE] <script runat="server"> Public Sub Page_Load(sender As Object, e As EventArgs) ' Create Instance …

Web Development asp asp.net image web-server
Member Avatar for SheSaidImaPregy
0
92
Member Avatar for kevindougans

Hello, I hope someone has the time to help me. I have a form that lists a variable price in <input type=hidden name=price value=1> I have a drop down box letting the user choose a quantity in <select name=quantity> <option value=1>1</option> <option value=2>2</option> etc... I have a html form input …

Web Development javascript
Member Avatar for kevindougans
0
948
Member Avatar for swtgirl52687

Hi I am currently taking an XHTML class and we are now dealing w/ JavaScript and for some reason I am having the worst time trying to set this assignment to where the scrollbar color is what I set it to. I am using internet explorer 7; for some reason …

Web Development javascript xml
Member Avatar for MidiMagic
0
100
Member Avatar for anonymous100

I am new to web development. Can somebody advise me on how I can pass an ArrayList from my JSP to action class. I have the following link in my JSP which links to an action class. <li> <A href="inboxMsg.do">Link to action</A></li> Can I pass the arraylist in the above …

Web Development java-jsp
Member Avatar for RVG123
0
284
Member Avatar for mimsc

Hi, I'm basically just trying to submit this whole page into an email when I press submit at the bottoM...any suggestions? [code] <%@ page language="java" %> <%@ page import="trader.webservices.util.Utils" %> <%@ page import="trader.webservices.data.UserInfoDAO" %> <%@ page import="trader.webservices.data.UserDataVO" %> <%@ page import="java.util.*" %> <%@ page import="java.text.*" %> <% String theAcctName = …

Web Development advertising cdn email java-jsp
Member Avatar for mimsc
0
118
Member Avatar for anto_nee

Hi to all am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize.. i have 5 buttons here.. for all buttons same function that i have to submit …

Web Development asp session vbscript
Member Avatar for SheSaidImaPregy
0
1K
Member Avatar for rjbind

I get the following error when I run the script: `Parse error: syntax error, unexpected '{' in /home/rjbind/public_html/cert/score.php on line 61` Here is the script syntax: <p align="center"> <a href="http://serverpg.com/clients/"> <img border="0" src="http://www.rjbind.com/cert/header.jpg"></a></p> <?php /* ServerPG Certification v1.1 Copyright (c) 2006 serverPG.com This is not intended for redistribution Do not …

Web Development php
Member Avatar for rjbind
0
126
Member Avatar for bling_bling_vr6

Hi, I have this code. It works fine using PHP 4 and MySQL 5.0. but it doesn't work at all on my webhost (php4 mySQL 4) and I cannot for the life of me figure out why. Here's my code: /<? // Connect database. include("connectdb.php"); //if "Submit" button is clicked …

Web Development mysql php
Member Avatar for somedude3488
0
153
Member Avatar for Cosmocrazy

Hi guys. I know that the web has this magical thing called JavaScript which makes making some types of web pages much easier. I was wondering if you could help me by providing a code snippet or something for this situation: I am making a site for my art teacher …

Web Development javascript web-server
Member Avatar for somedude3488
0
85
Member Avatar for idgeitman

Hello, I've been trying to figure this out but still no luck, can anyone see what im doing wrong here?, the if statement just isn't working! Thanks, [code] <% String name = request.getParameter("username"); %> <% if ("name" == null) { %> <jsp:forward page = "invalid.jsp"/> <% } %> [/code]

Web Development java-jsp
Member Avatar for masijade
0
86

The End.