52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for eawade

Hey Guys, I'm having a very difficult time. I'm not sure exactly what to do. I have a form that contains fields for HEX, DEC value. I'm using a color picker (RGB ColorPicker 1.1) along with php5 and MySQL. All I want to do is be able to save the …

Web Development mysql php
Member Avatar for eawade
0
233
Member Avatar for Mel77

Hello everybody! My name is melvin. I new in the forum. Please i need support on my coldfusion server..... After using the developer edition of my coldfusion 8. I decided to upload to the host server for my domain. I kept receiving: [B]Error occur while resquesting Data Source cant be …

Web Development coldfusion
Member Avatar for Mel77
0
233
Member Avatar for jprahst32

Hello All, So I have set up a php form that takes user information and is suppose to send to the selected email address, but it is not sending to the email address. When I tested the form on my local server it sent to the correct email address, but …

Web Development php
Member Avatar for jprahst32
0
167
Member Avatar for Xessa

Hi. I tried dragged and dropped an SqlDataSource and then click "Configure Data Source". From there i start a new connection and select my server. Under "Select and enter a database name" listbox i can not see anything. So i try to attach a database file "NORTHWND.MDF". When i try …

Web Development asp.net mssql
Member Avatar for Xessa
0
191
Member Avatar for maydhyam

Hello, Quick question...For the email code in the PHP script to work, do I have to make any server settings? or make any accomodation for the type of server it is being run on? If so, then please guide me... The application is located on a Linux server.

Web Development php
Member Avatar for jprahst32
0
156
Member Avatar for masterOFwww

Hello. I'm trying to select users from database that were last active today or yesterday...but there is a problem... When a user logs in, it stores both date and the exact time. So when i want to select user from db that logged in today or yesterday i must use …

Web Development mysql php
Member Avatar for almostbob
0
141
Member Avatar for l00pylou

Hi folks I have set up an form that when submitted sends an email, however I want to suppress the information in the email if it is left blank in the form. an example of the existing PHP code I have is [code]?php $to_email_address = "someone@someone.com"; $from_email_address = "$email"; $replay_email_address …

Web Development email php
Member Avatar for l00pylou
0
109
Member Avatar for l00pylou

Hello - I have a form that is running a PHP script and don't want it to send information to the email for fields unless they have been completed so, ONLY if the text filled has an input do I want it to show and for it to show the …

Web Development email php
Member Avatar for almostbob
0
128
Member Avatar for FerrousRex

I'm relatively new to ASP .NET and I was wondering if anybody knows about any good reference books? Thanks in advance for your help.

Web Development asp.net
Member Avatar for FerrousRex
0
106
Member Avatar for queenc

[CODE] function countsearch($id){ $db = NULL; $db = new MyDBHandler; $db -> init(); $db -> OpenConnection(); $sql="select id,count(keywords) from seeker where userid=".$id; $result = $db->Select($sql); $db -> CloseConnection(); return $result; }[/CODE] $nos=$db->countsearch($id); if it is a ordinary field i will print it as echo $nos[0]["id"] can anybody tell how to …

Web Development display php
Member Avatar for queenc
0
277
Member Avatar for auhuman

my Assignment is this : there is a index.jsp with header [COLOR="Red"]welcome[/COLOR].And a link "[COLOR="Red"]open[/COLOR]".when someone click this "open" this must show [COLOR="Red"]HELLO[/COLOR] in the same index.jsp. And this Hello must be from another jsp file ( simply, i want to embed hello.jsp into index.jsp when "open" is clicked ). …

Web Development java-jsp
Member Avatar for auhuman
0
151
Member Avatar for PinoyDev

Good day.! I thought ive already solve the problem regarding to disable a button. When a variable totalbill is equal to zero the button will be disable, otherwise it will disable if totalbill is not equal to zero.! If totalbill is zero then it will be enable otherwise disable. Whats …

Web Development php
Member Avatar for cwarn23
0
429
Member Avatar for oskido2010

Hi, Does anyone have a better idea of the ajax based login code, the one that does error checking etc, and also the member registration authentication. so far i have got an idea of the following!!! [code]function doLoginAction() { $filter = new Zend_Filter_Input($_POST); if (!($login = $filter->testAlnum('login'))) { echo "Login …

Web Development javascript
Member Avatar for mschroeder
0
89
Member Avatar for eawade

Hey Guys, I am frustrated with this matter and therefore need some help. I will try to keep this as simple as possible. I really need some help performing something that should be relatively simple in Javascript. I have a form which contains FOUR text fields (e.g. TEXTFIELD1, TEXTFIELD2, TEXTFIELD3 …

Web Development javascript
Member Avatar for essential
0
260
Member Avatar for naura

Any one knws hw to upload rtf file in webserver in asp.net.Can any send code of it

Web Development asp.net
Member Avatar for serkan sendur
0
109
Member Avatar for Dsiembab

This isn't really a question I just noticed on the php manual under control structures that they are going to be using goto. I don't know how old any one is in this forum, but when I saw that it brought me back to the days of when a cd-burner …

Web Development php
Member Avatar for death_oclock
0
209
Member Avatar for ahmksssv

Hi frnds... I have some doubts regarding this PHP... 1)i need to display an add in between two pages.....i.e. when i post data from 1st page to 2nd page than, i want to display an add before redirecting the 2nd page...by using PHP or JavaScript... 2)Can we pass input value …

Web Development php
Member Avatar for cwarn23
0
119
Member Avatar for PinoyDev

Good day. I was able to take a nightmare of my code regarding to disable a button. This code derive from a member post in this site. it will retun errror.! [code=php] <?php if($totalbill==0) { $disabled="disabled=true"; } else { $disabled="disabled=false"; } echo "<input name="enrlclick" type="submit" class="style18" id="enrlclick" value="Enroll Now" ".$disabled">"; …

Web Development php
0
67
Member Avatar for soniarad

Can someone help me, I was getting an error message about SQL syntax, now I get no error message, it redirects, but database does not change. I also made sure autocommit was enabled. Any ideas? [code=jsp]<%@page import="java.sql.*,java.util.*" %> <% Connection conn = null; PreparedStatement stmt = null; String userName = …

Web Development java-jsp mysql
Member Avatar for ~s.o.s~
0
144
Member Avatar for PinoyDev

Good day.! Thank you for all your support to all my thread. By the way Ive got some error regarding of mysql query. I want to load all data from the table depending on the table name on the variable.!I dont know whats wrong with my query below.! [code=php] $coursesubject=$row_reclog['tablename']; …

Web Development php
Member Avatar for PinoyDev
0
185
Member Avatar for localp

i am new to PHP, i typed in a hello world php program and opened it using the web browser, but the end tag "?>" is also getting displayed, could any one correct my code ... [code=syntax] <html> <head> <title>My First PHP Page</title> </head> <body> <?php echo <b>Hello World! </b> …

Web Development php web-browser
Member Avatar for cwarn23
0
142
Member Avatar for gangsta gama

Ok guys, I have a problem. I am a total noob coming to php so was was going to set it up. I was following this tutorial: [url]http://www.youtube.com/watch?v=cSN34q47BXY&feature=related[/url] I got XAMPP all set up. But one problem, my computer can save .php files. How do I get this to work? …

Web Development php windows-vista
Member Avatar for gangsta gama
0
92
Member Avatar for puk

Im doing a login facility for my website iv connected it to the database but when i try to enter some values for login name and password i get the following message: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/milkitshakeit.freehostia.com/log.php on line 16 Here is …

Web Development mysql php session
Member Avatar for Andrieux
0
176
Member Avatar for senthil12345

When i type in the following link manually in firefox as " file://///172.16.2.1/copyediting/ELS/mallet.pdf", pdf file is loaded successfully in the firefox browser. PDF file is located in remote server which is referred by IP 172.16.2.1. I've assigned the Same link in a String in jsp page and tested it through …

Web Development file-system java-jsp pdf
Member Avatar for ~s.o.s~
0
179
Member Avatar for ahmksssv

Hi frnds.... i am working on file handling.. I need to display text from my file... here i got everything, but the alighnment is totally looks like notepad...i want to display same clarity(styles) which my original file having... plz give me any solutions asap.. Thanks & Regards..

Web Development php
Member Avatar for almostbob
0
138
Member Avatar for progurammaar

Hi i'm used to working with Visual studio IDE and C#.NET and have just started studying PHP. These are my queries: 1. Is there any IDE like the visual studio for PHP, i mean it was a lot easier dargging and dropping controls in VS. Suggest me one. 2. Is …

Web Development asp.net ide php visual-studio
Member Avatar for progurammaar
0
111
Member Avatar for PinoyDev

Good day.! I am having problem with passing the parameter value. I have a page called index.php. This page has a textbox named "username" when the user login and type his/her user name in the textbox named "username" i want the data of that user to be displayed in the …

Web Development php session sql
Member Avatar for PinoyDev
0
168
Member Avatar for nil

[COLOR=blue][B]Hello all,[/B][/COLOR] [COLOR=blue][B]I want autocomplete textbox facility like google in my application and i searched on the net and i found some articles that shows i've to use ajax(combination of javascript and xml) but they are using .dll file component but i don't want to use any kind of .dll …

Web Development asp.net google javascript xml
Member Avatar for kanuja01
0
152
Member Avatar for designingamy

Hello all! Sorry in advance if this seem like a really dumb question. I have one page where a client posts their personal info. One way I check the post is to use htmlspecialchars and then store it in a session. For example... [code] <?php session_start(); include ("databaseinfo.php"); //Form validation: …

Web Development html-css php session
Member Avatar for Will Gresham
0
115
Member Avatar for giguere18

Hi- I am having difficulty working with an array in php and would appreciate any help...thanks in advance! I have queried my database to return all product ids with type 'book' and id base 'brd'. The product id is a string that is formatted as follows: <base><3 or 4 digits><no …

Web Development php
Member Avatar for diafol
0
84
Member Avatar for shadiadiph

i have got this done so far but it still isn't working properly its really doing my head in it sends the message fine subject file attachment but cuts the html message off halfway down and doesn't send the disclaimer if i change $message which is being passed to $messagemain …

Web Development email file-system php
Member Avatar for shadiadiph
0
110
Member Avatar for chriscross86

hi, im doing a project on 'courier management systems' . i am using asp.net as the application and mysql as the database. im not clear on how to integrate mysql with asp.net... i would appreaciate if some description plus some examples are posted on...thank you

Web Development asp asp.net mysql
Member Avatar for freshfitz
0
137
Member Avatar for marjan_m

Hi, I need to get a table in javascript n i wrote this code: [CODE] //mainMenu is the table name var x = document.getElementById("mainMenu") //then i need to get it's left margin so i wrote var x = document.getElementById("mainMenu").style.marginLeft; [/CODE] But it is giving error that x is null. Can …

Web Development javascript
Member Avatar for marjan_m
0
171
Member Avatar for mrcniceguy

I`ve created a social network website in PHP,actually this is my first website. now i need to know how i`m i going to benefit using my website. Please i need somebody to advice me,beacuse i know nothing about website marketing.

Web Development php
Member Avatar for ShawnCplus
0
92
Member Avatar for veledrom

Hi, I’ll use a txt file to store locations in it. When I user click on button, the locations will be read from txt file and stored in an array. If more than 1 user run this script, will it cause problem like “File is already open”? It this reliable. …

Web Development php
Member Avatar for veledrom
0
84
Member Avatar for arvindikchari

Hello I want that on the page visible to user, there is a text box, User can specify full path to an image in this text box, and once user clicks on apply button. then this image is set as the background image for a div How should this be …

Web Development image javascript
Member Avatar for essential
0
144
Member Avatar for cheapterp

Could someone help me figure out how to disable user accounts in ColdFusion? What I am trying to achieve is this: When a user makes 5 successive invalid attempts, his/her account will be temporarily locked for 20 minutes, after which they can try logging in again. If after the first …

Web Development coldfusion
Member Avatar for arrgh
0
155
Member Avatar for gagan22

HI EVERYONE, I have one problem, as i calculate two time like today i have worked [B]9.43 hours [/B]and 2nd day i worked [B]8.20 hours [/B]when i calculate total time of these two day then it shows [B]17.63 hours [/B]but i want to show this with the help of php …

Web Development php
Member Avatar for almostbob
0
86
Member Avatar for -mk-

Hi all, Please take a look on this page [URL="http://www.vistaprint.com/vp/ns/studio3.aspx?pf_id=088&combo=31679.96.32.93307|93307|137|0&uei=94406&icparts=yes&ag=true&combo_id=82920&ssc=1&filter=9%3a10013||1%2c4%3a10003||1%2c3%3a10001||1&xnav=previews&rd=3&referer=http%3a%2f%2fwww.vistaprint.com%2fpremium-business-cards%2fgallery.aspx%3fpg%3d1%26rd%3d2"]http://www.vistaprint.com/vp/ns/studio3.aspx?pf_id=088&combo=31679.96.32.93307|93307|137|0&uei=94406&icparts=yes&ag=true&combo_id=82920&ssc=1&filter=9%3a10013||1%2c4%3a10003||1%2c3%3a10001||1&xnav=previews&rd=3&referer=http%3a%2f%2fwww.vistaprint.com%2fpremium-business-cards%2fgallery.aspx%3fpg%3d1%26rd%3d2[/URL] and this [URL="http://www.vistaprint.com/vp/ns/studio3.aspx?pf_id=088&combo=911.122.5.4421|4421|137|0&uei=5316&icparts=yes&ag=true&combo_id=4164&ssc=1&filter=9%3a10013||1%2c4%3a10003||1%2c3%3a10001||1&xnav=previews&rd=3&referer=http%3a%2f%2fwww.vistaprint.com%2fpremium-business-cards%2fgallery.aspx%3fpg%3d1%26rd%3d2"]http://www.vistaprint.com/vp/ns/studio3.aspx?pf_id=088&combo=911.122.5.4421|4421|137|0&uei=5316&icparts=yes&ag=true&combo_id=4164&ssc=1&filter=9%3a10013||1%2c4%3a10003||1%2c3%3a10001||1&xnav=previews&rd=3&referer=http%3a%2f%2fwww.vistaprint.com%2fpremium-business-cards%2fgallery.aspx%3fpg%3d1%26rd%3d2[/URL] They are basically 2 templates for Business Card printing. Notice that the text fields will be updated to the Image on the right dynamically with different style and position from one template to another. Does anyone has …

Web Development asp.net
Member Avatar for bcasp
0
100
Member Avatar for tiborv

Hello. First of all i must say that im a noob with .jsp programming, so pleas be indulgent :) .. [code]String somepage = "client.jsp"; <%@ include file="menu.jsp" %> // this works[/code] [code]//How to add variable somepage in file= <%@ include file="somepage" %>[/code] Thanks !

Web Development java-jsp
Member Avatar for tiborv
0
82
Member Avatar for Woobag

I'm trying to build a crude album viewing site. There are three files I'm working with: [LIST] [*]index.php: Contains html code. [*]images.php: Builds images from browser URL and an array. [*]include: Builds an array of images from a given directory. [/LIST] Given: [B]image.php[/B] [code=php] <?php include('include.php'); buildImageArray("images/"); $image = $_GET['show_img']; …

Web Development image php
Member Avatar for cwarn23
0
103
Member Avatar for tomtetlaw

i am makin a simple account creation screen for my website and i have an error: Error: No database selected and i dont know why im getting this because i have used mysql_select_db(), heres my code: [code="php"] <?php $con = mysql_connect("localhost"); if (!$con) { echo "Could not connect:" . mysql_error() …

Web Development mysql php
Member Avatar for tomtetlaw
0
251
Member Avatar for Dsiembab

This may be a funny question. But how does php get rendered, I know it is a top down interpreter. But does that change when using classes. If I make a bunch of variables in a function do all the variables get interpreted first and then the function logic or …

Web Development php
Member Avatar for Dsiembab
0
84
Member Avatar for JimD C++ Newb

Good evening, all! I'm trying to display multiple checkbox values in a summary screen of sorts. The website is about movies, and if somebody checks that they like more than one movie type, I would like all of their choices shown. I currently get "Your favorite movie type is: Array" …

Web Development display php
Member Avatar for mschroeder
0
128
Member Avatar for rajeesh_rsn

Hi I had a captcha script in my web page. Some thing like this.. [CODE]session_start(); $md5 = md5(microtime() * mktime()); $string = substr($md5,0,5); $captcha = imagecreatefrompng("images/captcha.png"); $black = imagecolorallocate($captcha, 0, 0, 0); $line = imagecolorallocate($captcha,233,239,239); imageline($captcha,0,0,39,29,$line); imageline($captcha,40,0,64,29,$line); imagestring($captcha, 5, 20, 10, $string, $black); $_SESSION['key'] = md5($string); header("Content-type: image/png"); imagepng($captcha);[/CODE] It …

Web Development php
Member Avatar for rajeesh_rsn
0
183
Member Avatar for shasha821110

Hi, just want to know which software is the best for PHP. I use PHPeditor and Notepad++ So how about you guys??

Web Development php
Member Avatar for almostbob
0
121
Member Avatar for croft

Let me tell you this from the start =) We play a game called eve. In that game wheneve you kill someone you will recive an email wich i will post belove here for an idea how it looks like. This game alsoo has an ingame browser html 1.4 compliant. …

Web Development email first-post html-css php
Member Avatar for digital-ether
0
292
Member Avatar for neoseeker191

I have an ASP script that gets information from an Order Form. I have it so it displays the data. I would like to take the data displayed and send it in an email. How do I go about doing that. I've looked at tutorials on google but I dont …

Web Development asp email web-server
0
92
Member Avatar for niketa.kasliwal

Hi I want to send data to remote server ,I have used http_post_data and cURL and even fsockopen method. For http_post_data it has give me undefined function error.For cURL i have included curl libraries .dll file ,uncommented curl extension from php.ini file though it's giving error like curl_init() can not …

Web Development first-post php
Member Avatar for digital-ether
0
550
Member Avatar for dmanw100

Hello! I'm just learning JavaScript and I was wondering if clients can view external JavaScript files? I would like to (potentially) use JavaScript to validate passwords to log into my site. Would this work/ is there a better way?

Web Development javascript
Member Avatar for almostbob
0
149

The End.