52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for dan_t

Another question, Is there a way in php to send emails without having to use the "mailto:" ? Most everything I have seen uses this method, but a lot of people don't use MS Outlook. Thanks Dan

Web Development php
Member Avatar for dan_t
0
92
Member Avatar for k2k

i was having fun with php until i hit this road block... geolocation.class.php is in the same directory as my index.php.. anyone has any idea why it can't find it? =( /* * this is part of the index.php * / [code] <div id="midBox"> <table border="0" align="left"> <tr><td><script type="text/javascript"> var …

Web Development file-stream php
Member Avatar for saiprem
0
277
Member Avatar for aa_teguh

hi guys, i have a trouble on my sms gateway project,, with ASP.net engine and sql server2005. i have massage like this "Cannot open database "db_sms" requested by the login. The login failed. Login failed for user 'USER-7DA292602D\user'." any body to help me?? thanks for replay...

Web Development asp.net
Member Avatar for dinesh.isuranga
0
56
Member Avatar for antman89
Member Avatar for sallecpt

hey guys. okay, I know how to count form values. something like; <?php echo count($_POST['field']; ?> where the field would be something like field[i] however, I am cracking my head to get a solution to count, but only where the field has a value. Please, someone, help me with this …

Web Development php
Member Avatar for diafol
0
217
Member Avatar for Moemasri

I had finished the login page and all the othr pages i have 3 roles student admin adn a tutor i am creating an asp web application after loging in the page is redirected to a default page that have a master page i want to put for every user …

Web Development asp.net open-source
Member Avatar for kvprajapati
0
617
Member Avatar for jellybeannn

[code] protected override void OnInit(EventArgs e) { this.currency_txt.TextChanged += new EventHandler(currency_txt_TextChanged); base.OnInit(e); } protected void currency_txt_TextChanged(object sender, EventArgs e) { rateSymbol.Text = currency_txt.Text; amountSymbol.Text = currency_txt.Text; } [/code] i'm trying to write a textbox text to a label, the above code doesn't change anything or give any errors. My textbox …

Web Development asp.net
Member Avatar for finito
0
150
Member Avatar for pradeepktg

Hi All, I have developed a web application using jps. I have a user pages, which can be accessed after entering login credentials. If a user tries to go the a certain page directly without logging in, it directs to login page, this works perfectly in all browsers except mozilla. …

Web Development java-jsp session
Member Avatar for pradeepktg
0
106
Member Avatar for Nickg140143

Hello, I'm trying to validate the form, but each time I try to do so, all fields return invalid. I've tested my regular expressions with various online testers and they seem to work fine, am I perhaps using it in the wrong way? Or maybe a problem with my functions?:-/ …

Web Development javascript
Member Avatar for Nickg140143
0
204
Member Avatar for dan_t

Ok guys, I've kind of got this file half way working, but I get this message: [B]Notice: Undefined index:[/B] uploadedfile on line whatever. along with this: The file has been uploaded. which is the good part. But I don't understand why I always get those undefined errors. [CODE]$uploaded_size =''; $uploaded_type …

Web Development php
Member Avatar for dan_t
0
128
Member Avatar for surfgrommett

Hi. I know my description wasn't good but let me try to explain what I want to do. I have two tables on a page, both are inside of iframes (because i need scrolling) table one is filled with day, date, story, and chapter info for a set of stories. …

Web Development php
Member Avatar for diafol
0
104
Member Avatar for lideth

hello all! i try to deactive my plugin,it's just show this message: Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Phone_Shop004_wordpress\wordpress\wp-content\plugins\gallery_ffic4hotel\gallery_hotel.php:1) in C:\xampp\htdocs\Phone_Shop004_wordpress\wordpress\wp-includes\pluggable.php on line 868 .please anyone help!

Web Development php wordpress
Member Avatar for diafol
0
135
Member Avatar for paratge

hi, I'm using Dreamweaver MX and I've got a problem with 2 pages including repeated zones. I added to these pages a dynamic text, and after this, in test mode I have a parse error at last line of the code. It seemed to me my code was clear. So …

Web Development php
Member Avatar for php-coder
0
532
Member Avatar for reedd5404

is this possible with php? I have a login script and i need a way to check if the session exists so users can view pictures in the directory

Web Development php session
Member Avatar for diafol
0
112
Member Avatar for dan_t

Hi I'm using wamp on my local machine. I have my form and php script made but I'm not sure how to place my folder to recieve the file. ie:[CODE]move_uploaded_file($_FILES['file_that_was_uploaded']['tmp_name'], $_SERVER['DOCUMENT_ROOT'] . '/images/' . $final_filename);[/CODE] I'm not sure how to set my path on the serve for my images folder. …

Web Development php
0
56
Member Avatar for php-coder

hi guys, im using dreamweaver8, do bear with me I'm a newbie. Im trying to insert multiple rows from a form into the same table in mysql. I mixed some code I saw online with the code generated in dreamweaver and then when I tried running the page I got …

Web Development html-css php session
Member Avatar for JRM
0
238
Member Avatar for samarudge

Hey, So I have a small Flash application that plays a sound when a new message is received in a chat-box. The flash player is on a page embeded with an iframe. [CODE=html]<iframe width="1" height="1" frameborder="0" name="alerter" src="/chatbox/flash/alert/sound.php" id="chat_alert"></iframe>[/CODE] In the parent window, a variable called new_message is used to …

Web Development flash javascript
Member Avatar for samarudge
0
111
Member Avatar for moivet

Hi! This code should replace <br> or <br /> between certain elements in text posted in textarea element. I use [B]nl2br[/B] for detection of new line. That function also adds <br /> between html elements...for example <table>[COLOR="Red"]<br>[/COLOR]<tr> elements... Code works fine, but... When used multiple column table, code "eats" all …

Web Development html-css php regex
Member Avatar for moivet
0
189
Member Avatar for Moemasri

Web application projects exist on your local drive and are treated like any other VS project type and can be added to existing solutions are subject to full compilation, validation and build steps. Thats what my homework is about, a web application so what am trying to to is to …

Web Development asp.net
Member Avatar for kvprajapati
0
129
Member Avatar for danielagaba

hi i'm pulling data from a mysql database and displaying it in an html table. my problem is i want to be able to have the information broken into pages so that users dont have to scroll down a page but i'm not sure how to do this. thanks

Web Development php
Member Avatar for diafol
0
95
Member Avatar for pradeepktg

Hi All, I have developed a application in jsp. I need to achieve a count down timer(days,hours,minutes,seconds) between from date to todate, considering below cases. All below are assumed (1) I have 4 product, for each product i have different end date stored in mysql in DB. (2) I need …

Web Development javascript
Member Avatar for essential
0
2K
Member Avatar for gamestoenjoy

Hi, I wrote star voting system for my site using Ajax. You can see it at: [URL snipped] (it is under the game) Besides using it for voting system, what else can I use Ajax for? Where do you use Ajax in your sites? I would really appreciate your answers …

Web Development javascript
Member Avatar for rajarajan2017
0
83
Member Avatar for MDanz

when i click on a submit button it should take me to get.php but it doesn't whats wrong? [CODE] <form enctype='multipart/form-data' action='' method='POST' name='form'> <div id=$counter><input type='submit' name='webpage' value='Add Webpage' onClick='return changeAction1(this);' /></div> </form> [/CODE] [CODE]<script type="text/javascript"> function changeAction1(form) { form.action = "get.php" } function changeAction2(form) { form.action = "insert9x.php" …

Web Development javascript
Member Avatar for rajarajan2017
0
2K
Member Avatar for Biscko

Hey, I have a project that requires me to use two different servers. It's a website, half is written in PHP and the other in ASP.NET both on separate servers. The problem is the ASP.NET address in an IP like [url]http://69.101.26.113/website[/url]. Is there anyway to change this in C# or …

Web Development asp.net
Member Avatar for nidhi_rajani
0
95
Member Avatar for ragavasathish
Member Avatar for javanewbee

[code] Statement statement = connection.createStatement(); String frmdate = request.getParameter("date1"); String todate = request.getParameter("date2"); SimpleDateFormat df = new SimpleDateFormat("DD/MM/YYYY"); //Date frmdate = df.parse("strdate1"); //Date todate = df.parse("strdate2"); try { // java.util.Date date3 = df.parse(frmdate); // java.util.Date date4 = df.parse(todate); java.util.Date ufdate1 = df.parse(frmdate); java.util.Date utdate2 = df.parse(todate); java.sql.Date fs1 = new …

Web Development java-jsp sql
Member Avatar for javaAddict
0
173
Member Avatar for niths

hi all, i am having a problem. i had a projects page and list of projects can be seen with radio buttons. so wen we select a project and click submit we go to the upload page and the value of radio button is send to upload page by url. …

Web Development asp.net php
Member Avatar for saiprem
0
111
Member Avatar for rambok4

What is the problem with the following login code? [code] Dim conn As SqlCommand = New SqlCommand("Data Source=RAHUL-034890AF0\SERVER2005;Initial Catalog=user_accounts;Integrated Security=True") conn.Prepare() Dim command As Data.SqlClient.SqlCommand = New Data.SqlClient.SqlCommand("select", conn.Connection) command.Parameters(1).Value = txtusername.Text command.Parameters(2).Value = txtpass.Text Dim i As Integer = command.ExecuteNonQuery conn.BeginExecuteNonQuery() If Page.IsValid Then Response.Redirect("~/salesbill.aspx") Else Lblerror.Text = "Username …

Web Development asp asp.net mssql visual-studio
Member Avatar for kvprajapati
0
240
Member Avatar for muralibobby2015

hello... i am doing login verification. there is tabs in index page thats why i am choosen this. actually after entering the values of email and password how to check that values are in database or not using javascript. and i will show message in alert box. this is my …

Web Development javascript mysql php
Member Avatar for saiprem
0
4K
Member Avatar for pradeepktg

Hi All, How to store the resultset value in a array? I have a field "prodvalue" in DB Table, now i want to store this "prodvalue" in array. Am able to print the values of "prodvale" in jsp, but not able to store in array. Pl. find below the code, …

Web Development java-jsp
Member Avatar for pradeepktg
0
7K
Member Avatar for Pityu

Hey there. I am attempting to create an administrator option, which would be the following: When the administrator checks the checkbox, it would automatically save it to the db. Usually update it. [CODE] while($row = mysql_fetch_array( $retrieve )) { echo "<td><input type=\"checkbox\" name=\"noutate\" onClick=\"this.form.submit();"; if (isset($_POST['checkbox'])) { $update ="UPDATE content …

Web Development mysql php
Member Avatar for saiprem
0
849
Member Avatar for saucy6969

Am completing a website and can't get the final piece to work which is the search engine. Have tried implementing Google's OnTheFly script which works up pop up a new window but only puts out "The resource you have requested could not be found." each and everytime. This was the …

Web Development seo
Member Avatar for Billz89
0
330
Member Avatar for wsoza

hei, im new around here, and i tried to display a image from sqlserver i didnt get error but the code dont display the image... thanks default.aspx [CODE] protected void Page_Load(object sender, EventArgs e) { string sql = string.Format("SELECT TOP 1 ItemId,Thumb FROM RubrikkImg.dbo.Attachment"); List<object[]> img = Db.GetData(sql); lblResult.Text = …

Web Development asp.net c# display image
Member Avatar for kvprajapati
0
460
Member Avatar for fiaolle

Hi Hi have the code below. When I run the javascript that I have comment it works, but when I try to run the vbscript, nothing happens. I just wounder what I have done wrong [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

Web Development asp.net vbscript
Member Avatar for kvprajapati
0
199
Member Avatar for Erco21

Hi! I created a button and a textbox using javascript, now i want to make that when my button is pressed it gets the value from my textbox, and puts it in another textbox (got that sorted) only thing i cant find anywhere is how to make a button to …

Web Development javascript
Member Avatar for Erco21
0
372
Member Avatar for rickster11

I've completed my web app and it runs well when I test it on my pc. I have a ftp up and connected to server. Now what? What exactly do I upload? There a tutorial floating around for this? I'm using VS 2008 with ASP 3.5.

Web Development asp.net web-server
Member Avatar for rickster11
0
109
Member Avatar for satiss7pwr

I have one web application in which I am calling one window application. When I call that win app, it runs in background means it shows only in task manager but does not show any window of that application. I have searched for this on MSDN support and do as …

Web Development asp.net window-manager
Member Avatar for kvprajapati
0
295
Member Avatar for InsaneVr6

I wrote a script that will take data and post it to a database no problem, but at the same time I need the data to be emailed to two different email addresses and I never get an email. My code looks pretty solid and I am not sure what …

Web Development email first-post php
Member Avatar for InsaneVr6
0
167
Member Avatar for paragouldgamer

Ok so I am a rookie in php and working on populating drop down lists from a mysql database. I have a drop down list working that contains words, but my drop down list for my date refuses to work and I don't know what the difference between them should …

Web Development php
Member Avatar for paragouldgamer
0
113
Member Avatar for ctaylo21

Hey Guys, I have a theoretical question, I can't really post my code. But I have four results from reads to a database using php. I then read from an xml file using javascript using a loop. I am basically creating a chart of four variables with several different values …

Web Development client-server javascript php xml
Member Avatar for ctaylo21
0
189
Member Avatar for azegurb

here i dont understand what does this function do. any can explain it to me thanks beforehands [CODE]function query($qry) { if(!isset($this->database_link)) $this->connect(); $result = mysql_query($qry, $this->database_link) or die("Error: ". mysql_error()); $returnArray = array(); $i=0; while ($row = mysql_fetch_array($result, MYSQL_BOTH)) if ($row) $returnArray[$i++]=$row; mysql_free_result($result); return $returnArray; } } [/CODE]

Web Development php
Member Avatar for LethargicCoder
0
97
Member Avatar for ghost_from_sa

Hey guys I know there is a similar post on here but it didn't really give me any actual help on this topic: It seems that I have the correct regular expressions in this however it doesn't want to follow my freaking instructions can you guys maybe show me where …

Web Development javascript
Member Avatar for ghost_from_sa
0
135
Member Avatar for tweakernut

Okay, so I have this php code that I've been working on and I seem to be getting an error on the very last line of my code which is the "?>". I'll post the code and the error below: Error: "Parse error: parse error in C:\wamp\www\Services\VIN.php on line 64" …

Web Development php
Member Avatar for tweakernut
0
130
Member Avatar for smandeh

A user is sending me a data value in a web browser -see below for example. I would like to get this value and use it downstream. I try using [COLOR="Red"]string val = Request.QueryString[X_ACCOUNTID][/COLOR] but it did not work. Any idea on how I can retrieve the value in my …

Web Development asp.net web-browser
Member Avatar for smandeh
0
108
Member Avatar for Bazzaah

Hi everyone, I'd be grateful for some help please. My problem is this - I am trying to find a way to pass the content of a db search from one page to another page, if that's clear. Each file opens with [code] session_start(); [/code] This is the database search: …

Web Development php
Member Avatar for Bazzaah
0
126
Member Avatar for Hypalink

I'm looking for a solution. I am developing a "user profile" php file which will render to the current user their profile information. The info rendered and seperated into different divs (styled with css) will be in the form of html/php. However, if no information exists in a specific field …

Web Development html-css mysql php
Member Avatar for Hypalink
0
127
Member Avatar for helpmepassclass

I'm doing a web application for one of my projects in my computer class. I have been using Apache 6.0 as my server and SQL for my database. I'm am having trouble with getting my create form which is in the view form to save with is controlled by my …

Member Avatar for ddempsey96
0
225
Member Avatar for patel_amul

Hi there? Can anyone plz tell me that how to connect html forms/pages to m.soft acess database?

Web Development java-jsp
Member Avatar for peter_budo
0
90
Member Avatar for danarashad

I am having an issue with cfselect. When I submit the form, I don't get a value from my 2nd cfselect. I am binding. I do get a value from the first select, but the second select does not exist in form data. I do get values from this form …

Web Development coldfusion
Member Avatar for danarashad
0
150
Member Avatar for rajeesh_rsn

Hai, I wrote the code of a user registration script , everything working fine with out the log out page.... I used the header function to goto the another page when visitor hits "Logout" button. And now the problem is when press the 'Back" button of the browser then we …

Web Development php
Member Avatar for vidhyabalu
0
81

The End.