52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for AutoC

Hi, I'm new to php.I had to include common content to a lot of webpages in my website like menubar etc. and i was told i could load them dynamically from a single file using php.Can someone help me with this?

Web Development php
Member Avatar for kadimi
0
123
Member Avatar for serkan sendur

hi guys, by default microsoft pocket internet explorer does not display javascript errors to do that, you need to add a registry key : [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "ShowScriptErrors"=dword:00000001 to edit windows mobile registry you can download this software from the following address( i used this software to edit mine, it is …

Web Development javascript
0
85
Member Avatar for piyush09

i reaaly get few errors in the code for run a video in JSP or for video streaming... can anyone help me to give the code for it.. thank you

Web Development java-jsp video
Member Avatar for monem
0
68
Member Avatar for serkan sendur

hi guys, i need to know what should i type to my browser to access apache/tomcat webservers root web folder. there should be some config files that i could see. help please thanks.

Web Development apache php web-browser
Member Avatar for nav33n
0
60
Member Avatar for serkan sendur

guys i am creating a mobile web application, i dont know how should i incorporate some javascript functionality without passing its limited javascript support, it doesnt support dhtml for example, is there any documentation for that?

Web Development javascript microsoft
0
246
Member Avatar for rEhSi_123

Hello, Basically I am creating a Forum system and I want to add a feature in which the the 'admin' of the forum can delete the topic created inside the forum. I know I would need the following sql statement: [code=php] $sql = "DELETE FROM `forum_topics` WHERE `id`='".$id."'; [/code] Currently …

Web Development php
Member Avatar for rEhSi_123
0
246
Member Avatar for veledrom

Hi, Can i use sleep() for 1 hour? I mean is there any expiry time for it or browser or session so on. Purpose is to send 2000 emails every one hour. Thanks

Web Development php session
Member Avatar for digital-ether
0
198
Member Avatar for santhanalakshmi

Hi, Anyone,please help me ............... my first page called `index.php` (which has username and password field to enter to move on to next page) index.php code <?php session_start(); mysql_connect("localhost", "root", "")or die("cannot connect"); mysql_select_db("artedb")or die("cannot select DB"); if (isset($_POST) && ($_POST == "submit")) { if($_POST=="" && $_POST=="") { $msg="Please enter …

Web Development html-css php
Member Avatar for Designer_101
0
362
Member Avatar for asiyeh

how to delete all rows of table with javascript?

Web Development javascript
Member Avatar for sacarias40
0
116
Member Avatar for sacarias40

Does anybody know where i could get some information or guides on designing my own CMS???

Web Development cms php
Member Avatar for sacarias40
0
108
Member Avatar for rjrasmussen

Hi there, Although I wouldn't consider myself a noob, I am still learning about the many facets of PHP. I have encountered a need to write an if statement that will generate an error if the specific criteria are not met. Here's the deal... There are four fields that a …

Web Development php
Member Avatar for nav33n
0
81
Member Avatar for cubekid

I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. [code] int width = …

Web Development asp.net
Member Avatar for haragin
0
256
Member Avatar for Mumma Singh

Hi,Friends Im facing problem in paging using jsp & oracle ,in this code only 1 to 10 values displying,when im clicking on next its displying nothing.Means not taking next values. [code=JSP]<%@ page language="java" import="java.sql.*;"%> <html> <head> </head> <body> <br><br><br> <% int offset=0; int ofset = 0; if(request.getParameter("offset")!=null) { offset= Integer.parseInt(request.getParameter("offset").toString()); …

Web Development java-jsp oracle
Member Avatar for Mumma Singh
0
300
Member Avatar for nmakkena

My system is a stand alone system, I want to connect to MYSQL using PHP, I am giving hostname as localhost, and the needed username and passoword. In the browser i am getting Internal server error 500. Any sort of help much appreciated, Thank you

Web Development mysql php
Member Avatar for nav33n
0
140
Member Avatar for bimaljr

Hi I have a variable like this : [CODE]$fulltext = '<h1>Welcome</h1> <h2>Welcome to this website</h2> <p>Some text here. </p>';[/CODE] Now I want to get only [B]Welcome to this website[/B] in another variable. I want to copy text between [B]<h2>[/B] and [B]</h2>[/B] I don't know how to do this? Please help …

Web Development php
Member Avatar for nav33n
0
142
Member Avatar for kavithakesav

Hi Everybody, I need some hlep for my website. Whenever i will open my website one pop is required. Can anyone tell me how to do.... please. Thanks in Advance. KavithaKesav

Web Development javascript
Member Avatar for kavithakesav
0
242
Member Avatar for okarvian

I've an application running on my local system with local sql server database. I've an other application running on internet (like on [url]www.abc.com[/url]) and it has Microsoft Access database. I just want to insert some records from local sql server to online MS Access databas. Problem is this I can't …

Web Development asp asp.net microsoft-access
Member Avatar for okarvian
0
89
Member Avatar for alfalisyada

hi..i need some ideas...I want to calculate student fees payment on my php page, but my coding here its not working. One more thing is when selected item click and its can display value of the item in other textbox(ex: if course Diploma Multimedia is selected, then the course fee …

Web Development display javascript multimedia
Member Avatar for danishbacker
0
2K
Member Avatar for raveeshlawrance

I created a button for table cell using innerHTML. it is working perfectly in mozilla. But it is now working inn IE. Button is now displaying in IE. Please help me

Web Development html-css javascript
Member Avatar for raveeshlawrance
0
12K
Member Avatar for Shanti C

Hello.. I want to compare my database date with current system date and i can do some oprations by that.. Wating ... Shanti

Web Development php
Member Avatar for Shanti C
0
157
Member Avatar for Ruizz

How to display error message when string entered together with the characters outside the A-Z a-z 0-9?

Web Development javascript
Member Avatar for essential
0
71
Member Avatar for madristaa

Hello friends i need help with onclick and onsubmit events At the bottom of my page I have two button 1)save 2)submit. When the user click on save button it will go to save_button.php page When the user click on submit button it will go to submit_button.php but It will …

Web Development html-css php
Member Avatar for samarudge
0
363
Member Avatar for crazynp

Hi,Will anyone plz suggest me on how to build a html file from rss feed and store it in a webserver or is it possible to make and store html file from the contents of mysql database using php and then store the html file in the webserver. Thanks in …

Web Development html-css php
Member Avatar for alan_ot
0
394
Member Avatar for tirso

Hi to all I want to get the number of users logged in and display it in the header. initially I want to put a key field for the user accounts and if they logged in then calculate that key. but my question is how can I access my database …

Web Development javascript
Member Avatar for sacarias40
0
116
Member Avatar for rajeesh_rsn

Hi i need ti delete a file from the server using php. I wrote the code and working fine in my localhost . But when i uploaded in to my ftp server then the following error came. code: [ICODE]if($phototo<>'defaultv.jpg'){ unlink('../share/'.$phototo); } header('Location: '.'manage_auto.php');[/ICODE] -------------------------------------------------------------------- Directory permission is 777 ------------------------------------------- Error: …

Web Development php
Member Avatar for somedude3488
0
126
Member Avatar for humipine

I am working on a project with `asp.net` and `vb.net` language system. Now I made a table on the asp file, and before clicking on a button "update", by JavaScript, I would like to get all the string data written in the text boxes each placed inside a cell of …

Web Development asp.net javascript vb.net
Member Avatar for essential
0
231
Member Avatar for mangel.murti

hi all, Donn't know much php........... i want that when user register,his registration date store in db.i want to use server date not his system date in db. thankx in adva...

Web Development mysql php
Member Avatar for Designer_101
0
142
Member Avatar for robertmacedonia

Hello, I am quite new in ASP.NET, I am currently studying C# (still am at the beginning), and I got this task to separate the "code for the presentation part", so I would get two separate files - Test.aspx and Test.aspx.cs. i know that the .cs is actually the C# …

Web Development asp.net web-server
Member Avatar for robertmacedonia
0
136
Member Avatar for rajeesh_rsn

Hi i had a database table which stores images in columns. ie [ICODE]idno + image name + name 1 | lal.jpg | raj 2 | lal2.jpg | raj2 3 | lal3.jpg | raj3 .....[/ICODE] Now I need to show this images and these names in a page as 3 columns.... …

Web Development mysql php
Member Avatar for mrcniceguy
0
76
Member Avatar for achiman

SQL QUERY if ($_SERVER ['REQUEST_METHOD'] == 'POST') { if ($_POST['mylist1'] == 'm2') { $sql="SELECT Products, TABLE 1"; $rs=odbc_exec($conn,$sql); } elseif ($_POST['mylist'] == 'm3') { $sql="SELECT Products, Table2"; $rs=odbc_exec($conn,$sql); FORM 1 echo ' <form name="input" action="kkl.php" method="GET"> <div align= "left"> <b>City:</b> <select NAME="list1"> <OPTION VALUE="m1"></option> <OPTION VALUE="m2">London</option> <OPTION VALUE="m3">Paris</option> <OPTION VALUE="m4">Tokoyo</option> …

Web Development php sql
Member Avatar for nav33n
0
92
Member Avatar for stevehart808

Hi guys, hoping someone can shed some light. I have a script that I've been using for a while to submit a date to Mysql. Its been working fine but now I'm trying it on a site I'm building and when I hit submit NO date is entered into Mysql. …

Web Development php
Member Avatar for stevehart808
0
87
Member Avatar for alex stevens

am having trouble changing some data fields within this form, and am wondering if anyone can help me. this is the coding. this is in asp.net c# the last paragraph (child care type onwards) needs to be set to have a dropdown list containg the following information crèches toddler groups …

Web Development asp.net
Member Avatar for srikanthkadem
0
120
Member Avatar for emilio

hi my html form contains a table tag <table id="MainTable">. i would like to populate this table using a javascript function. my probllem is that i created a table that contains another table inside on of the <td> tags. i tried to write the most basic code: [CODE=javascript]var myTable = …

Web Development javascript
Member Avatar for serkan sendur
0
3K
Member Avatar for tominic

So I've created an array based on posted information (a big list of numbers separated by lines which has then been exploded) So this array may contain numbers from 0-100 or whatever So I have one array of numbers Now for each number I want to find out many numbers …

Web Development php
Member Avatar for nav33n
0
87
Member Avatar for etti

I really need help with the below error. I dont get this when i run my asp.net c# application in VS@005, but when i make virtual directory on my office Windows server I get this error. Tell me what changes need to be done in C# code or crystal report …

Member Avatar for etti
0
305
Member Avatar for kohuke

Hi. I'm trying to learn how to make my own web app and following those tutorials: [url]http://www.netbeans.org/kb/docs/java/gui-db.html[/url] [url]http://www.netbeans.org/kb/61/web/applets.html[/url] I created a desktop application like showed in the first guide. Then tried to integrate it into the Web Applet. But for some reason after right clicking my desktopapp's java file and …

0
102
Member Avatar for reachb4

Hi, I have two combo boxes in an aspx page. [code] <asp:DropDownList ID="drpCategory" runat="server" Font-Names="Verdana" Font-Size="8pt" Width="138px" AutoPostBack="True" OnSelectedIndexChanged="drpCategory_SelectedIndexChanged" OnTextChanged="drpCategory_SelectedIndexChanged"> </asp:DropDownList> <asp:DropDownList ID="drpSubcategory" runat="server" Font-Names="Verdana" Font-Size="8pt" Width="138px" > </asp:DropDownList> [/code] I need to populate the drpSubcategory depending on the value chosen from drpCategory. As you can see i've added drpCategory_SelectedIndexChanged …

Web Development asp.net
Member Avatar for greeny_1984
0
108
Member Avatar for wll6568

I have the control id name in string, and try to find it in the event handler: 1 protected void btnGo_OnClick(object sender, EventArgs e) 2 { 3 ((TextBox)Page.FindControl("txb" + strColumn)).Text 4 } but that throws an object reference not set to an instance of an object. It seems as if …

Web Development asp.net
Member Avatar for greeny_1984
0
285
Member Avatar for Xessa

I have an .aspx file and i try to align the table to the center. But when i do this [code] <table style="text-align:center"> [/code] it does not work. It shows the table always at the left side of the page.

Web Development asp.net
Member Avatar for greeny_1984
0
146
Member Avatar for Hsus

<asp:datagrid id=DataGrid1 style="Z-INDEX: 104; LEFT: 304px; POSITION: absolute; TOP: 104px" runat="server" CssClass="grid" AutoGenerateColumns="False"> <Columns> <asp:EditCommandColumn EditText="Edit" CancelText="Cancel" UpdateText="Update" /> <asp:BoundColumn DataField="Message Id" ReadOnly="False" HeaderText="Message Id" /> <asp:TemplateColumn HeaderText="Opcode"> <ItemTemplate> <%#Container.DataItem("Opcode")%> </ItemTemplate> <EditItemTemplate> <asp:DropDownList AutoPostBack = false id="ddl_Opcode" runat="server" DataValueField="Opcode" DataTextField ="Opcode" DataSource ="<%#TempDataView%>" > </asp:DropDownList> </EditItemTemplate> </asp:TemplateColumn> <asp:BoundColumn DataField="Message Status" …

Web Development asp asp.net web-server
Member Avatar for greeny_1984
0
189
Member Avatar for RushNP774

First, I searched the forums and couldn't find a thread that matched my problem. I also searched Google for my error message (in quotes) and received 9 results. If you know of a post/article that deals with my specific problem, I'd love to read it. I have a TemplateField in …

Web Development asp.net
Member Avatar for RushNP774
0
114
Member Avatar for Eager_Beever

I have as ASP.Net 2.0 website with SQL Server as database and C# 2005 as the programming language. The website is almost complete and all the links are working fine. But I want to prevent normal users from opening a couple of pages. When any user clicks on those specific …

Web Development asp.net
Member Avatar for Dhaneshnm
0
1K
Member Avatar for farhan.foxtrot

Hi, I am a beginner for the zend framework. I have viewed the screencast from the zend site and followed them. The summary of the screencasts are: [code] application controllers IndexController.php models views scripts index index.phtml library Zend public .htaccess index.php [/code] The codes are following: index.php: [code] <?php //error …

Web Development php
Member Avatar for farhan.foxtrot
0
96
Member Avatar for tashy

[code]<?php/** *.Hack Name: Shop Hack * Version: 3.0 Beta2 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at …

Web Development php
Member Avatar for nav33n
0
426
Member Avatar for Derice

Is it possible to send mail through my web application without having SMTP server? For example, the mail will be send through my existing hotmail account or yahoo account to ppl who registered in my web application. If it is viable, please provide me some resources on the method...Thanks in …

Web Development asp.net web-server
Member Avatar for Derice
0
113
Member Avatar for rEhSi_123

Hello fellow members. I am having a bit of a issue with my forum edit. Here is the code to give you an idea: [code=php] <?php if(!$_SESSION['uid']){ header("Location: index.php"); } $action = $_GET['act2']; $actions = array('reply','topic','admin'); if($action){ $admin = isa($_SESSION['uid']); if($action == 'admin'){ if($admin){ // }else { echo "You are …

Web Development php
Member Avatar for rEhSi_123
0
112
Member Avatar for HB25

Hi I am using the code below to validate user when they login to my website, the first part check if user have typed their username and the second part search the table to check user exist. These two parts work fine but the last part the while condition don’t …

Web Development php
Member Avatar for HB25
0
174
Member Avatar for Codethat

Hi, I want to use a php form textfield to change a value in my databas. Statement i want to send the databas: UPDATE people SET name='VALUE FROM TEXTFILED' WHERE id=1 How do i integrate this statement into a php form textfield?

Web Development mysql php
Member Avatar for nav33n
0
72
Member Avatar for claritydigital

Hi, Im needing alil help with this, googled everywhere, but to no avail. I need to search several(the amount could be endless) words in a string, and replace each word with a link using the searched-for value as the text, and id in the link. To achieve this, I am …

Web Development php
Member Avatar for claritydigital
0
320
Member Avatar for rajeesh_rsn

Hi i had a php page and some mysql connections in that page. I need to show a image named loading.gif until the page loads completely.. I tried many but cant... Please any one give an idea... Please Thanks Rajeesh

Web Development javascript
Member Avatar for essential
0
53

The End.