Thanks for Answering, What is a runtime value? I was hoping you would know :lol: To the best of my *limited* knowledge it is to do with defining variables. As in for JSP it would be: Name= varLastName Default Value= % Run-Time Value= request.getParameter("txtLastName") For Coldfusion it wo...
In the UD4 tutorial regarding the advanced results page the full SQL statement is as follows: SELECT EMPLOYEEID, LASTNAME, FIRSTNAME, DEPARTMENT, EXTENSION FROM EMPLOYEES WHERE LASTNAME LIKE 'varLASTNAME' AND DEPARTMENT LIKE 'varDEPT' This is the ASP/Access syntax... Can anybody help me out with the...
This is the full code. Tried your code, definatley much prettier :wink: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p> <?php echo geten...
Yep sorry Volkan, I'm not real flash at getting my piont across clearly, so here is the full senario.... I am using Win 98, dial-up server on my machine. I have created an entry page on my server (Apache, PHP4) That is availble at http:yeah/gr (Intranet only) So my mates dial-up my machine, and ente...
Hello people, I am wondering if somebody can help me out with a little code snippet.. I want to make up a quick web page to diplay the Ip address (mine) negotiated between my dialup server and the computer that has dialed it up. The reason for this is multiplayer gaming (Ghost Recon :D :lol: ). Beca...