52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for provenshop

How to transfer data from Ms access to Ms sql plz guide me

Web Development asp sql
Member Avatar for william_stam
0
110
Member Avatar for tarawneh

Hi Guys, Listen, Here’s I have a little challenging ASP Question facing my Mobile Project. [COLOR=Blue]When I submit User data[/COLOR] from my Mobile app to my ASP server using [COLOR=Blue][B]POST method,[/B][/COLOR] my Server validates this data and passes it to another ASP Server(i.e. another site), which at the end sends …

Web Development asp client-server first-post
Member Avatar for william_stam
0
189
Member Avatar for vitou85

Hi I am a new member in the forum. Now I have problem with MP3 file. I want to know how to read and write MP3 to database. :?: :sad:

Web Development asp.net
Member Avatar for vitou85
0
270
Member Avatar for Pacer

Hello all. I am only learning JSP two days.I want to change the Lookback Address of Tomcat.For example,We can change "localhost" to 192.168.0.22 in IIS Server.So,How can i do it in Tomcat Server? Thanks very much.

Web Development java-jsp
Member Avatar for lifayan
0
110
Member Avatar for puddin

I AM POSTING A SECOND TIME ON THIS. I NEED SOMEONE TO HELP!!! TO TELL ME WHERE MY MISTAKE IS: THE JPEG PHOTOS DO NOT DISPLAY CLEARLY AT ALL.... CAN YOU HELP PLEASE!!! Thank-you Kindly, Puddin ____________________ This Is My User Form Is The Error Here? ____________________ <?php include 'db.php'; …

Web Development first-post image php
Member Avatar for puddin
0
169
Member Avatar for bobby9101

hello, i am using the following code to write an ip and date to a database [php]require_once "configgy.php"; mysql_query("INSERT INTO lastlogin(VisIP, VisDate) VALUES(\"".$HTTP_SERVER_VARS['REMOTE_ADDR']."\", NOW(),"); [/php] I would like to call this script in another file, and everytime the script is called, have the new ip written in. liek it is …

Web Development cpanel php
Member Avatar for bobby9101
0
222
Member Avatar for web developer

Hi all I was in need to add controls dynamically to a apanel , I did that. The problem when i want to read their values . I can't do that Adding code [CODE] For i = 1 To count Dim uu As New Unit(50) Dim hl As New Label …

Web Development asp.net
Member Avatar for tgreer
0
127
Member Avatar for DATABASE

this code is for a login page but i have a problem with it [COLOR=#ff0000][/COLOR] [CODE] <%@ Page Language="VB" Debug="True" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.oledb" %> <script runat="server"> Sub LoginBtn_Click(Sender As Object, E As EventArgs) dim con as oledbConnection= new oledbConnection dim comm as oledbcommand = new …

Web Development asp.net open-source
Member Avatar for DATABASE
0
181
Member Avatar for j4mes_bond25

Is there any way in CSS (without using any JavaScript) which allows us to NOT to have scrollbars next to "certain contents" only. I'm getting my inspiration from this website: [url]http://www.tristarwebdesign.co.uk/templates/templates/infinity/index.html[/url] My very top space is for "company's logo" & I don't want a scroll bar appearing on the right …

Web Development html-css javascript
Member Avatar for John.Nye
0
2K
Member Avatar for DATABASE

hi how can i list items from a database(MS Access) in a DropDownList in ASP.NET

Web Development asp asp.net
Member Avatar for tgreer
0
117
Member Avatar for puddin

I have tried and again I cannot figure it out. Everything is working... Only the jpg, JEPG like these do not show up correctly... Can you see the mistake? If you do please spell it out for me. Much appreciated, again, puddin. Here is my form and process photo code: …

Web Development first-post image php
0
259
Member Avatar for bagi

Hello all, I need your help urgently.....................I have database in SQL server and using asp.net 1.1 I need to do something which like when deadline came then after every day of it, administrator has to send mail to that user something about.........User already registered with its mail address.... Please help …

Web Development asp asp.net sql
Member Avatar for bagi
0
202
Member Avatar for andyux

Any help or direction is appreciated - i have a script that can write(text) something, but i dont know how to get it to run another script- sorry, it sounds elemental, just learning- thanks! intead of when true or false write (text), i need to insert another script- so if …

Web Development asp image javascript
Member Avatar for tgreer
0
136
Member Avatar for DATABASE

[COLOR=blue]i wrote this code in the display of a page[/COLOR] sub Display() dim strcon as string ="Provider=Microsoft.Jet.OLEDB.4.0;DataSource =Sales.mdb" dim strcommand as string ="Select * from sales" dim myconnect as oledbconnection = new oledbconnection dim myAdaptor as oledbDataAdapter = new oledbDataAdapter dim salesDS as DataSet = new DataSet myconnect.ConnectionString=strcon myAdaptor.SelectCommand=new oleDbComman(strcommand,myconnect) …

Web Development asp.net dataset open-source
Member Avatar for DATABASE
0
110
Member Avatar for puddin

Hello, When I select my images they are opening. Only the jpg will not come in clearly. If you know the code to correct this can you please tell me, Thanks puddin Here is my code: <?php include'db.php'; // get the variables from home page $password = $_SESSION['password']; $email_address = …

Web Development mysql php
Member Avatar for digital-ether
0
197
Member Avatar for cancer10

The following code is used to set a cookie that will expire after one hour [CODE]<?php setcookie('cookieName', 'cookieValue', time()+3600, '/'); ?>[/CODE] if I want to set a cookie that should never expire, what I have to do? thanx

Web Development php
Member Avatar for paradox814
0
206
Member Avatar for skhan1021

Hi everyone, I was wondering if anyone out there knows how to limit the number of entries into a DB. I'm trying to build a page that will allow users to sign up for a class. Each class has a limit of 20 students per session. Any kind of help …

Web Development asp session
Member Avatar for skhan1021
0
102
Member Avatar for j4mes_bond25

I've set the "smtp" in "Config.php" in order to receive mail to my address so that all the fields filled by user gets to me, after they press "Submit" button in my "Contact.php" Things seem to have improved a little & all I'm getting is just a "Warning message": Warning: …

Web Development email first-post html-css php
Member Avatar for j4mes_bond25
0
125
Member Avatar for Zayed

<?php $SearchType = $_POST["SearchPlace"]; $host= 'localhost'; $user= 'user'; $passwd= 'password'; $database= 'dbase'; $table1= 'BUS'; $table2= 'STUDENT'; $connect= mysql_connect($host, $user, $passwd); mysql_select_db($database); $pquery = "select busNo from $table1 where place like '".$SearchType."'"; $squery = "select * from $table2 where busNo like '".$pquery."'"; $run = mysql_query($squery); $num_results = mysql_num_rows($run); if (!$SearchType ) …

Web Development mysql php
Member Avatar for cdwhalley.com
0
175
Member Avatar for navvy

hi. i am freasher in php. Can any one help me regarding where i can get FAQs in php. it would be a great help. Thanks

Web Development php
Member Avatar for Darkmeerkat
0
124
Member Avatar for Fel

Hey, I've been trying to code my own news/ blogging script, by following a tutorial, but unfortunately I keep getting these mysql errors when I submit an entry, and on the page where I want it to be displayed. And I don't know how to recognize the errors just by …

Web Development email mysql php
Member Avatar for Fel
0
215
Member Avatar for j4mes_bond25

After bending over backwards, I managed to finally get my form validation done, which seems working perfectly well. After failing to work with e-mail, I wonder if anyone around could help me little towards e-mail so that as soon as someone presses "Submit" button, I get the entire form's message …

Web Development email first-post html-css php
Member Avatar for BlazingWolf
0
165
Member Avatar for Rikus

Hi there I just want to know if it is posible to write a batch file wich can change your IP when you click on it?

Web Development
Member Avatar for Comatose
0
205
Member Avatar for Astegiano

I'm building a website for me and my friends that should include a forum and a chat. I'm developing the list of the friend but I don't know how to display wich users are online and which not. The users are autenticated with sessions variable. To be able to check …

Web Development php session
Member Avatar for BlazingWolf
0
183
Member Avatar for Brims

Hiya all. I have a bit of a problem Im developing an online music library I want to know if its possible to have a function for my application that when a user/member is logged in and they choose to add a track to their personal music library how can …

Web Development php
Member Avatar for BlazingWolf
0
170
Member Avatar for aarya

i m seeking for good shoping cart with opensource code. any body sugest me please

Web Development php
Member Avatar for lordspace
0
175
Member Avatar for faramin

Hello, Is it possible to override _top target? I need to keep all the pages in a frame and I don't have access to some pages that use _top target in their links and they get out of the frame. Thank you, Ramin

Web Development java-jsp
Member Avatar for faramin
0
198
Member Avatar for Brims

Can someone tell me how to get the size of the track that i am putting into the database recorded in the database [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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Add a Print</title> </head> <body> <?php # Script …

Web Development first-post image php xml
Member Avatar for BlazingWolf
0
126
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

Web Development asp asp.net html-css javascript
Member Avatar for tgreer
0
268
Member Avatar for Sulley's Boo

How can i display the dates that i have in my table in a different color if they were less than today's date? :confused: ..

Web Development javascript
Member Avatar for Sulley's Boo
0
298
Member Avatar for Stewie

I am not sure if this is an HTML question or a Coldfusion question. Since I am using both I will ask in the in the CF forum. I can not get the title to show up on the top task bar in IE. I am not sure if it …

Web Development coldfusion html-css
Member Avatar for Stewie
0
397
Member Avatar for millionnaires11

I have a form that once submitted needs to send the results to an email address and also send a personalised email responder to the customer who has filled out the form. I have figured out most of the code but am missing the linking code that makes it all …

Web Development asp email vbscript web-server
Member Avatar for msaqib
0
156
Member Avatar for stevenpowen

Hi everyone: How do I get an Image to scroll vertically down the Web page when the browser window scroll bar is moved. In other words, the image moves as the scolling browser window moves - up or down. thanks for your help.

Web Development image javascript web-browser
Member Avatar for iamthwee
0
429
Member Avatar for ayajhane_dhagz

juz wanna know the syntax for retrieving and storing data from and to mysql database using php....

Web Development mysql php
Member Avatar for ayajhane_dhagz
0
228
Member Avatar for hockmasm

i bought a prozilla automall website and i have found a glitch in it. currently, if a member purchases a package from me that contains 5 profile listings that last for 1 month, at the end of the month they will get an email that says that their listings are …

Web Development email php
0
88
Member Avatar for greendayrok

Hi all! im new here, this is my first post :lol: lol anyway, i have a php script, but im having trouble setting it up.. can somone help me with it?? Thanks for any help

Web Development first-post php
Member Avatar for alpha2006
0
145
Member Avatar for kaicrow

Hi, I have a website running largely based on the opensource osCommerce php. Recently we have experienced problems with pages crashing half way through loading. This seems to occur randomly maybe about 5-10% of the time you load a page. What happes is that the page will start loading and …

Web Development email php
Member Avatar for alpha2006
0
144
Member Avatar for puddin

Hello , If you know the answer please simplify it for me. I am so discouraged trying to figure this out. I'll be very grateful, Thanks ahead a time! When I insert my (2) selected photos in my photo form , they show two pictures but it repeats only (1) …

Web Development first-post image mysql php
Member Avatar for alpha2006
0
112
Member Avatar for hockmasm

I am looking for a freelancer to create a payment/subscription system on my website. You can view the details at [url]http://www.scriptlance.com/projects/1148073042.shtml[/url]

Web Development php
Member Avatar for alpha2006
0
153
Member Avatar for karenhoe

hi, i got problem in covert the data to integer example: in my database is bv column is 2.0000 now i want it convert to 2 how to i do so? in php thanks for advance

Web Development php
Member Avatar for alpha2006
0
153
Member Avatar for chapamanuel

Hi Guys, Does any of you know how to dynamically add steps to a wizard control. I have been able to display the steps; however, in the next iteration the wizard steps disapear. Also, I had to add a template step for the dynamically added wizard steps controls to be …

Web Development asp.net
Member Avatar for tgreer
0
2K
Member Avatar for eltommyo

ok, i am having a problem, i have a player at [url]www.ghostlypets.com[/url] , i found the script at a friends site, copied it, and modified it, when i try to play a song it takes about 3 minutes to buffer, it is [I]not[/I] my computer, also sometimes it doesnt work …

Web Development javascript microsoft-windows
Member Avatar for Comatose
0
181
Member Avatar for j4mes_bond25

After exploring PHP for the past few days, I've been trying to use it on the new CSS based website that I'm creating. I'm trying to use "include" function in order to get my "header", "topMenu", "leftMenu", "rightMenu" and "bottomMenu", since in ALL the pages, these would be common. The …

Member Avatar for zippee
0
142
Member Avatar for Brims

hiya in my database i have a users table Create Table Users( user_id INT UNSIGNED NOT NULL AUTO_INCREMENT, email varchar (40) NOT NULL, pass CHAR (40) NOT NULL, first_name varchar (15) NOT NULL, last_name varchar (30) NOT NULL, active CHAR (32), registration_date datertime NOT NULL, PRIMARY KEY(member_id), UNIQUE KEY (email), …

Web Development email php
Member Avatar for digital-ether
0
109
Member Avatar for j4mes_bond25

I've managed to make the use of PHP's "include" function in order to share Header, Top Menu, Left Menu, Right Menu & Footer. The only exception is the Content, since it would be unique for each individual page. Problem is, I'm getting my "Content" displaying BELOW the "Footer", as it …

Web Development php
Member Avatar for digital-ether
0
130
Member Avatar for Brims

Hiya im having trouble adding the details into the database with this script if someone could point me out in the right direction <!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Add a Print</title> </head> <body> <?php # Script 14.2 …

Web Development first-post image php xml
Member Avatar for cdwhalley.com
0
171
Member Avatar for digital-ether

Does anyone know of a class that is available open source that is used for parsing Raw Emails. I've seen the code where you first explode the raw email into lines, then iterate through the lines until you come to an empty line that seperates the headers from the body …

Web Development email open-source php
0
101
Member Avatar for michael123

I try to set cookie values from mysql DB, I have the code: [code] $result = mysql_query("select ID from table"); while ($thisrow=mysql_fetch_row($result)) { $gname="name_".$i; setcookie ("$gname", $thisrow[0]); $i++; } [/code] Now the strange thing is, if the number of ID is less than 16, script runs without any issue, I …

Web Development php
Member Avatar for digital-ether
0
146
Member Avatar for Munira

Hello all! I have been developing my asp.net application in c#, on my local machine. I have started working with the "reportViewer " and it works fine on my machine, but as soon as i upload it onto our server, which is windows 2000 server, IIS 5.0, it won't work. …

Web Development asp asp.net windows-server
Member Avatar for Paladine
0
149
Member Avatar for blacklocist

Hi All, Well once again I go round and round with IIS. I have got it to run with a little tweaking with ASP 1.1v but I can't get it to run with ASP 2.0. Here are the variables: Server Hosted on IIS 6.0 Running Windows 2k3 Server Not a …

Web Development asp asp.net windows-server
Member Avatar for blacklocist
0
210

The End.