52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jvcoach23

I have a page.. call it page1. it has a button_click event that fires some sql stuff and the does a response.redirect("page2.aspx?ID=1") page2.aspx we do some things and then click a button and that button does a response.redirect("page1.aspx?ID=1") now.. when page1 comes back up, and i try to click on …

Web Development asp.net javascript
Member Avatar for jvcoach23
0
140
Member Avatar for reggienoble

I Am New To Php Can Anybody Pls Help Me With Some Beginners Tutorials And Also Mysql Tutorials..............thank U

Web Development php
Member Avatar for stymiee
0
143
Member Avatar for akash_msrit

hi i am displaying the data retrived from the database in table format. say col1 col2 col3 col4 12 15 15 13 15 16 the data displayed in col1,col2,col3 are retrieved from the database. now the problem is now i have to compute value for col4 (i.e col4= (15+15)/4) using …

Web Development java-jsp
Member Avatar for akash_msrit
0
99
Member Avatar for marjan_m

I hv make an html page on which there r 2 fields of username n pw n a login button.For Authentication code I make another file named "check.php".Kindly guide me that hw can I give the refernce of the form objects in this file as I need the values of …

Web Development php
Member Avatar for marjan_m
0
118
Member Avatar for mashliner

Hi.I'm new here.I'm looking for codes for a login form.Be great if you guys could help me out,it's for my thesis.thanks!

Web Development php
Member Avatar for mashliner
0
63
Member Avatar for Alexandro

I use PHP to access a XML data file. I don't want that XML to be access by browser(see) access only data with php. How to block the access to the XML for everithing else except the PHP file?

Web Development php xml
Member Avatar for stymiee
0
119
Member Avatar for Cerberus

I've just started looking at OO PHP and was wondering how you would access an object in a script other than the one that instantiated it. For example: [CODE] <?php // file: animal.php Class Animal { $name; $noise; function _construct($nm, $no) { $this->name = $nm; $this->noise = $no; } function …

Web Development php
Member Avatar for Cerberus
0
154
Member Avatar for akash_msrit

Hi, I have a html table , in table i am displaying dates in column called date, now i want to compare dates in the date column with current system date. if any one have existing code(in jsp ,javascript) for this please forward me or any advise and suggestions are …

Web Development java-jsp javascript
Member Avatar for jwenting
0
1K
Member Avatar for chandan_mishra

When ever I try to run my jsp page on a tomcat 5.5 server I get the following exception SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set; at org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:424) at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:250) at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224) at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526) at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552) at org.apache.jasper.compiler.Parser.parse(Parser.java:126) at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155) …

Web Development apache java-jsp
Member Avatar for chandan_mishra
0
101
Member Avatar for shaun09

Hi i'm a newbie trying to learn something. I downloaded ireport and have designed my report. It connects to the database and retrives the value with no problems. When i build the report i'm able to see it as a Pdf and it works. My question is how do i …

Web Development java-jsp pdf xml
Member Avatar for Byaptia
0
259
Member Avatar for sunithamcsit

<% int currentRow = 0; [code] int startingRow = ParamUtils.getIntParameter(request, "startingRow", 0); int row_to_display = 200 ; String errcode = null ; try{ FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200); if (oProdMap != null) { for (int i = 0; i < oProdMap.length; i++) { currentRow++; out.println("<TR><TD class='xRight' width='5%'>"+currentRow+"</TD>"); ------- } }[/code] here is …

Web Development java-jsp
Member Avatar for masijade
0
137
Member Avatar for lawfour

I am about to pull what little hair I have let trying to figure if this is possible. On my website I have a drop down menu with different tables in the drop down part. What I am trying to do is have a user choose the table to get …

Web Development php sql
Member Avatar for zianchan
0
2K
Member Avatar for genpopo

im doing a project right now.. and i must display a links of multiple selected country.. the links must be dynamic.. the user will select list of countries and i must display it dynamically.. can anyone help me..

Web Development asp.net
Member Avatar for genpopo
0
106
Member Avatar for Luc

Hi folks, now i have my form up and running, i would like to get it protected against spammers. I did a google on it but it seems hard for me as a newbie to get it right so i ask for your advice. Would the following code, inserted after …

Web Development php
Member Avatar for Luc
0
80
Member Avatar for Pro2000

Hello, Can you give me the code wich shows me the files and folders in the current folder by FTP? THanks.

Web Development php
Member Avatar for stymiee
0
133
Member Avatar for Luc

Hi folks, just registered here in the hope to get some help. I'm new to PHP and have following problem: a simple form used to get the field inputs into my email box. But although i get a "successful" page upon sending, nothing drops in my mailbox. Here's the full …

Web Development php
Member Avatar for Luc
0
174
Member Avatar for aravindkishore

Hi everybody,I faced one interview question in interview that , Where should you write the code(for properties like back ground color etc) which applies for every page of your website when application of your website starts? and please give the example also. Please give the answer. Thank you, Aravind

Web Development asp.net
Member Avatar for kedar_challa
0
176
Member Avatar for sunithamcsit

hi everybody, I have one problem with my screen(i.e JSP), when iam adding records it will showing upto particular records.but when i check in database table it will showing the newly added data. can anyone please suggest me how to make my records adding as dynamic. Thank you

Web Development java-jsp
Member Avatar for techkar
0
99
Member Avatar for nurit

Hi, I'm developping a site in arabic, I put the UTF-8 charset, but the arabic chars that are shown correctly in design view become junk in browser view. text from DB is shown correctly anu idea? Thanx,

Web Development asp asp.net
Member Avatar for Infarction
0
196
Member Avatar for DeOiD

hi i need to open a new window using [INLINECODE]open.window[/INLINECODE] to control some parameters, like window size, bars, scrollbars... the problem is that this way the brower blocks the window like if it was a popup... is there any way to solve this? if there is any other way to …

Web Development javascript
Member Avatar for MidiMagic
0
240
Member Avatar for purplephp

My web designer disapeared and left me with my site done in PHP and MySQL. It was all ok until the other day when something suddenly stopped working. I don't know anything about MySQL or PHP. On my site when you click 'recently added' it used to display products in …

Web Development php
Member Avatar for purplephp
0
125
Member Avatar for praveen_kr541

Here in my project i am using [COLOR="Red"]this[/COLOR] reference to know my current name of td. Below i provided sample code similar to my project. "[COLOR="Red"]this[/COLOR]" won't working in Mozilla. I am migrating my project to Mozilla . So please help me. [code] <html> <head> <script> function f(a) { alert(a); …

Web Development javascript
Member Avatar for Voynex
0
106
Member Avatar for DeOiD

hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks

Web Development flash html-css javascript
Member Avatar for Voynex
0
114
Member Avatar for muruganasm

hi i am install php in my pc. but it is not working i dont know what is the problem. kindly reply me...

Web Development php
Member Avatar for javedkhan
0
88
Member Avatar for assgar

Hi I am not sure I am approaching this correctly. I need to increment the appointment time by 15 mins for each loop. This is would be the correct result: 13:00, 13:15, 13:30, 13:45, 14:00, This is what I am getting: 13:15, 13:15, 13:15, 13:15, 13:15 The user selects the …

Web Development php
Member Avatar for dr4g
0
1K
Member Avatar for sickly_man

is it possible to store a query globally? if so, how can this be done? thanks.

Web Development php
Member Avatar for sickly_man
0
86
Member Avatar for sickly_man

good morning everyone. i have pretty much correctly implemented a browsing function to look at table information 3 rows at a time. here's the problem: my front end builds the search query from user-entered information, so when i hit the "Next" button to see the next 3 rows that fit …

Web Development php user-interface
Member Avatar for sickly_man
0
126
Member Avatar for aravindkishore

Hi everybody, Sub Validate_Data (Src As Object, Args As GridviewUpdaeEventArgs ) If Not IsNumeric(Args.NewValues("BookPrice")) Then Args.Cancel = True EditMSG.Text = "-- Book Price is not numeric. Record not updated." End If How to write this if part in C#. Please give the answer. Thank you, Aravind .

Web Development asp.net c#
Member Avatar for abdul4484
0
112
Member Avatar for hanusoftware

//This example shows that how to store and retrieve data from cookies. // http://www.hanusoftware.com private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(!IsPostBack) { if(Request.Cookies["UserCook"] != null) { chkRemember.Checked = true; HttpCookie cook = Request.Cookies["UserCook"]; txtUserName.Text = cook["UserName"].ToString(); } } } private …

0
182
Member Avatar for shinyhappygem

Hi all, I warn you now, I'm a newbie, so please be gentle!! I've installed Visual Studio and the .NET framework, started IIS, saved my test aspx file in a folder in the Inetpub/wwwroot/.. folder. When I run my test asp page (just a simple html page saved with a …

Web Development asp asp.net visual-studio xml
Member Avatar for jbennet
0
105
Member Avatar for FBI

hello my friends :) I'm new to web dev so ive started learning PHP. i have a couple of questions... 1. Can i change the default .php extension to .whatever ? 2. Can i change something.html to something.whaever extension? in Apache Mod rewrite? i mean SEO. i want to make …

Web Development apache php seo
Member Avatar for FBI
0
1K
Member Avatar for MB1765

Hello to every body who visit this thread I want to prevent view source(html tags & javascript scripts) of the page with php. I've studied php manual withuot any success how can I do it? Is it possible

Web Development javascript php
Member Avatar for MB1765
0
195
Member Avatar for Cerberus

I couldn't find anywhere to ask this question and i'm working with PHP so i thought i would ask it here. What would be the SQL statement to modify a database field from 'YYYY-MM-MM' to 'DD-MM-YYYY'. Thanks,

Web Development php sql
Member Avatar for Cerberus
0
102
Member Avatar for tom_oxygen

hi,so many problem with my comp these days.... so,i will go straight to the point. I use hotmail and whenever i look at the mailbox website,at the bottom of the window(where usually says done after done) always says 'error on page' and i cannot open or delete my message,i know …

Web Development email javascript
Member Avatar for MidiMagic
0
175
Member Avatar for sickly_man

i've got a front end that upon the user entering criteria it displays the 1st 3 records that match that criteria. is there an easy, or somewhat easy way to display the next 3 records? and possibly even be able to go back browsing thru matching records in groups of …

Web Development php
Member Avatar for Ezzaral
0
85
Member Avatar for sickly_man

whats up everybody? im using the [U]Web Database Applications: with PHP and MySQL[/U] book and tried to modify their generic browse function to make a front-end that looks at a table 20 records at a time. suffice it to say, i can't get it to work. the function is in …

Web Development php
Member Avatar for Ezzaral
0
502
Member Avatar for staneja

I am calling this constructor but it is not getting complied public conn() { Class.forName("com.mysql.jdbc.Driver"); con=DriverManager.getConnection("jdbc:mysql:///dbetech", "root" , ""); } throwing error message: D:\etech\WEB-INF\src>javac *.java conn.java:16: incompatible types found : java.sql.Connection required: com.mysql.jdbc.Connection con=DriverManager.getConnection("jdbc:mysql:///dbetech", "root" , ""); ^ 1 error

Web Development java-jsp sql
Member Avatar for staneja
0
92
Member Avatar for ndeniche

i am a newbie in learning php, and i would like to know if php can be used just as javascript being initialized in the head of an html docment to be called whenever you need it?

Web Development javascript php
Member Avatar for WhiteLeo
0
136
Member Avatar for ndeniche

i am trying to do some examples to understand more easily php, but when i try them, this happens: (here is the source code) [code=html] <html> <body> <?php $arr=array("one", "two", "three"); foreach ($arr as $value) { echo "Value: " . $value . "<br />"; } ?> </body> </html> [/code] and …

Web Development php
Member Avatar for ndeniche
0
88
Member Avatar for marjan_m

what is the difference between Apache and IIS,n which is required to install for using php.kindly let me know? Regards,

Web Development apache php
Member Avatar for Ezzaral
0
218
Member Avatar for hbmarar

Hi, Wishes. While i try to install phpunit in Xampp I get the following line along with few other . phpunit/PHPUnit requires PHP extension "reflection" I googled a lot and no where i could find any such extension. what i shud do to find this extension. I removed one required …

Web Development php
Member Avatar for lukescammell
0
191
Member Avatar for pd1234

hi, i created one registration form include image verification field how to add image and how to verify give some idea. Thanks.

Web Development image php
Member Avatar for Ezzaral
0
59
Member Avatar for cancer10

Hi Does anyone know what is the simplest way to backup a database using the [b]mysqldump[/b] function in php? I have googled a lot and the codes i have found are very hard to understand and most of them does not work. Thanx in advance for your help.

Web Development mysql php
Member Avatar for MitkOK
0
285
Member Avatar for mithesh

hi i want to read the whole URL passing through the address bar and asssign it to a variable .Please help me

Web Development php
Member Avatar for MitkOK
0
97
Member Avatar for kodiak

Hi!!! I need to check a form for illegal characters through a whitelist(list of allowed characters) with php. A function that could do this for me would be helpful...I can't find one on google... I really have no idea how to do this.... thanks!!!! ~Kodiak

Web Development php
Member Avatar for stymiee
0
845
Member Avatar for Jaya.matt

Hi all, I am new in ASP.NET.[U]What coding I have to use to send an [/U][U]acknowledgement via Email to the concerned person [/U] while storing data in the database using ASP.NET1.0?Pls help........ Thanks Jaya

Web Development asp asp.net email
Member Avatar for arjunsasidharan
0
107
Member Avatar for sasindagi

any idea about asynchronous drop downlist, on selected item of drop downlist with out causing server round trip how can we populate selected item into textbox.(with out postback or callback)

Web Development asp.net
Member Avatar for arjunsasidharan
0
124
Member Avatar for RobLamb

Hi I have a problem with a site I am doing. I am writing an email address as a session variable and on my dev machine (windows XP running EasyPHP) I am having no problems calling up user information based on this. BUT when I put it on the live …

Web Development email php session windows-server
Member Avatar for SStedman
0
85
Member Avatar for Alexandro

I need to parse a element from a XML file: <a> <b>45</b> <c>67</c> </a> <a> <b>98</b> <c>89</c> </a> So I try to read and put in a html element the first value of b with the next code: [CODE] document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].data; or document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].value; [/CODE] and I get a undefined message.Where is …

Web Development javascript xml
Member Avatar for Alexandro
0
322
Member Avatar for okparrothead

hello DaniWeb Forum, I need help with reading a csv. Here's the file: product name, color, width, quantity, subtotal product1, red, 20", 200, $30 proudct2, blue, 30", 10, $12 I've written code that creates this file as an order. What I'd like to do is read the subtotals and generate …

Web Development php
Member Avatar for Ezzaral
0
109

The End.