52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for chicaloca

hi everyone I'm really just looking for some help to get started really. I've done a postgrad in web design and multimedia however have had no luck getting relevant work yet. I've designed a small demo site which I've uploaded onto some free webspace however I want to expand my …

Member Avatar for chicaloca
0
228
Member Avatar for xuexue

i already have a running code regarding this, however, when i embed the database, it cannot access the next records...help pls..

Web Development mysql php
Member Avatar for diafol
0
115
Member Avatar for shweta_babbar

In my website on trip planner,I want that user can check if room is available or not...b/w particular dates.. how can i do this? also..how shud i create the database..??as in what atrributes shud i use?

Web Development asp.net
Member Avatar for wilch
0
106
Member Avatar for itsjareds

Here's a script I worked up to convert binary code into ASCII. Didn't work out an ASCII to binary conversion yet.

Web Development javascript
Member Avatar for digital-ether
0
996
Member Avatar for nigelsponge

Hi , I am using an explode function to split some comma separated colors into a drop down list. [CODE]<?php // Split the string up into an array of values $dropdown_data = explode(",", $row_rsApparel['Item_Colors']); // Output a dropdown echo '<select name="color" id = "color">'; foreach($dropdown_data as $key => $value) { …

Web Development php
Member Avatar for nigelsponge
0
429
Member Avatar for jaimca

I need a java script code tat changes the mouse pointer to an image of my choice when a button or an image is clicked .. Please help me out regards jai..

Web Development javascript
Member Avatar for serkan sendur
0
137
Member Avatar for Datsun90

Hi, I have a web application that uses a class called "CommonFunctions" located in the App_Code folder. I can use functions in this class in the ASPX file, e.g.: [CODE] <script language="vbscript" runat="server"> dim X as string X = CommonFunctions.Func1() </script> [/CODE] This procedure works correctly in the local host. …

Web Development asp.net vbscript web-server
Member Avatar for sedgey
0
134
Member Avatar for sonia sardana

I want to develop a login page ,i want that admin username & password to be saved in asp file suppose FrmLoginDetails.asp. Username - sonia Password - citm123 When the user logins,i want that his entered usernme & password to be compared with the that are stored in file FrmLoginDetails.asp.. …

Web Development asp asp.net file-system
Member Avatar for sedgey
0
94
Member Avatar for AbhishekGoenka

Hello I have created an ActiveX control in VB6.0 and trying to embed this ActiveX control in Asp.Net 2.0 through the following command. But I can’t see anything in my aspx page whereas it works fine with html page. [COLOR="Green"]<object id="ctlVBAX" classid="clsid:B7C88829-7BCF-4AB6-95A5-F63ADBEA151A" codebase="vbActiveX.CAB#version=1,0,0,0"> </object>[/COLOR] You can download the cab file …

Web Development asp asp.net
Member Avatar for Ramesh S
0
220
Member Avatar for shahursk

hi friends, i am new to this forum. i got a problem for sending mail to checked values(check box) on the form. i enclosed the file for us. please any one check this and fix my error as soon.

Web Development php
Member Avatar for wilch
0
136
Member Avatar for csharplearner

Hi all, My client wants to host the videos on his site using the embed code and link of the video. What is the best way to protect the videos from downloading or saving it into pcs. Client wants his videos to remain secured and private and users can view …

Web Development php
Member Avatar for edwinhermann
0
127
Member Avatar for Stefano Mtangoo

I need to format PHP to use with one of my date field (DATETIME). I want to get current time and format it. I have checked some googled articles but I cannot get far. Please help me!

Web Development mysql php
Member Avatar for Stefano Mtangoo
0
216
Member Avatar for kristo5747

Hello! I am a newbie who's trying to code in my app a way to send email with file attachments. Here's the code I put together (thanks to Google!). [code=php]<?php $fileatt = "/somedir"; $fileatt_type = "application/zip"; $fileatt_name = "logos.zip"; $email_from = "joe@work_email.com"; $email_subject = "attachment test-subject"; $email_txt = "attachment test-body"; …

Web Development email file-system php
Member Avatar for sarithak
0
1K
Member Avatar for jithusdani

Hi folks, I wanted to get the value of the clicked A href links, somebody please help.... i have something like this, [CODE] <a href="javascript: void(0)" onClick=window.open('<?php echo $rows['file_name']?>','welcome') style="border:0 ">View</a> [/CODE] So i want to get the value if user clicks the href button. so please anybody...

Web Development php
Member Avatar for jithusdani
0
160
Member Avatar for Renzokouken_22

 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\xampp\htdocs\plaincart\library\config.php:1) in D:\xampp\htdocs\plaincart\library\config.php on line 7 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\xampp\htdocs\plaincart\library\config.php:1) in D:\xampp\htdocs\plaincart\library\config.php on line 7 Hello guys.. Above are the errors that …

Web Development php session
Member Avatar for Renzokouken_22
0
243
Member Avatar for j_limboo

How to get value from Dropdown and text values Please advice [CODE] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form action="tst.php" method="GET"> Input Keyword: <input type="text" name="q" style="width:200px;"> <input type="submit" value="Search"> </form> <select> <option value="SC">South Carolina</option> <option value="SD">South Dakota</option> <option value="TN">Tennessee</option> <option value="TX">Texas</option> <option value="Alaska …

Web Development php
Member Avatar for CFROG
0
2K
Member Avatar for lcyew

I have a table displaying some leave information about staff. In the table, the value for "from" date, "to" date and leave entitlement for staff is retrieved from the database and are allowed for update. I'm using onChange function to keep the table updated wherever there is any of the …

Web Development php
Member Avatar for kylegetson
0
96
Member Avatar for nazd28

hi im getting an error wen i give this syntax in order to retrieve info from my db into a txt box <input type="text" name="tname" <%out.println(rs.getString(1));%>/> pls help

Web Development java-jsp
Member Avatar for nazd28
0
158
Member Avatar for adino2

I written a code to create a image viewer using javascript. But the script only works in IE but not in firefox. Please help. The code is below...... [CODE] <script type="text/javascript"> function changeImage(filename) { mainimage.src = filename; } </script> <center> <img src="images/bg.jpg" name="mainimage" width="419" height="282"> <marquee width="90%" scrollamount="5" onmouseover="this.stop();" onmouseout="this.start();"> …

Web Development javascript
Member Avatar for matthewmaxwell
0
144
Member Avatar for Agent Cosmic

I am very interested in developing RIAs. So I just wanted to know you opinions of each of them. I have a good foundation of XHTML and CSS, so is AJAX better? -How compatible are they? -How well do they handle images and animations? -How flexible and versatile are they? …

Web Development flash html-css javascript xml
Member Avatar for Troy III
0
111
Member Avatar for serkan sendur
Member Avatar for digital-ether
0
222
Member Avatar for macross

I am new to php/sql, please forgive what must be a very basic question. I created a simple php form and have it send the data to a 2nd php page which then inputs the form data into a sql DB. I have it working 100%, but a question comes …

Web Development php
Member Avatar for macross
0
158
Member Avatar for dottomm

Hello, Thanks in advance to anyone who can answer this question. Can I record a users ip address without them logging into my site? I have a list of documents that I would like to make available and would like to get an idea of who may be viewing them. …

Web Development mysql php
Member Avatar for dottomm
0
185
Member Avatar for cfcoder2

Hi Guys, I’m panicking for this issue. Please help. I have a form that all the rows of the table are dynamic and there are text areas in each row that the value could change. The only thing that makes each row unique is the Month row belongs to Month …

Web Development coldfusion
Member Avatar for arrgh
0
147
Member Avatar for om1d_h

Hi, I need to generate a PDF report from my MySql. The problem appears when we want to write in Persian. The PDFlib appearently doesn't support UTF-8. I also checed UFPDF. It neither work well. Any advice? I use: PHP Version 4.3.7 mysql: Client API version 3.23.49

Web Development api pdf php
Member Avatar for haggis-man
0
242
Member Avatar for click here

Overview this is a fast way to delete Records from your mysql datebase without loading the page . this jquery code can Delete a Record with animation fade-out effect using jQuery and Ajax. <FAKE SIGNATURE>

Web Development javascript-jquery php
0
167
Member Avatar for thebookie

I am having a few problems with the Timer component in ASP.NET. I can get it to work in the C# part of visual studio but not in the ASP.NET. The thing is a number will be logged into the website so each person will need to view the same …

Web Development asp asp.net visual-studio
Member Avatar for herrturtur
0
2K
Member Avatar for Nishanthi

i have a table with certain column names for example book table with name,author and price now i have a web form with three text box i need to add the text box data to database from ASP.Net form pls tell the coding urgent!!!!

Web Development asp asp.net
Member Avatar for sudheerdiwakar
0
111
Member Avatar for GavinHolt

Hi All, I have coded a function to work out all the possible combinations givien a list of properties and options. If the script was working out all the possible ways people would like toast, it might look like this. [CODE] Array ( [Bread] => Array ( [0] => White …

Web Development php
Member Avatar for gate7cy
0
664
Member Avatar for guyshahaf

i need to use a php script to recieve an email body text from flash and send that email to a fix address with a fix subject. i was able to do so but i got stuck with 2 problems: 1. why does a multiline text data get sended as …

Web Development email flash php
Member Avatar for veetee
0
1K
Member Avatar for hnissani

I have both firebug and venkman debuggers installed. Both seem to function yet neither works. I use firefox3.5.3., windows xp. Any suggestion?? Thanks

Web Development javascript windows-xp
Member Avatar for hnissani
0
121
Member Avatar for Stefano Mtangoo

Hi, its me again! I have faced this error trying to redirect from one page. Here is the error: [COLOR="Red"]Warning: Cannot modify header information - headers already sent by (output started at I:\xampplite\htdocs\site\insert.php:3) in I:\xampplite\htdocs\site\insert.php on line 28 Illegal action or other errors![/COLOR] here is insert.php [CODE=php] <!DOCTYPE html PUBLIC …

Web Development php
Member Avatar for almostbob
0
166
Member Avatar for tarunkhatri

Hi In my postgres databse, I have a table named grid_data. I want to insert a new row in that table whn someone enters values in the html form.. But dnt knw why its not working. below is the code. [CODE]<html> <head></head><body> <form action="test_insert.php" method="POST"> <table><tr> <td><input type="text" name="employee_id" value="0" …

Web Development php
Member Avatar for edwinhermann
0
130
Member Avatar for Stefano Mtangoo

Help me inspect this code. I cannot see error by myself. here are the codes for inc.database.php I'm learning OOP with PHP (I extensively using it with python but I'm noob to PHPiing) [CODE=php] <?php class Connectdb{ private $DATABASE = "site_contents"; private $HOST = "localhost"; private $USER = "root"; private …

Web Development oop php
Member Avatar for Stefano Mtangoo
0
148
Member Avatar for innocent.boys

i m new to php.. i have seen in many php sites...!! if jump from one page to another... it does shows the page name..!! URL remains at Index page..!! Only page changes..!! as i work..!! if i jump from one page to another..! Url also changes from page to …

Web Development php
Member Avatar for edwinhermann
0
3K
Member Avatar for innocent.boys

is there anyway to encrypt php code..???? or encrypt php file

Web Development php
Member Avatar for hemgoyal_1990
0
323
Member Avatar for ablitz

Greetings to all PHP gurus out there! Since I'm fairly new to php programming I have a question for you all. I have an array of objects, each object has a unique id property. What is the best way to alter some properties of that particular object?

Web Development php
Member Avatar for mick_sp
0
281
Member Avatar for grabit

Hi Folks Can I do the following please: In have a form for entering payments of invoices. If they pay the whole ammount that is ok BUT if they only pay a part payment i wanna do the following. On the form i have radion buttons (partpay yes & no) …

Web Development javascript
Member Avatar for grabit
0
98
Member Avatar for carlcarman

When I execute my functions the first one works fine and the second is called because I get my alert box but the second function does not execute. Any ideas why? Any input is appreciated. function changeFont() { <!--alert("changeFont function");--> document.getElementById("q4").style.fontStyle ="italic"; } function changeFontBack() { alert("changeFontBack function"); document.getElementById("q4").style.fontStyle="normal"; } …

Web Development javascript
Member Avatar for carlcarman
0
89
Member Avatar for Gearspro

Well with my forums, it is a "fluid" style which basically means the forums can stretch to fit any resolution. I was wondering if there was a way i could "set" a width for my forums or give it a minimum with that it could be while in the fluid …

Web Development php vbulletin
Member Avatar for Gearspro
0
84
Member Avatar for Altairzq

Hello, I thought the programming gurus in this forum could lend me a hand understanding recursion in Javascript. I'm following an online Javascript tutorial ("Eloquent Javascript", I recommend it to anyone) and chapter 3 shows this function: [CODE]function power(base, exponent) { if (exponent == 0) return 1; else return base …

Web Development javascript
Member Avatar for ~s.o.s~
0
132
Member Avatar for xuexue

please could you give me a code the simplest code possible for a pagination, i have one however, it does not display the next item in the database....

Web Development php
Member Avatar for diafol
0
101
Member Avatar for JayGeePee

I was wondering if someone could tell me how I can set a default image to auto increment, when one of my members sign up. I cant figure out how to set this in phpmyadmin. I could do it manually, but I'd rather it be automatically.

Web Development image php
Member Avatar for diafol
0
214
Member Avatar for gautamrekolan

HI, I am new to asp.net. I have 365 pages and i want to display each of those on 365 days say I have a page to be displayed on sept 19.. on clicking the Enter site it should validate which day and should navigate to that particular page. looking …

Web Development asp asp.net
Member Avatar for sknake
0
127
Member Avatar for timon_zed

Hello good citizens, Am trying to implement a simple web based shopping system, however I want to find out if there is a way in which i can reduce the quantity of goods in stock after customer buys just by using servlets without me having to go to the database …

Web Development java-jsp
Member Avatar for timon_zed
0
468
Member Avatar for TryingToDo

1. I have a simple application, which uses a html table to represent the data retrieved from the database. How can I add to each row from the Html Table, a submit button. The button can be something like delete or modify the dates from that specific row, so I …

Web Development java-jsp xml
Member Avatar for TryingToDo
0
127
Member Avatar for gk0110

Hi all, I need to apply the pagination concept in my jsp page. The result set which is used to serve the jsp page is obtained through a dynamic query. Is it possible to apply the pagination concept in this case.. Please advice me .. Is it possible to do …

Web Development java-jsp
Member Avatar for ~s.o.s~
0
270
Member Avatar for mcatominey

Can anyone explain why this isnt working? I have two files index.php and include.php, the code for both are below, index includes the include.php but it doesnt output anything. Include.php [CODE]<?php class test { var $two; $this->two = 'variable 2'; function test1() { $one = 'variable 1'; $testvar1 = $this->two; …

Web Development php
Member Avatar for kylegetson
0
129
Member Avatar for seanmc23

Hello All, First – I apologize if this is not the correct group – the asp groups seem to have a very low activity rate, so I decided to give this a try here. Whenever I try and run/debug my ASP.NET application, I receive the warning that “You do not …

Member Avatar for seanmc23
0
185
Member Avatar for karthikanov24

hi the following funtion to create thumbnail is called: [CODE]function copyImage($srcFile, $destFile, $w, $h, $quality = 75) { $tmpSrc = pathinfo(strtolower($srcFile)); $tmpDest = pathinfo(strtolower($destFile)); $size = getimagesize($srcFile); if ($tmpDest['extension'] == "gif" || $tmpDest['extension'] == "jpg") { $destFile = substr_replace($destFile, 'jpg', -3); $dest = imagecreatetruecolor($w, $h); imageantialias($dest, TRUE); } elseif ($tmpDest['extension'] …

Web Development php
Member Avatar for karthikanov24
0
83

The End.