52,566 Archived Topics
Remove Filter ![]() | |
Greetings. I'm very new to asp and I encountered this little problem. I have 2 files -> home.html & process.asp In home.html, there are some input textfields. In process.asp, I have inserted a textfield also. I tried to post the form in home.html to process.asp. I managed to get the … Web Development asp first-post microsoft | |
Hi there, I just wanna know if....How others make their web pages not to be remembered in the address bar? Just like if you're using a computer from another location and your accessing a secure page....and when you closed your browser, the url of the page won't be listed in … Web Development asp web-browser | |
When I run the following ASP email script I get error. I am sending the script and error messege both. Please help me as soon as possible as I am a fresher at ASP scripting. The script:- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <% Option … Web Development asp email microsoft microsoft-windows vbscript windows-server | |
I have the following checkbox on my site but it dosen't work, tried to solve it before but still having trouble. this is the code from my first page <P>Do you want to take pets with you? <INPUT type=CHECKBOX name = "PETS" value = "Y">Yes<br> This is the code from … Web Development asp | |
can some one help me with the CursorType i try to use Connect.Open "DSN=vault; uid=colu; pwd=colu;" strSQL = "select CusId,CusName from Customer ORDER BY CusName" rstdpt.Open strSQL, connect, 3, 1, 1 now some times this code works and some time PrintRec.Open strsql, connect, 3,3 this works some times when i … Web Development asp | |
Hi Friends, I installed IIS6.0 in my system. I can't include my parent directory files. It displays Error msg [I][B]Active Server Pages error 'ASP 0131' Disallowed Parent Path /working/login_main.asp, line 9 The Include file '../_ScriptLibrary/pm.asp' cannot contain '..' to indicate the parent directory. [/B] [/I] Please any one can help … Web Development asp | |
I have made a news script, but I now want to modify it so that it puts like 75 words insted of 500 characters followed by ..., I just think it looks crap. I have created the code that should explode all the words by spaces ' ', and them … Web Development first-post php | |
I am not much of a web designer/programmer I need some help this might be a easy question for most but, not me. You guys know when you upload pictures to a site and most sites have a standard format. Example I upload 1000 pictures via FTP it will assort … Web Development php | |
I have a project (which I inherited) in Visual Studio 2002. I have been working with this project for about 6 months. This week, the project decided to generate many errors as below: Resources 'private\901\default.aspx.resx' and 'private\903\default.aspx.resx' have the same manifest resource name 'content.default.aspx.resources'. I seem to remember finding an … Web Development asp.net visual-studio | |
[b]Hello, I am trying to access a link in website and I got the following error message. I cannot detect the problem. I don't know much about the script but I believe it should be able to do it once I get guidance.[/b] [b]Thanks[/b] [b]Warning[/b]: mysql_connect(): Access denied for user: … Web Development javascript mysql php sql | |
Thanks for lookin :D and hey :) Well yea, I'm a newb @ this whole web scripting thing, and I was wondering if there were any good PHP starter guides you could point me to. I've googled about 3 times, and always end up finding something that's too complicated for … Web Development mysql php web-browser | |
Ok here it goes i was wondering if anyone here knew of all the specs a good cms (content management system) should have. i have planning on writing one to help me learn php. and i know this would be a nice project as it is complicated and has alot … | |
Hey all! Sorry I haven't been around much lately. Hope things are well cscgal! :cheesy: I'm working on a new function for the admin control panel of my site. When a user logs in, it checks to see if it's a normal user, and then if not, checks to see … Web Development caching first-post php session | |
Hi, I am trying to put [B]message boards [/B] (much like the ones on this site) on my site...is there a [B]javascript code or a website to go and get them?? [/B] I'm very new to this, so I'm not sure exactly where to start. Any help is very much … Web Development javascript | |
Hi, I need to know how I would go about making a drop down menu in asp .net using vb .net... Thanks, Slade | |
i keep getting this error at the top of my page when i go to my forum index. i jst installed it and have never gotten this error before. [code]Warning: set_magic_quotes_runtime, set_time_limit, version_compare, zend_version, getmyinode, getmypid, getmyuid, getmygid, getopt, getrusage, assert_options, assert, extension_loaded, dl, mysql_pconnect() has been disabled for security … Web Development php | |
I have created a function for a script I am doing for my website to help with manage navigation but something inside the function is causing the PHP Engine to stop running the script. I'm not to good with match expresions so I have a feeling it will have something … | |
please [B]iam ask about[/B] how can i delete and update from table ? :confused: please i want example to delete data from table and aother example to make update data from table please help me :o Web Development php | |
I'm trying to make a manager that works with MySQL to create, delete and update classes in a database. I'm having trouble with the update/modify portion. I have a login page in HTML that has the action of manager.php, which shows a list of all the classes in the database … | |
Ok, here I have my hit counter as a text file. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Sub[/color][/size][size=2] Page_Load([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2][color=#0000ff]MyBase[/color][/size][size=2].Load [/size][size=2][color=#0000ff]If[/color][/size][size=2][color=#0000ff]Not[/color][/size][size=2] Page.IsPostBack [/size][size=2][color=#0000ff]Then[/color][/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] nCount [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32 = 108[/size] [size=2]nCount = GetCounterValue()[/size] [size=2]lblTest.Text = nCount.ToString()[/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]If[/color][/size] [size=2][color=#0000ff]End[/color][/size][size=2][color=#0000ff]Sub[/color][/size] [size=2][color=#0000ff] [/color][/size][size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Function[/color][/size][size=2] GetCounterValue() [/size][size=2][color=#0000ff]As[/color][/size][size=2] Int32[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFile [/size][size=2][color=#0000ff]As[/color][/size][size=2] StreamReader[/size] [size=2][color=#0000ff]Dim[/color][/size][size=2] ctrFileW … | |
I am trying to use the command foreach to create a drop down menu. That I can usually do, the problem is I am also adding some linking. Here is some my code: <?sql $sql2 = "SELECT mn.map, mn.route FROM maps m JOIN map_name mn ON (m.map_name = mn.map) WHERE … Web Development first-post php sql | |
Hi all, I'm getting this error when I try to link to my SQL database :(. Login failed for user 'test' Reason: Not associated with a trusted SQL Server connection. any ideas what I'm doing wrong? | |
It is: Parse error: parse error, unexpected ';' in Untitled-3 on line 93 Here is the code: <? include ("config.php"); include ("functii_mail.php"); db_connect($dbserver,$dbuser,$dbpass,$dbname); //variabile lang global $sign_up_title; include ($lang); if (is_banned($REMOTE_ADDR)) { echo "IP banned!"; exit(); } function inregistrare($nume,$password,$email,$sex,$sexuality,$personal_ad,$location,$country, $age ,$birth_date,$zodia,$marital_status,$icq,$msn ,$web,$eyes_colour="",$hair_colour="",$weight=0,$height=0, $music,$partner ,$question,$newsletter ) { $sql="insert into users values … | |
I have a form in my search.php page and want to know how to search on more than one field in my Mysql Database to give me the result. This is my form for searching one field: <form action="results.php" method="post"> Search: <select name="searchtype"> <option value="date">Date</option> <option value="wk no.">Wk #</option> <option value="year">Year</option> … Web Development first-post image mysql php | |
I am new to PHP and MySQL so am in need of some help please. I am using MySQL through PHP MyAdmin. I have a results page to a MySQL search and formatted it so that they come up as an HTML table. This is it's code: <table border="0" align="center"> … | |
ive been working on my login script, and ive come to a halt. i need some help with writing somthing that will check if the name has already been used like if ( $current_Username = $Database_username) echo "sorry user name taken"; else { continue with rest of functions } where … Web Development php | |
![]() | Does anyone here have any phpbb experience? I'm looking for a rss newsfeed display for my index page of the board. I've looked at phpbbhacks.com and the main site but haven't found anything to tell me how to do it. I know that IM Portal and Integramod and other portal … |
[php]<? $DBhost = "localhost";//location of mySQL on server/site $DBuser = "michael";//User name for logging onto mySQL $DBpass = "";//Password for logging onto mySQL $DBName = "user_login_info";//Name of the databse for logging into $table = "login_info";//Name of the Table to be used steps to create are included $name = "$_POST[name]";//Name that … Web Development display email first-post mysql php | |
Does anybody have any insight into using PHP Sessions on an IIS based web server? The problem I am having is that I am using PHP sessions in my counter to make sure that a user is only counted once per visit. It is supposed to ignore them as they … Web Development apache php web-server | |
Hello. I have installed PHP4 and MySQL (.dmg) on Mac OSX v3 client. Everything is up and running. I have created tables in my DB, established user privileges, etc through the 'terminal' app. I have turned on web sharing through the 'preferences' panel and dragged my .php files to the … Web Development apache client-server email first-post mysql php sql web-server | |
Hi all! Yet another great PHP board. (i think, right?) hehehe, needless to say, i have no clue. I used to program from BASICA to Turbo Pascal 7. Havent ever really touched HTML or PHP. Now, i need to setup a small, basic message board and would like some help. … | |
heres the code to send the info [code]<html> <HEAD> <title> form Handling with PHP </title> </head> <body bgcolor="#FFFFFF"> <center> <form method=post action="submittedinfo.php"> <input type="hidden" name="id" value="NULL"> <table> <tr> <td colspan="2"><font SIZE="+0" face="verdana"> Lets see if we cant get this form to work! </td> </tr> <tr> <td> </td> </tr> <tr> <td … Web Development email first-post mysql php | |
Hi, I'm creating an administration area for a little web-app and I've come across a problem that I've never encountered before. The form that I'm working on is used for the maintenance of a table that has several properties. One of these properties can be selected with checkboxes, and then … Web Development javascript php | |
i need to be able to do that. im designing a website for a company and they asked that their be a search engine for people that come to their site and well wanna search for a product and such. Tools Using to Build Site: all the tools that Come … | |
hi guys newbie here trying to create my own webmail pop3 checker for my site but cant find a tutorial. any chance any of u know the basic commands or know atutorial cheers, noojam55 :cry: Web Development php | |
I'm in the process of developing my companies intranet and have decided to create a dhtml menu, I'm not an advanced dhtml coder and am having problems linking my menu with the javascript code. I'm quite sure the code is correct, however my frames page is now just showing the … Web Development html-css javascript | |
I'm trying to make a BB Code script, setting the Bold, Italic, URL etc is easy enought but how do you make it scan for rogue links that aren't placed in a URL tag and same goes for email because I just can't get it to work. | |
Two to three years ago, it wasn't all that difficult to find ColdFusion programming jobs in my area of the US (south). When the tech jobs started drying up, the CF jobs did too, and they never seemed to really return here. But I've been working from home for over … Web Development coldfusion | |
Hi, my asp.net app runs on my laptop but when i put it on my webserver, the aspx pages won't load. I'm a pro VB programmer, both computers are on win2000 pro. it says: error in "/" application. I think the code is ok, no trace or debug problems, so … | |
I have a page that is primarily designed to search the database for all entries within the entered state. I'd like to open the page with no results being returned in the results form. Currently when the page is loaded it returns all the records in the db. Here is … Web Development asp | |
Hi! I have a litte problem with my CustomValidator. What my CustomValidator should do: The CustomValidator should check if 2 textboxes are empty.. if yes he should diplay a message. This is my code: [CODE] <asp:customvalidator id="CustomValidator1" runat="server" ErrorMessage="Sie m | |
How do I install and run a windows application from the web? I want to at the click of a button install a windows application on the local pc and run it. The application itself is going to be using WMI to get info from the PC and send it … Web Development asp.net | |
Hey all, I just wanna know how to record the time and day a link on my website is clicked to a label, what code do I need to use to get the date and time?. [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2] [/size][size=2][color=#0000ff]Sub[/color][/size][size=2] lnkVac_Click([/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] sender [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.Object, [/size][size=2][color=#0000ff]ByVal[/color][/size][size=2] e [/size][size=2][color=#0000ff]As[/color][/size][size=2] System.EventArgs) [/size][size=2][color=#0000ff]Handles[/color][/size][size=2] lnkVac.Click[/size] [size=2][/size] … Web Development asp.net | |
Hi! At first I tell you what I will do: 1. Load data from DB 2. Fill System.Web.UI.WebControls.TextBox with data from DB 3. Than the user can change some data in the System.Web.UI.WebControls.TextBox and now how I can compare what the user change? should I add a new Item to … | |
This is driving me absolutely insane I swear. Every time I load up visual studio, no matter how I have the windows layed out, it resets to the visual studio default and it's driving me CRAZYYYYYYYY! See. Please help, for the good of the kittens. Slade:rolleyes: Web Development asp.net visual-studio | |
Hey, I'm making a website as you all know by the millions of threads I've created, and I have a members area. I will have a datagrid that will display data and an image (chosen by the user). All data is bound to a database stored procedure. I suppose I … | |
[color=navy]I am trying to learn the .net framework and I am stuck on the issue of connecting via Webmatrix to an Win Access database. :cry: [/color] [color=navy]Basically I want the user's input to be entered automatically into the according column in the database. [/color] [color=navy]Furthermore I would like to create … Web Development asp.net | |
I am doing this in Microsoft Visual Studio.NET as an ASP.Net Web Application. I am new to .NET, and Am trying to learn, I just cant figure this out. <html> <head> <title>Shopping Cart</title> <script runat="server"> Dim objDT As System.Data.DataTable Dim objDR As System.Data.DataRow Private Sub Page_Load(s As Object, e As … Web Development asp asp.net microsoft session visual-studio web-server | |
Hy, I have a PHP raport and I'm using a MySQL database. That raport have to show me information from database. These information from database I only can see them with Internet Explorer (I'm using it to show me the output from my PHP program). If I want to see … | |
I want to create a new asp file with another asp file already made using VBScript. Is there anyway I can do that without concatenating every few chars to a writeline function? |
The End.