52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for dss

Hi, I had made a phpbb dicussion forum section. I had alreadt edited the logo. But i am not able to edit its footer link. and the outlook and color combination. overall i need to customize the look of my phpbb forum. I had many question: 1. How to change …

Web Development php phpbb
Member Avatar for dss
0
256
Member Avatar for nixlie

Hey again, Im seriosly having difficulty displaying the current date and time in java/jsp. THis is the code im using to get the date and time: public static void main(String args[]) { Date date=new Date(); SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); String strDate = sdf.format(date); System.out.println(""+strDate); } but nothing seems to …

Web Development display java-jsp
Member Avatar for jwenting
0
166
Member Avatar for sameera

hi, i m novice to asp.i m using one stored procedure in sql server2000 which is using cursor.this is doing the following things 1) select the peticlur records from one table 2) insert the record in another table relavant to retireved ID 3) select the second table values i m …

Web Development asp asp.net dataset
Member Avatar for campkev
0
230
Member Avatar for hikerpack

Does anyone have info on this code? Where it comes from. MS Support has provided no help -- it appears to be from recent update to MS.Net Framework 1.1. My MS office suite programs recieve this same message and error code whenever they launch, followed by "Common Language Runtime Debugging …

Web Development asp.net office-suite
Member Avatar for TonyNYC
0
413
Member Avatar for jeadeb

Hi there all I am in the process of developing a knowledgebase.. I have some cool click and copy script but it doesnt allow me to format the text that is copied so that I can copy an already fromatted email.. for example: Hi, thank you for contacting us, blablablablablablablablablablabla …

Web Development email javascript
Member Avatar for tgreer
0
489
Member Avatar for vssp

Hai Friends I need another clarification GD lib. I want to create the new image using GD lib. I user select one immage and set the dimension values and press enter the new immage the given dimension value Please send me any sample code How to create the new image …

Web Development php
Member Avatar for joelgreen
0
161
Member Avatar for SirHoliday

Hey I have a website ( [url]http://www.ppltalkin.com/[/url] ) and the administration panel is powered by [I]cPanel[/I]. I want my members to be able to apply for an email address and have one automatically created for them on the spot! I have squirrel mail installed and I have a cPanel password …

Member Avatar for joelgreen
0
285
Member Avatar for anamerican

I have a tell a friend page done in PHP adnd I'd like to have it so that they can't edit/change the message only add their email & friend email...and not be able to add spam to it. and I'm pretty new at PHP so Thanks in advance for any …

Web Development email first-post javascript php
Member Avatar for StatiX
0
109
Member Avatar for Gravis

Greetings, I need help with the javascript below. So far, I am able to pass the date through a pop-up calender and this script receives the date in format of "28 Aug 2006 11:47 PM" as a string. I then split the string and take each field for further processing. …

Web Development javascript
Member Avatar for Gravis
0
212
Member Avatar for BT2005

hey all, i was wondering if anyone has the code for "Alternating backgrounds", i dont know if that is the term for it, but its where you load a page, and the background is differnt everytime you load that page, do you follow?, well im very new to html and …

Web Development javascript
Member Avatar for sjaak
0
538
Member Avatar for darylcharm

hi i am new in javascript, can somebody please assist me on how to to this validation: starts with ZPR 11 characters(the rest will be numbers only) total of 3 characters and 8 numbers thank you for your time guys.

Web Development javascript
Member Avatar for anuradhu
0
116
Member Avatar for petzoldt01

Hello, I am sort of new to PHP programming. I am very familiar with C++, but i seem to be having some stupid little problems in PHP. The code I am writing is to validate the information from a form and then email the information in the form to an …

Web Development email first-post php web-browser
Member Avatar for Puckdropper
0
99
Member Avatar for kibanga

I am learning to set up a cookie and assign a user_Id to whoever visits my website. I want to keep a record of all user IDs in mySQL database. I tried something like this: [PHP]if(!isset($HTTP_COOKIE_VARS['user_id'])) { $cart_id = md5(uniqid(rand())); $COOKIE=setcookie("cart_id", $user_id, time() + 14400); if (!$COOKIE) { echo "To …

Web Development mysql php
Member Avatar for Puckdropper
0
242
Member Avatar for Dani

Is there ANY method to delay the loading of 3rd party javascript advertisements until the rest of the page has finished loading? When my ad server gets sluggish, it delays the output of my site, which is killer. And yes, I already know about using position:absolute to place the JS …

Web Development javascript
Member Avatar for Sailor_Jerry
0
150
Member Avatar for accioportkey

how to check a word weather it's a palimdrome or not in PHP???

Web Development php
Member Avatar for Puckdropper
0
127
Member Avatar for AndrewSmith

hey. I'm trying to get a grasp on XML for use with AJAX. here is my code. what i want to do is grab the stuff between the 'content' tags, and display it. then i want to take the stuff between the 'script' tags, and eval it (so it will …

Web Development javascript xml
Member Avatar for Sailor_Jerry
0
103
Member Avatar for Woobag

Ive done several echo's and such to make sure info is in my variables before. When i do the first update on the page, i think the second one is running too. Either way, my record is being deleted for whatever reason... Aside from some help with the current setup, …

Web Development email first-post perl php
Member Avatar for Woobag
0
100
Member Avatar for pillow

I have installed apache 2.2.3 and PHP 5.1.5 on Win XP (IIS is also set up on different port) I have try the sample code from php.net; however, it keeps giving me error on opening the file please help. [php]<?php $file = "data.xml"; $depth = array(); function startElement($parser, $name, $attrs) …

Web Development apache file-system php xml
Member Avatar for pillow
0
163
Member Avatar for techniner

Anyone have any sites that are a HotScripts Equivelant? Currently I have software I would like to list at a few other top Software Distribution points such as this. Let me know and thanks in Advance.

Web Development
Member Avatar for singlespreview
0
238
Member Avatar for AndrewSmith

Holla I am using AJAX to load content into a section of my website. I would like the content that is loaded in to execute some javaScript. However, when i simply include it in the response, it doesn't get evaluated. Say i request a page, test.htm. That page includes ONLY …

Web Development javascript
Member Avatar for Sailor_Jerry
0
352
Member Avatar for krakselikrox

a question about javascript. I have found out how to get a random picture every time you push a button (without refreshing the page). Is it at all possible to do that with soundfiles, (and how)? I have tried i feel like everything but i can't get it to work. …

Web Development javascript
Member Avatar for grunge man
0
225
Member Avatar for cpopham

I am wanting to know what ways to attempt to do this. I want to set up an ASP >NET database service. The database (MySQL) will be hosted by a web hosting company which mya not be secure. I am thinking the best way to store clients' data would be …

Web Development asp asp.net encryption web-browser
Member Avatar for nunnakk
0
203
Member Avatar for vbgaya

What I ask can be very familiar to most of you. So, please don't point me a URL in MSDN, I can't understand the stuff there. Instead please add the "lacking" codes and help me to complete the code.I need to store First Name and Last Name of userswhich come …

Member Avatar for nunnakk
0
135
Member Avatar for gil857

For my work, I am making a web application for our intranet that will query our accounts, and based on the input, will pull out the appropriate contact's email address to send a pre-scripted message. I can't seem to find a good answer on the net, but my question is: …

Web Development asp email queue web-server
Member Avatar for gil857
0
110
Member Avatar for silverdollar

I am trying to find a good way to parse the input from a textarea into HTML (including line breaks etc) Basically the user needs to be able to not enter markup in order to keep the format they enter their data in. For instance if they enter: Here is …

Web Development html-css php
Member Avatar for silverdollar
0
186
Member Avatar for vssp

Hai friends, I am very confused this task. please help me. if five banners are stored in one location , I want to displayall the banners simultaniously in my application. How to rotate the webpage top banner ? In my application i am getting the immage details using database. Please …

Web Development php
Member Avatar for vssp
0
89
Member Avatar for kibanga

I have files of several with geographical information of several places and animals that i want to be accesed by through the menu. Here is an outline of my project; I have simplified it by taking only parts that are relavent for my questions below. I have a PHP class …

Web Development first-post html-css php
0
171
Member Avatar for baysiqq

[PHP]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Login Processing...</title> </head> <body> <?php $username = $_POST['username']; $password = $_POST['password']; if( $username != null or $password !=null) { $conn = @mysql_connect("localhost", "uesrname", "pass") or die("could not connect"); $rs = @mysql_select_db( "siqq_web", $conn ) …

Web Development php
Member Avatar for blacksmoke
0
106
Member Avatar for Gravis

Greetings, I need help with preselecting checkboxes in a HTML form. The first form has several checkboxes and then I post this to a php page which based on the checkboxes selected will send out emails. Each check box corresponds to an email address. After I send an email to …

Web Development email first-post php
Member Avatar for Puckdropper
0
363
Member Avatar for nicekitty

Hi everyone, I let a friend use a directory on my website for his art e-zine. He emailed me this morning because he's having trouble getting 2 forms with the same javascript to work on the same page. I really don't know anything about javascript, though (neither does he), and …

Web Development javascript
Member Avatar for FC Jamison
0
127
Member Avatar for kssprabhu

Dear all. greetings here is the code snippet for student database search. whatever number i enter in the textbox,it says that student details r not found. please verify it. HTML code [code=html]<html> <head> <title> Student Search </title> </head> <body> <form method="POST" action="http://localhost:7001/jsp/result.jsp"> <table align="center" width="50%" border="0" cellspacing="4" cellpadding="4"> <tr> <th …

Web Development first-post java-jsp session
Member Avatar for hooknc
0
800
Member Avatar for Woobag

Hey guys, im just starting out in php and im attempting to build a login script that works takes info from my table userinfo. The values in userinfo are created from createuser.php. Here is the error i am getting in my code:[code][B]Parse error[/B]: parse error, unexpected T_INC, expecting ')' in …

Web Development first-post php
Member Avatar for Woobag
0
102
Member Avatar for hbmarar

Hi, Good Morning. I wanted to slice one image to tiles and i got a script for it. I did not had a photoshop so I got Photoshop CS2 Version 9.0. This script was working fine but it says error over a copy command. [code] // We make sure our …

Web Development google javascript
Member Avatar for hbmarar
0
414
Member Avatar for joonoh05

My users would like to have a button to send them back to their original search results after having moved through serveral pages forward. I have already tried using [ javascript:history.back(1)] and doesnt work very well; it doesnt send be back to the seach page. Does anybody have any suggestions …

Web Development coldfusion javascript
Member Avatar for joonoh05
0
270
Member Avatar for mikefitz

Hi, I'm using the DataGrid control with databound columns. I have an EditCommandColumn to allow for the Edit of the row. I'm having trouble retrieving the values of the row being edited in the UpdateCommand event. For example e.Item.Cells(4).Text and DataGrid1.Items(lCurrRow).Cells(4).Text always returns a blank value instead of the value …

Web Development asp.net
Member Avatar for mikefitz
0
164
Member Avatar for zippee

Hi there, I am trying to integrate a simple mailing list/newsletter script (in php) to my site, which will be share by my clients (to their customers). Is there any off the shelve and free one available? I knw I may find it from hotscripts.com, but would appreciate any good …

Web Development php
Member Avatar for aarya
0
199
Member Avatar for vssp

Hi friends Thanks for your repaly for all my question.. I need one update query. I have selected the datas are insert with coma ",". Query SELECT city FROM `locations` WHERE city REGEXP ',' I got the result.. Silver Spring, Elkins, PORTLAND, Baltimore, I need like this Silver Spring Elkins …

Web Development php
Member Avatar for aarya
0
154
Member Avatar for jackfusion

Mysql info [IMG]http://kennyleitz.googlepages.com/mysql.jpg[/IMG] [PHP] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <?php /* call this script "advs.php" */ if(!$c) { ?> <form action="advs.php?c=1" method=POST> <b>Find Results with: </b><br> Any of these words: <input type="text" length=40 name="any"> <br> …

Web Development first-post mysql php
Member Avatar for iamthwee
0
177
Member Avatar for vbgaya

I want to fill a drop down list with some data in a data source. I defined a page level array and redim it in Page_Load. I get an error saying "Object reference not set to an instance of an object" The error occurs at the statement, Page.DataBind() Below is …

Member Avatar for postmaster
0
121
Member Avatar for Beards247

Very new to Javascript, so don't kill me - just need it to work... Want divs to be visible based on which radio button is selected. Code works exactly as needed in IE. FF and Opera both show the first div, but do not toggle. [code] <style type="text/css" media="all"> label …

Web Development first-post javascript
Member Avatar for Beards247
0
198
Member Avatar for mkgupta

I need to use .htaccess file but i have no idea about it so tell me some tips

Web Development php
Member Avatar for Puckdropper
0
110
Member Avatar for FC Jamison

OK...here's the background: I want to use javascript to write a CSS dropdown menu. Since I want to be able to float the menu to either the left or the right depending on the site I am using it on, I need to grab the float value (either right or …

Web Development javascript
Member Avatar for FC Jamison
0
218
Member Avatar for Tim Kelly

Hi, I'm new at this and need some help. I'm writing a simple validation page, and have edited my web.config page to include the path to a system database that points to an access db. All is well except I have over 100 messages all saying: [Message 2 Could not …

Web Development asp.net microsoft-access
Member Avatar for Tim Kelly
0
228
Member Avatar for ashneet

well I am using this code to format my date and time: [php]$date = date("m/d/Y g:i:s A T"); echo $date;[/php] and it prints out: [code]08/10/2006 4:07:37 AM GMT[/code] The problem is that it is printing the time in GMT which is wrong as I want it to tell me the …

Web Development php
Member Avatar for Puckdropper
0
185
Member Avatar for shantuli

can anyone pls fix up the problem Regvalidate.asp page coding : <% MyFirstName = Request.Form ("login1") MyLastName = Request.Form ("login2") MyUserName = Request.Form ("login") MyEmail = Request.Form ("email") MyPassword = Request.Form ("password1") MyGerder = Request.Form ("gender") MyDateofBirth = Request.Form ("login3") MyAge = Request.Form ("login4") MyCountryofResidence = Request.Form ("countryofresidence") MyMaritalstatus = …

Member Avatar for Pymes
0
390
Member Avatar for MikeTiger

[COLOR=#000000]After were installed apache server and php I can not browse web pages with extension php ... why so? [/COLOR]

Web Development apache php web-server
Member Avatar for aarya
0
180
Member Avatar for greddybears

Hello, I am looking for a texas hold' em poker php script for my website. I would like it to work like [url]www.pokkerroom.com[/url] or another popular poker site. If anyone has any info about where I can find something like this please let me know. I am also like to …

Web Development php
Member Avatar for aarya
0
195
Member Avatar for vssp

Hi Friends I got very big issue I hope some one can solve my issue!! How to write the new line in existing pdf file ? I am using third party library file libphp_pdf.dll its working in linux machine only. I am try to configure windows machine i got the …

Web Development file-system pdf php
Member Avatar for vssp
0
499
Member Avatar for sqlchopper

i have 5 fields that show a numeric amout. dem2textbox.text iif2textbox.text fir2textbox.text fab2textbox.text net2textbox.text vb.net allow me to format the value from example 1000 to 1,000 using this code. wn = iff2TextBox.Text iff2TextBox.Text = wn.ToString("N0") fields names below shortened for example. my javascript gets run any time iif2, fir2 or …

Web Development javascript vb.net
Member Avatar for sqlchopper
0
198
Member Avatar for mikefitz

Hi, Does anyone know how to format a DataGrid control with fixed Height and Width values with a vertical scroll. The DataGrid columns are bound to a Dataset. Thanks

Web Development asp.net dataset
Member Avatar for mikefitz
0
241

The End.