Hi Everyone
Thanks for the help. I finally found the solution and it was not related to incorrect URl or folder names or filename. As I said, I created a fillable form in Microsoft Word under the 'Developer' tab (one must enable this). I created fillable text boxes, date fields and drop down...
I'm having a big problem that I just can't seem to solve. I have links in my web pages to word docs in the following format:
<a href="http://www.panceltic...013/Piping.doc" title="Camogie Entry Form" >Download Entry Form</a>
My problem is that the doc will not open. It does not lead to the...
Hi
I am developing websites on my localhost xampp server setup on my local machine. I want to allow a client to connect to my server to view the work I've done. Do you know any options for me to allow this to happen. I achieved this before but can't remember how but I'm sure there are a number...
Hi
I have a table called docs with 2 columns 'id' and 'text' and have inserted the following information
INSERT INTO docs VALUES (1, ‘Oracle stuff’);
INSERT INTO docs VALUES (2, ‘more Oracle stuff’);
INSERT INTO docs VALUES (3, ‘SQL Server stuff’);
COMMIT;
I then run the following query as...
Thanks r937
I solved the problem by searching the database for an event record and also searching the images table within the event search as a loop. So now it finds an event record and then loops through the images table to match any records for that event before it moves on to a new event...
Hi
I have two tables that look like this:
EVENTS:
event_num
event_name
venue_name
streetaddress1
town
county
event_description_ire
event_description_eng
event_date
event_time
IMAGES:
image_id
event_id
category
image_path
There are event records in the EVENTS table and associated images in the...
Hi
Can anyone help me to formulate this SQL query. I have a table with an auto_incremented field whenever a record is inserted. What I want to do is throw a record back at the user after it is inserted as a confirmation. Now I know that the said record must be the one with the highest number as...
Hi all
This might sound like a minor problem but it's driving me mad. I've been trying to find out how to delete the google search history i.e. everytime a search is typed in if it was done before then that search appears in a drop down list to select. Ok that's normal. I've tried everything I...
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.