52,566 Archived Topics
Remove Filter ![]() | |
when i attempt to access my php pages at: <snipped> everytime i try to submit a form or click on a new page nothing loads until i hit refresh. this does not happen with netscape, only with internet explorer, and it only happens on my machine, not on anybody else's … Web Development php | |
I'm receiving the following error anytime I try to click on a link or a button inside my application. I thought it was a session problem, which I tried removing the session_addtoken variable from the links. However, this did not resolve my problem. Any suggestions or ideas would be greatly … Web Development coldfusion session | |
My first attempt at ASP.NET... I would like to convert my current website to .NET as a way to get the feel for the new environment. In my current website, I have code which checks a database to find out which menus to display and then loads them accordantly. I … | |
Specified cast is not valid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidCastException: Specified cast is not valid. Source Error: Line 12: Public Sub … Web Development asp.net microsoft microsoft-access | |
Does anyone know where I can learn to base my entire web site off of one index page? I can't seem to find anything. Web Development php | |
i want to edit the following code so that i can Dlookup 2 tables for my login and i will like reg_number to be my user name in one table and pin to be my password but in another table meaning my table structure would be like this ths 1, … | |
I'm working on a Database for Massive Multiplayer Online Games, Lineage2, Final Fantasy XI, Everquest II, and World of Warcraft. I'm pretty good with HTML, and decided take my site up a notch using PhP! The site link is : [url]http://www.meltingwax.net/~SOR/wowf/alliance/[/url] I'm trying to convert that into a PHP theme, … | |
I am new to ASP. I have populated a DataGrid with rows but cannot find any property setting (like Readonly=False or True) that let's me update rows directly in the grid. Is such a function not supported in ASP ? If this is the case how would I design a … | |
I'm using PHPNuke and i get the following error: Parse error: parse error, unexpected '\"', expecting ',' or ';' in /home/jadedf/public_html/portal/themes/3D-Fantasy/theme.php on line 58 line 58 is below and it is the only line i've played around with in the theme.php file..i'm trying to get an image for my background. … | |
Can anyone tell me how I would code links to other pages on my site (using php) whereby the full URL in the address bar looks like this: http://www.mysite.com/index.php?id=3 (which points to blah.php) I've done the usual searches on google and such with no luck on how to do it. … | |
I have read about the asp.net worker process but I am not very clear about the same. I have read only one worker process is created for every processor. But, they have also specified that looking into the performance of the worker process, a new worker process is created if … Web Development asp asp.net queue web-server | |
This is from nyphp-talk: [nyphp-talk] Zend PHP Certification Daniel Kushner kushner at gmail.com Thu Jun 17 20:08:33 EDT 2004 Previous message: [nyphp-talk] PHP and Flash Next message: [nyphp-talk] DB Differences Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -------------------------------------------------------------------------------- NYPHP List: This email … Web Development client-server email file-stream first-post flash oop php session sql unix web-server xml | |
i am a mod on a friends php forum and i need to know how to do some of the basic things, like delete posts, ban ppl, etc... Web Development php | |
Hello I have just bought a book on php, MySQL and Apache server which came with an installation disk. I have installed all three on my laptop computer running MS XP Professional. All three seem to work ok independantly but when I try to run any code examples through IT … | |
I have used the following code on one of my pages to place the variables in the URL for the next page: [php] <?php $db = mysql_connect("HOST","USERNAME","PASSWORD"); mysql_select_db("DBNAME",$db); $result = mysql_query("SELECT * FROM TABLE_NAME WHERE FIELD_NAME=??",$db); while ($myrow = mysql_fetch_row($result)) ( printf("<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>\n", $myrow[0], $myrow[1], $myrow[2], $myrow[3], $myrow[4], $myrow[5], $myrow[7], $mysql[8], … | |
We are making a form for our intranet site but we want the email adress from the logged on user who send us the request form. Because we have over 2000 users and about 70% don't know their email adress we want to make a field where the users email … | |
Does anyone know or has seen a good example for a Master/Detail INPUT WEBFORM, using Datagrids? I've seen a lot of examples of Master/Detail Display, but none of Master/Detail INPUT. Thanks! | |
Hi All, I am using a DropDownList in my page and I am binding the property of this server control like follows. <%#DropDownList1.SelectedItem.Text%> What I am finding is that it returns the text for the item I have selected. If I use the value property of the ListItem, then also … Web Development asp.net | |
Hello all, I have been working out of an older ASP/Visual Basic/SQL Server Developers Guide. My code is exactly as written in the book but I still can't seem to get the asp to collect the information from the Stored Procedure. My asp page calls for the Procedure: [CODE] 'check … Web Development asp open-source session sql visual-basic | |
Hello, I was wondering, Do I really need to download MySQL and Apache to run PHP-Nuke? | |
Hello! I am in need of help with some coding here: [url]http://www.potterprophet.com/html/index.php[/url] I am trying to include links in where my echo is, but I come up with a error everytime I use URL tags, such as: [CODE]<a href="index.php">Blah</a>[/CODE] Here is the PHP coding: [PHP]@openside("The Movies"); echo "content"; @closeside();[/PHP] I … Web Development php | |
Does anyone know where I could find a tutorial on how to make advanced BB Codes and Smilies, including JavaScript? Web Development javascript php | |
Hey my name is Jon.I have been looking into learning some computer languages and want some help.I am 15 years old and i would like to learn php but i think i have to learn html first.Cause i really would like to make a online game and make money lol.If … Web Development first-post php | |
im learning php but the books are to hard i use visi books and they have some many links to diffrent pages im hoping some1 will come and help me i need some1 to teach me the basics of php so i can get a better view and then i … | |
Hi Everyone, I am very very new at this and I am hoping to get help on a few problems. I am working on a SQL database that will keep track of Medical Gas Orders for my job. I created the form and the data is actually going into my … | |
[code] 1.<html> <head> <title> health </title> </head> <body> <?php Echo "you have 5 health" ; x=5 5-- ; 5-- ; Echo "you lost 2 health" ; echo "You have 3 health left" ; ?> </body> </html> or 2<html> <head> <title> health </title> </head> <body> <?php Echo "you have 5 health" … Web Development php | |
I am in the process of porting most of our asp apps. to asp.NET and have come across one headache. The process uses two forms to upload images, check they are valid image files, check to see if there are already any registed within the database and delete the old … | |
<html>< head>< title >php test< /title >< /head > < body> <?php echo "hello world<P>"; ?> < /body>< /html> its in a e-book and it shows up in my web page as < head> < title >php test< /title > < /head > < body> < /body>< /html> what should … Web Development php | |
i saved my txt file as hey.php and i used a ftp on lycos to bring it up and it say hey.php.txt and it wont open whats wrong? :confused: Web Development php | |
I have cretaed a menu using div tag.This div tag has a table in which rows are populated for menu. Below that there is a flash embedded.The same code runs fine in IE,but the code doest not work on Netscape 6.1,though I have installed the plugin required for the same.Any … Web Development flash html-css javascript | |
Please excuse the interruption. I work for Kronos Incorporated, and we are looking to add a Sr. Software Engineer to our Advanced Development team in Chelmsford, Massachusetts. The position is for a full time employee - not contractor, and is located in Massachusetts. Only local candidates are being considered at … Web Development asp.net email engineering oracle sql web-server | |
Can anybody help me with *any* information on MMOG (Massive Multiplayer Online Gaming) engine development ? I'm trying to develop simple (as a start point) MMOG engine using PHP + MySQL (or PostgreeSQL). Main questions are: 0. Is it necessary to put game logic on DB triggers and stored procedures … | |
After this line of code: <cfif Password eq #Password# and UserName eq #UserName#> If this info is right I want to Display a page called GetPictureFromUser. How do I do this? Web Development coldfusion display | |
Just to let you know, I'm not here advertising anything, I just need some help. On the forums that I have whenever you login, you can check a box that lets you stay logged in. But it doesnt let you stay logged in. Sometimes it will just log you out … Web Development advertising php | |
<%@ Language=VBScript %> <html> <head> <title>Furniture4all.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="links.css" type="text/css"> </head> <body bgcolor="#800080" text="#FFFFFF" leftmargin="0" topmargin="0"> <% function traceLine(str) traceLine = replace(str, chr(13), "<br>") end function dim con, rs, id, pass, sNo set con= server.CreateObject("ADODB.Connection") set rs = server.CreateObject("ADODB.Recordset") set rs1 = server.CreateObject("ADODB.Recordset") name=session("userName") pass=session("password") con.Open … Web Development asp email first-post html-css microsoft microsoft-access open-source session vbscript | |
I have a page where the user can enter his username and password. Does anyone have any examples on how to check the database for to make sure the user matches the username and password. Thanks!!! Web Development coldfusion | |
I am requesting a querystring from another page. This field in access db is a text field. The field is a field containing URL Links. HOWEVER, If the field that Im requesting contains the character "+" anywhere in it. When calling the querystring as a value. It displays everything except … Web Development asp | |
ok, I've heard of this mod_rewrite. Is it possible to do this in asp .net using vb .net? It basically just renames a page with a query string such as newthread.php?do=newthread&f=18 to newthread.html, so that search engines have fun and you get ranked high! Thanks In advance. Slade | |
For some reason, when I am in the password text box, when I press enter, it simply clears both fields. Doesn't validate, doesn't login, just clears the fields. What is going on here? Codebehind: [CODE] [size=2][color=#0000ff]Private[/color][/size][size=2][color=#0000ff]Sub[/color][/size][size=2] cmdLogin_ServerClick([/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] cmdLogin.ServerClick [/size][size=2][color=#0000ff]If[/color][/size][size=2] FormsAuthentication.Authenticate(txtUser.Text, txtPass.Text) [/size][size=2][color=#0000ff]Then[/color][/size] … Web Development asp.net | |
PHP 5 [i]fast&easy [/i] [i]web development[/i] [i]By: Julie Meloni[/i] So far this has been one of the better books that i have read. it has alot of examples and has actually inspired me to write some of my own unique code. Though the book has some faults in the Code, … Web Development php | |
i want any one tell me how can i used session and cookies ??? :o :o :o | |
I want to know if there is a way to display an excel doc in a web page and be able to edit the source doc on the server and have it update it in real time back to the web. Web Development asp display web-server | |
When using the windows script encoder to encode ASP files that include other ASP files that are also encoded using the windows script encoder, I receive an IIS ASP compiler error message indicating that the @ language directive can only be used once when the interpreter encounters the second @ … Web Development asp | |
I have been writing a CMS script and Im now debugging the whole thing and I have come accross an error I have never seen before or understand. The error is as follows **Parse error**: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in **c:\vhosts\squarehybrid.com\content.php** on line **61** … | |
does anyone know where i can find a complete list of mysql commands. Im in the proccess of writing a live mysql database interaction for web use. and right now i need to store all mysql commands to an array and have the php script read the array and modify … | |
As usual, download and read about it at [url="http://www.php.net/"]http://www.php.net/[/url] Web Development php | |
Just a quick question... I was wondering if there is a way of coding, in PHP, that I can have possibly mail(.......) send out a response email, as soon as it receives an email!? Unfortunately, the mailserver we have doesn't do auto-responders, and I just even simply need a small … | |
Hi, I am a beginner, and i dont know about debuging, so please can u help me in easy way. I tried that WebXel shopping Cart which ASP.NET (VB) I went thru it all, and I could understand it, but sure not all the code, but I faced many problems … | |
Hi, I had installed VS .Net on my system. But my work shifted to asp-com and I had to install VS 6. But I am not able to debug my asp pages.. It does not give the "do you want to debug" option, on error. Is this a conflict with … Web Development asp |
The End.