hi all, has anybody got any idea what this means in my Apache access log
217.217.133.20 - - [08/Nov/2003:20:27:09 +0000] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 322
217.217.133.20 - - [08/Nov/2003:20:27:10 +0000] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 320...
I am actually thinking of setting up mail on my Apache server and was wondering if anyone has any pointers on where to start. I am already using php (if that’s any help). thanks.
To err is human, to completely mess up takes a computer. [morning]
hello,
i have been following a tutorial from a site to make a contents page but it does not go to the right point in the page can anyone tell me why.
thanks
<ul>
<li> <a href="sesfaq.html#student">student what will ses do for me</a>
<li> <a...
hi all,
i am Trying to set up a <virtual host> on win XP. I have looked at
http://httpd.apache.org/docs-2.0/vhosts/examples.html
and followed the examples but the assumption there is that the server is www. Whatever. My server is called JSTTECH but if anybody types...
how is one table Connected to another in MySQL? Is it purely hypothetical ie “id” in table1 and “id” in table2 are kept in sync by code or is there some command that says that this table is connected to that table by this “id”? please point me in the right direction. thx T
To err is human, to...
i want to add information to a table named studentdetails in column named jobchoice1 and it needs to be added on the row where first name is == to Tony, can anyone see whats wrong with my syntax. thx
mysql> ALTER studentdetails (jobchoice1) VALUES ('Network Administrator') WHERE
firstname ==...
hi all,
i have this query but i want to take it one step further by searching 3 extra fields in the same table called jobchoice1, jobchoice2, jobchoice3, how can i expand the WHERE. Would it be something like: WHERE (town = '$town') AND (field1 = '$somevar' or field2 = '$somevar' of field3 =...
got this from a book to add a user with all pivi but didnt work, does anybody know why. thx
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX, FILE ON students.* To sean@JSTTECH IDENTIFIED BY 'SSSS';
To err is human, to completely mess up takes a computer. [morning]
i am getting parse error from this code can anyone see a prob with it. the code is meant to return the number of rows then i can loop down and get all data.
Parse error: parse error, unexpected T_VARIABLE in C:\Program Files\Apache Group\Apache2\Personal\datastu.php on line 26.
this is...
can any of u see a problem with this script that i got out of a book. the link still works but there is no pic shown in the webpage, here is the funcs that i have after the head tag
<HTML>
<HEAD>
<SCRIPT language="JavaScript">
<!--
if (document.images)
{
pic1on= new Image(129,24)...
sorry to ask such a simple ? but what is syntax to change a cell color to white [mad] carnt find anywhere and carnt think
To err is human, to completely mess up takes a computer.
how do i get a table down one side of my page and then have a separate table 4 the rest of the page, the table i have at the moment i cannot get the middle table to nudge over
<HTML>
<HEAD>
<TITLE>
JST
</TITLE>
</HEAD>
<BODY>
<Table width =100% cols=10 ALIGN=CENTER BORDER=3>
<TR><TD...
i am designing a web page but i dont know html very well, how is the border achieved such as this one, at the top left there is a blue border that goes across the top and down the left. this border also has banners on top of it as well as links so it cannot be a picture unless there is a way to...
have tried to use an include file to store $username but it is not returning to the calling page index.php can anyone see the prob and am i going about it the correct way? thx
index.php
<?php
$PageTitle = "JST";
require("header.php");
//phpinfo();
if($message ==...
i have now got the following script to work
<?php
if(($_POST["UserName"]=="tony")&&($_POST["Password"]=="tony")) {
header("Location: index.php?UserName=$UserName");
} else {
header("Location: login.php?message=Invalid");
}
?>
but...
Hi all, I am developing a script to handle logins, at the moment I have the password and username in in the script but when I get this working I will import the pass & username from a database or file but at the minute the script doesn’t work can anybody see the problem. This script runs first...
Hi all, if this question is not for this forum I apologise and please let me know. Here is my problem and please bare with me as I am no pro, ok here goes. I have set up an Apache Server on a win XP pro to run a php website to access a MySQL database which I would like access from any computer...
Hi all, ok the problem is that I am trying to get php4 to work with apache. Up until I installed php Apache worked fine although it did nothing. I am using a book to install mysql apache and php4 and everything seemed to go fine until I added the line
[code]LoadModule php4_module...
I have attempted to put VC++ on my laptop, which is a PIII 1200mhz 256Mbram with an XP OS, but I cannot install as I just get a message that this is not a 32 bit application. Does anybody have any suggestions as to why this is and what I can do about it, even if its get a more modern Visual C++...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.