52,566 Archived Topics
Remove Filter ![]() | |
| |
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 | |
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 | |
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 | |
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 | |
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 … | |
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 | |
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 | |
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 | |
hi how can i list items from a database(MS Access) in a DropDownList in ASP.NET | |
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 | |
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 … | |
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 | |
[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 | |
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 = … | |
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 … | |
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 | |
<?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 ) … | |
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 | |
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 … | |
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 | |
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 | |
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 … | |
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 | |
i m seeking for good shoping cart with opensource code. any body sugest me please Web Development php | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 ![]() | |
juz wanna know the syntax for retrieving and storing data from and to mysql database using php.... | |
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 … | |
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 | |
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 … | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 … Web Development apache html-css javascript linked-list php | |
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), … | |
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 | |
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 | |
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 | |
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 | |
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 | |
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 |
The End.