I did change the permission on the main folder. There were no parameter that included sub folders and file (at least as far as I can see with this host). The permission change did not change the function of the page. The identical page on the root works, the file inside the folder - nothing.
I created a php message system using MYSQL on my host. I am trying to use it on a new host (that I have newly been asked to work on for a company I am associated with).
Rather then mix my multiple files with the Joomla system that is already in place, I placed all of my files in a folder on the...
I am having trouble getting a page to see any php. If I put the page in the root of the site - no problems, but inside a folder it ignores the code entirely.
Suspect that there need to be an inclusion to activate php inside the folder but have no clue on how to implement that. Searched online...
Thanks for that. Not using this as excuse for ignorance but I am self-taught and these are things that come with learning in a real enviroment or having someone to ask.
If I can indulge you once more on THAT topic.
Is this correct: Session and Post are okay, but GET isn't.
Lightbulb moment...
For those following in my footsteps..
The two actual table names are..
teams
special_message_read_receipts
The goal was to show the teams who did not acknowledge the special message posted. Teams could view the message and click a link to say they read it.
The next page confirmed their read...
I have a two tables:
Table 1 is a list of teams: Team_Listing
Table 2 is a list of people who have acknoledged a message: Read_Reciepts.
For arguments sake the first only contains team names and nothing else. The second has a the article id, the userid and their teamname.
So far I am able to...
Thanks Steve,
K, so it is as I expected a service rathen than a stand-alone. Having it on my machine doesn't allow me to just ftp the updates up to the webhost version. After playing with the online control panel from my webhost, I see a backup utility that pseudo looks like a way to move...
Coming from the world of Access and ASP.
Sorry for such 'FAQ' questions, but the faq on installing doesn't answer and I hoped that someone would be able to clear some of my newbie questions up for me.
I want to build multiple sites in PHP on one machine and as you would expect upload them to...
I want to use the record number to be a part of an equation. I need to display bout numbers in an 8-man wrestling bracket.
I want to use the record number to determine how many bouts in total we have wrestled to that point.
For example: 1st round, 4 matches, 2nd weight class would be 5 matches...
Not sure what happened but the code didn't display right. The line in bold is what I am trying to duplicate. Esentially I want to put a link that clears the session, than takes them to the page where they can enter it again.
<%
Session("test1")=("First test")
Session("test2")=("Second test")...
Thanks, that make sense. I was using an example that I found on W3C schools site:
Example 1
<%
Session("test1")=("First test")
Session("test2")=("Second test")
Session("test3")=("Third test")Session.Contents.Remove("test2")for each x in Session.Contents
Response.Write(x & "=" &...
I read about this and have tried setting the variable to a different value, erasing it, and erasing all. Nothing is working.
I am getting an error message on this page (object expected line 16)
I appreciate any help,
Keith
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC...
Need to create funtion that will allow users to create questions and answers for those questions.
Using DWCS3 and ASP. I have created the function where my users can create the questions, and add answers.
The information is stored in two tables with the questionID as the primary and secondary...
Found this:
Now all I need to do is change a few parameters and make it so it outputs a naming convention with a date appended to the database.mdb name. It is a great start... more to come
Keith
I would like to make a backup routine to automatically generate a copy of the MS Access database daily. I am hosting with 1and1.com and using asp.
Ideally it would be in a folder where the original is located and it would do it without any user initiation at an early morning hour. Once I get...
Wow, that would be front page news if something did all of that! Try looking at Cute Editor - closest thing I've seen so far to what you're looking for.
http://cutesoft.net/
I own a developers copy and aside from a little wait on the load, it really does what they say. The support has been good...
For an easy to follow catch all - try this book:
http://www.amazon.com/Macromedia-Dreamweaver-8-Training-Source/dp/0321336267
For a reference website I use W3Schools | http://www.w3schools.com/
They talk about all types of subject matter. Easy to follow and most importantly they have simple...
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.