I would like to create a bootable windows xp image for use on a network that includes the OS, plus useful programs but I am unsure of the steps involved in doing this.
If somebody could give me a step by step, dummies guide of the image creation process I would be very grateful.
Thanks a lot.
Sorry about my absence for the last few days.
I appreciate all the efforts to help me with this but I'm still unable to make it work.
I admit that I am not an expert on PHP, I used the folowing tutorial to get most of the code that I am using...
Still no joy!
This is the code I have now after adding semi colons. I've also tried it without the square brackets but am still getting the same error back.
<form method="post" action="addedit.php">
<input type="hidden" name="ID" value="<?php echo...
I have removed ID from the query so it looks like this:-
$sql = "UPDATE allvacs SET company='$company',job='$job',location='$location',salary='$salary',hours='$hours',
salary='$salary' WHERE ID=$ID";
but I'm still getting the same error message.
Any ideas?
Hi,
I'm building a php page to add/edit records in a mySQL db.
I'm having a problem with the following code.
I have written in capital letters on the line above where the error occurs and the error message returned by the browser.
The mySQL db is a single table with ID auto increment(primary...
Hello,
I'm getting this message when I try to connect to a mysql db that is on a remote server.
HTTP Error Code 404 File Not Found. Here are some possible reasons for the problem;
1) There is no testing server running on the server machine
2) The testing server specified for this site does not...
Yes, I get the message "Thank you! Information entered.\n"; ok.
ID is the primary key and is defined in mySQL as follows:-
`ID` int(11) default NULL,
So I don't think it is auto increment.
company is varchar(255)
I have created a form to Insert new records into a mySQL db but it is not working.
I do not get any error messages returned but the new data is not getting to the database.
My form and code to process the form are in the same page.
The code is below:-
<html>
<head>
<title>Outline Vacancies...
I want to upgrade the memory on two PCs.
I have the motherboard Numbers for each:-
M/B 1701023750 MS-6323
M/B 001004610 MS-6178
How can I find out if I need PC100 or PC133, 72 pin or 168 pin, the speed and whether I need EDO or PARITY?
Is there a good site that can tell me this or should I open...
I have tried typing:
mysqldump -uroot -ppassword MY DATABASE NAME {MY TABLE NAME} > MY FILENAME;
mysqldump -uroot -pMYPASSWORD MY DATABASE NAME {MY TABLE NAME} > MY FILENAME;
mysqldump -uroot -MYPASSWORD MY DATABASE NAME {MY TABLE NAME} > MY FILENAME;
None have worked so far, I am getting...
Thanks for the help so far.
I have tried it but its not working yet.
In the command prompt I typed:
mysqldump -uroot -p db {table} >filename;
I replaced table with the name of my table and filename with my own filename e.g. dump_test.
Is that correct or does -uroot, -p db need to be replaced...
Does anyone know how how to do an SQL dump of both the structure and data of a database using MySQL control centre.
I need to get all of my database onto another server (both structure and data). I have downloaded My SQL Control Centre and have connected to my database on my local machine but...
Thanks for the tips, really useful so far.
Just a couple of things though:-
1. How do you export the table in the form of INSERT statements without manually changing the text each time? I have about 300 records to export.
2.Importing the table1.txt file. How is this done? Is it only possible...
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.