Thanks for your reply. Do you have any specific code that I can try?
And for the logout, I have a logout script that actually logs you out, so that shouldn't be a problem. I am more worried about the logging of the changes and who logs in when.
Thanks
http://www.ThinkGeekness.com
Is there a way to output MySQL logs using php onto a page? What I want to do is have MySQL log whenever somebody makes a change to a table (does it by default do that?) and then output it using php.
Here is what I am hoping for to be able to log:
I have a cms where different users can edit...
Yes, that helps. I understand the idea of doing it, I now just don't understand how. I understand the PHP part, but not the Javascript. Any tutorials for this sorta thing?
http://www.ThinkGeekness.com
have built a calendar based on php/MySQL. I am now designing the admin interface. I have already created the add event form, now I am stuck on the edit event form. I have a picture of what the form I want to look like at http://thinkgeekness.com/images/cap.jpg. Anyways, I want you to first...
I just installed MySQL with Red Hat 9 (through the default rpm). What is the path to mysql and what is the default hostname, username (root?), and password (none?).
Thanks
http://www.ThinkGeekness.com
I have one last question and then I think that I am good to go. I have the css code:
.bodyline { background-color: #000000; border-top : 1px solid #616161; border-bottom : 1px solid Black; border-left : 1px solid Black; border-right : 1px solid Black; }
This code only does the outer...
No problem, it is more of a resolution problem than anything. On 1024x768 it looks fine, but on every resolution higher it looks like the picture at http://www.thinkgeekness.com/top_right_error.jpg. Thanks for your help though. What way would your recommend doing the header that I have? A...
Thanks for your reply, although that is not what I am looking for. I am not worried about the table with the text "layout coming along, as you can see". I am worried about the header. The top right image is not moving all of the way right.
Thanks
http://www.ThinkGeekness.com
Sorry, If I make the browser window smaller, it looks right. An example of what I am seeing with the browser window maximized is at http://www.thinkgeekness.com/top_right_error.jpg.
Thanks
http://www.ThinkGeekness.com
On my site, www.thinkgeekness.com, I have a picture that I want to move all of the way to the right of the table. For some reason, the picture isn't moving all of the way right. This is probably just a stupid error, but I can't figure it out! The picture is in the header, it starts the right...
I want to have three a site with three columns (menu on left, content in the middle, and ads on the right). What would you say is the best way to do this?
Thanks
Thanks, if I put:
<link href="css_name.css" rel="stylesheet" type="text/css">
would that have the CSS apply to the whole document?
I want to put the following in the body {} part of my CSS file.
a:link, a:visited, a:active and p.margin. The only problem is, is that I don't do know to add this code in the body {} part... Whenever I add the brackets it ends the body code.
Thanks
Nope, it didnt work. I installed Apache with:
./configure --enable-module=most --enable-module=so --prefix=/usr/local/apache
and it did not load any modules. I saw the modules being complied though, if that is as sign of anything. Maybe I have to manually add the modules?
Thanks
I am trying to install PHP4.3.1 on Apache 1.3.26. I originally installed apache by:
#./install-bindist.sh
When I tried to install PHP it said that I need to have Apache installed with:
#--enable-module=so
Okay, so I installed enabling module=so (with ./configure), but it didnt load any of my...
If this helps any, if I take out the AddHandler cgi-script .cgi .pl command it works (which I dont know why it wouldnt, it would treat it like a regular file.) But as expected, when I went to try the script, I got a 405 Method Not Allowed error.
I dont know what else I can try... Any...
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.