52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Knad

Hello, I have just begun recoding my site and whenever i use PHP to put data on a page via an IF statement it overlaps any cells that are below it, and it also seems to be extending my left menu to the right. The left menu works when logged …

Web Development first-post php
Member Avatar for Yuki H.
0
156
Member Avatar for Bob Bamburg

Help... I have just been presented with the responsibility of supporting a JSP application. The person who was handling EVERYTHING has left us (Rest his soul) and did not leave any documentation. The first thing I need to do is create a backup server and copy the application to it. …

Web Development apache java-jsp windows-server
Member Avatar for jwenting
0
124
Member Avatar for red_evolve

Greetings. I encountered this little problem and am stuck. I don't know what should I google. I am developing a webpage with Coldfusion and I need to use some Javascript also. I have a component, and onclick of that component, I would like to call a Javascript function and pass …

Web Development coldfusion google javascript
Member Avatar for alpha_foobar
0
132
Member Avatar for bennetjosem

This one isnt working! [code]function insertpath($num){ echo " <td colspan=\"3\" align=\"left\"> <br>\n"; echo " <b>Date Published</b>:",$Date_Added[$num] ,"<br>\n"; echo " <b>Sample</b>:",$Sample_Views[$num],"</td>\n"; } insertpath(0); [/code] But this one Works [code] echo " <td colspan=\"3\" align=\"left\"> <br>\n"; echo " <b>Date Published</b>:",$Date_Added[$num] ,"<br>\n"; echo " <b>Sample</b>:",$Sample_Views[$num],"</td>\n";[/code] Well not woking in the sense the values …

Web Development php
Member Avatar for senexom
0
136
Member Avatar for moosigal

I'm in need of a PHP tutor/instructor. Does anyone have any recommendations? My background is in front end (HTML, JavaScript, CSS), and I'm having a change in my job at work and need to get up to speed quickly. I'm not even sure what book(s) to pick up. I do …

Member Avatar for Atomical
0
361
Member Avatar for Atomical

I've been coding php for about four years now on and off. I'm attempting to write a script that will replace links on a page with another link. I'm debating whether it's even worth it to try to code something with strpos. I was of the opinion that preg_match would …

Web Development google php
Member Avatar for Atomical
0
210
Member Avatar for stevoo

basicly i have a vbulletin forum and i am trying to create a simple web page , now the thing that i do not now is how can i obtain the current Members that are registered in the forum and show it in my web page

Web Development php vbulletin
Member Avatar for Gary King
0
209
Member Avatar for Walyer

Hey, I've been trying to setup a search page for the last week with no luck. I've been reading books (maybe not the right ones) and searching the web for examples, also with no luck. I'm using Microsoft Access for my database and Coldfusion 6.1 for my server. What I've …

Member Avatar for Torch7
0
277
Member Avatar for Letscode

[B]PURPOSE [/B] I'm trying to adjust the styles of buttons,textbox ....(More like height,width,text size) so that it looks good for each and every resolution,window size.. [B]ISSUE [/B] Whenever I change the attributes like background and size,While using Internet Explorer its working fine but in Mozilla its not working at all …

Web Development asp.net
Member Avatar for tgreer
0
247
Member Avatar for ashneet

Hi All I need help and i am new to php so bare wih me :confused: what i m tryin 2 do is that add poduct shipping handeling togther to get an avraged rate so this is the part of code Troubling me: [CODE] $nrow = mysql_num_rows($result); if ($Vh4 == …

Web Development php sql
Member Avatar for ashneet
0
285
Member Avatar for jerMAn

I've made a web-crawler in VB6. I'd like to port it to .NET so I can make it accesible to the public over the web. Basically my own version of Poodle. Porting most of the code will be very easy, BUT, I haven't found any way via .NET to read …

Web Development asp.net html-css web-server
Member Avatar for jerMAn
0
127
Member Avatar for sharp_edges

Example : [url]http://rpol.net[/url] I am trying to create a site of the same nature and trying to avoid "Cgi". A Few questions: The example above allows users to create threads in allowed areas only. Further in some areas user can only post.. In others they can Admin thier threads.. I …

Web Development first-post php phpbb
Member Avatar for Troy
0
255
Member Avatar for Ezju

I would like to open a web page with several layers on it to a specific layer depending on the link on the previous page. I know I can do this from within the same page but I would like to do this from an external page. Can I and …

Web Development javascript
Member Avatar for Ezju
0
525
Member Avatar for bitfiddler

:( I have a website at: [url]http://www.outingsunlimited.com[/url] This site has quite a few "mouseover" images (37 actually) and I need to preload them before I start. When someone goes to the site, while the images are loading.....the screen is just blank and they think there is a problem.....:( HELP !!

Web Development javascript
Member Avatar for bitfiddler
0
183
Member Avatar for benny

Hi, I'm learning ASP.NET. I have installed Free ASP.NET Web Development Tool , which is Webmatrix, but when i'm using this tool to create web forms its not user friendly, because it is hard to move objects from one place to another place. I have created couple of web forms …

Web Development asp asp.net operating-system
Member Avatar for jerMAn
0
216
Member Avatar for katisco

This is my php page it's have javascript problem so plz tell me what should i do. <?php session_start(); if($permission=="yes"){?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Gallery</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; …

Web Development html-css image javascript
Member Avatar for Troy
0
112
Member Avatar for Gnome_101

I have the following code, which tries to see if someone selected a drop down menu item that is already part of the database. If it is, then the error message should show up. [PHP]$size_of_user_array = count($user_selects); $size_of_db_array = count($already_in_db); for($y=0;$y<$size_of_user_array;$y++) { $input = $user_selects[$y]; for($r=0;$r<$size_of_db_array;$r++) { //echo "Already in …

Web Development php session sql
Member Avatar for Gnome_101
0
121
Member Avatar for 4BoredomDotCom

I am trying to make a joke site..... I havent dont the rating system yet but have one previous issue to deal with and cant find it in any of my books. I want to have a password protected admin page, addjoke.php where I can add by category like "Blonde …

Web Development php
Member Avatar for Troy
0
106
Member Avatar for symoore22

Im getting an error with my website when i try using sessions. Im new to it so im probably doing something stupid [url]http://www.bluetipdvd.co.uk/cart.php[/url] [B]error message:[/B] Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/bluetip/public_html/cart.php:4) in /home/bluetip/public_html/cart.php on line 4 Warning: Cannot modify header information …

Web Development html-css javascript php session
Member Avatar for Troy
0
149
Member Avatar for TedN

I am using setTimeout() to provide a delay between changing images. The images are changed by looping back through a function. clearTimeout() is used to cancel the setTimeout function. The problem is that I would also like the initial image (image1.jpg) to be displayed when I'm finished with the looping. …

Web Development image javascript
Member Avatar for TedN
0
144
Member Avatar for ashneet

Hi all First of all i m still new 2 php so please help me out. I am makin an small shipping system using php and i want to make it so that when people submit zipcode the form should only submit the first two digits instead of whole thing …

Web Development php sql
Member Avatar for ashneet
0
106
Member Avatar for dafabe

I am currently re desigining a web site and would like to make things easyer by using php. I have the basic design done in html tables and want to change the content of cells depending on what links are clicked on, or at least i think this is the …

Web Development php web-design
Member Avatar for Troy
0
115
Member Avatar for girlGeek

I have a pretty straightforward pair of aspx pages that were working just fine until last night. The first page has a form that posts to itself, updates some values in a session object, then calls Response.Redirect to the second page. The second page loads a datagrid from the session …

Web Development asp.net session
Member Avatar for girlGeek
0
244
Member Avatar for magusdf

hi, i'm kind of new to asp i used a few tutorials to put together a basic login page and to dump the information to a cookie. [B]overview:[/B] i guess what i'm trying to accomplish is to have an ASP.net login page and JavaScript validation though out the pages it …

Web Development asp asp.net javascript
Member Avatar for magusdf
0
581
Member Avatar for forgotteneagle

I have some questions pertaining to php and I need help! [B]1)[/B]I want to display random art in my signature but I want it behind a frame and with the artists's name written on a "nameplate" [B]2)[/B]I want to have a guest book in my signature that you can post …

Web Development display first-post image php
Member Avatar for darklordsatan
0
141
Member Avatar for Letscode

[B]PURPOSE[/B] I'm trying to create an email webform.. [B]REQUIREMENT[/B] I need a box for users to enter their Message. [B]ISSUE[/B] In want to use TEXTAREA but I dont know whether its available in ASP.NET server controls..But certainly TEXTAREA control is available on the client HTML section. [B]QUESTION[/B] Are there any …

Web Development asp asp.net client-server email
Member Avatar for Letscode
0
337
Member Avatar for luny

I'm still a newb with php, and i've been messing with this for hours with no success. First, heres the sql dump for the three tables I'm using here they are: DROP TABLE IF EXISTS news; CREATE TABLE news ( id int(10) unsigned NOT NULL auto_increment, postdate timestamp(14) NOT NULL, …

Web Development display first-post php sql
Member Avatar for zippee
0
108
Member Avatar for snufse

I have a form from where user want to connect to a DB and fill a spread sheet (excel). This is supported in vb.net. Below syntax gives me error in asp. Below is my code. Thanks. Dim xlApp As Excel.Application = New Excel.ApplicationClass Dim xlBook As Excel.Workbook Dim xlSheet1 As …

Web Development asp asp.net vb.net
Member Avatar for Paladine
0
148
Member Avatar for DJ1UK

Hi All, First post here so be gentle! I'm working through Sams Teach Yourself ASP.Net book and have come across an error with one of the basic examples. The example is to do with .vb and .aspx files and compiling them. I have succesfully compiled the database.vb file. The contents …

Web Development asp asp.net first-post
Member Avatar for Paladine
0
591
Member Avatar for Horizon

I am trying to databind one entry retrieved from a SQL statement. All I want to do is databind in the code behind page. For some reason I have lost my brain and cannot figure out how to do it....

Web Development asp.net sql
Member Avatar for Paladine
0
154
Member Avatar for tishr

hi!!! actually i'm doing a project for e-survey. the problem is that when i create different types of control, an error message is displayed. but if i create only radio buttons, everything fine. can u plz see my problem. thanks ant ---------------------------------------- Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient …

Member Avatar for tgreer
0
129
Member Avatar for jpt62089

I am looking for an experienced PHP Programmer to help me with a website I am building. This will be strictly volunteer but that programmer will earn a spot as a staff member on my new site. I do not want to give out any details right now but if …

Web Development cms email php
Member Avatar for jpt62089
0
108
Member Avatar for symoore22

hi i am trying to turn this code: strOutput += "<input type=hidden name=\"amount\" value=\""+ moneyFormat((fTotal + fShipping + fTax)) + "\">"; into a html form line: <input type=hidden name="amount" value="??????????"> im not sure what i shud be putting in the value bit. can anybody help thanks simon

Web Development javascript php
Member Avatar for darklordsatan
0
141
Member Avatar for snufse

I have a web page that will display an image (ie a logo). I am using the following code but the image is not being displayed in the image control. Image1.ImageUrl = "C:\logo.jpg". Thanks.

Web Development asp.net display image
Member Avatar for Paladine
0
336
Member Avatar for macsgirl

I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening. > <code> > Edit mode the index of a dropdownlist does not start at the …

Member Avatar for Paladine
0
184
Member Avatar for EddyJiang

I intend to use session variable to capture searching keywords and catagory input by user. I created datatable dTable to store "catagory", "keyword" and "ID" and save it into session variable session("MyCat") when page is firstly loaded. If it is still within same session time frame, any new input will …

Web Development asp asp.net session
Member Avatar for Paladine
0
267
Member Avatar for DiNo_r

Hi There, I am very new to ASP.Net, just started to migrate this week. I am also sorry if this question has been asked in the Forum already, i have searched but not found anything. I am looking to pull some data from a database using the following code: [COLOR=Red]dim …

Web Development asp asp.net display
Member Avatar for Paladine
0
121
Member Avatar for seemajanardhan

Hi! I hope someone can help me out on this one. I have been trying to get it work since last night. I am making an application where I can add a quiz. The quiz has questions. Each question has a certain number of choices and out of those choices …

Web Development first-post mysql php
Member Avatar for ravi_be
0
297
Member Avatar for Stick

Hello All, I have a form that I created for user login. It has three fields. username Password Date I want the date field to default to the current date when users login. Can anyone help me with setting a default value for the date field? Thanks in Advance! Stick

Web Development php
Member Avatar for Stick
0
174
Member Avatar for goldeagle2005

I'm having a wee bit of trouble. The code is as below: <%@ Language="VBScript" %> <% AlbumArt=/music/Request.Form("artist")/Request.Form("album")/Folder.jpg %> The values of artist and album are obtained through a form. What I want is that whenever a user submits the form with, say artist as "Dream Theater" and the album as …

Web Development asp sql vbscript
Member Avatar for william_stam
0
116
Member Avatar for sm00nie

Hi all, Is there a way I can delete or expire a cookie that's been left in the users browser cache with php ? The reason I ask is, I'm setting up a paypal store, and if users already have a paypal cookie in their cache when they checkout from …

Web Development php
Member Avatar for sm00nie
0
92
Member Avatar for cynch

I have built a site and it looks fine when the screen is full size but cuts off when you make the screen smailler. What can I do to keep it looking the same on different screen sizes?

Web Development javascript
Member Avatar for cynch
0
240
Member Avatar for sm00nie

Hi all, Would anyone know how to search an external html file for a work or phrase ? I was thinking something like - [code]<?php $fp = fopen('http://www.google.ca', 'r'); if (preg_match('/Google.ca/', print fgets($fp))) { echo "match"; } else { echo "no match"; } ?>[/code] Unfortunently, that doesn't work, but you …

Web Development google html-css php
Member Avatar for sm00nie
0
238
Member Avatar for akoloff

this seems to be a very simple problem, but i just can't get it done. how do i set a variable which is to display url response? let's say my request is "http://domain.com/datavalue.htm". the request returns some value ( let's say "30.0" ) when i use it with browser. now, …

Web Development asp display javascript
Member Avatar for Troy
0
200
Member Avatar for Yuki H.

I have a bit of a problem with my newsletter here is the error I get: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/happy/public_html/newsletter/subscribe.php on line 64 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/happy/public_html/newsletter/sindex.php on line 244 Warning: extract(): …

Web Development display email first-post mysql php
Member Avatar for Yuki H.
0
176
Member Avatar for hanpedro

I have a problem on mysql_query on using 2 dbs on 1 mysql server. Please help, and code is;; <? $db1[host] = "localhost"; $db1[user] = "abc"; $db1[pass] = "1234"; $db1[db] = "db1"; $db1[dir] = "a/ab"; $db2[host] = "localhost"; $db2[user] = "abc"; $db2[pass] = "1234"; $db2[db] = "db2"; $db2[dir] = "a/cd"; …

Web Development first-post php
Member Avatar for Troy
0
109
Member Avatar for demetri007

I installed Apache2, PHP5, openssl, Mysql4.1 all from src(except MySql=>RPM). The problem I am having is with PHP ( well I think anyway ). When I start Apache it loads php without error, but when I point Firefox to localhost/test.php which contains CODE: <?php phpinfo(); ?> ,its displayed rather than …

Web Development apache php
Member Avatar for demetri007
0
255
Member Avatar for thandermax

Dear all members, I have a problem . As i use dial up network as a mean to get to the internet it is some times costly to upload my code to internet and then test . As i am learning PHP recently , if any body suggest any way …

Web Development apache php
Member Avatar for darklordsatan
0
180
Member Avatar for fineline

hi every one i have a problem with my program the problem is cant make a chek if the account is exist or not in the data base (for login the web site) the error message is: [SIZE=3][COLOR=Red]The ConnectionString property has not been initialized[/COLOR].[/SIZE] here is my code Imports System.Data.SqlClient …

Web Development asp.net open-source session sql
Member Avatar for fineline
0
147
Member Avatar for Anddmx

Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30506: Handles clause requires a WithEvents variable. Source Error: Line 70: Line 71: Private Sub cmdLogin_ServerClick(ByVal sender …

Member Avatar for Letscode
0
154

The End.