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...
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...
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
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
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...
I am now trying to get cgi to work with Apache 1.3 (on RHL 7.3) and here is what I have done so far:
ScriptAlias /cgi-bin/ "/home/httpd/domain/cgi-bin"
<Directory "/home/httpd/domain/cgi-bin">
AllowOverride None
Options None
Order allow, deny
Allow from All
</Directory>...
I have Apache 1.3 and I am setting up name based virtual hosting and so far it looks like this:
ServerName domain.com
DocumentRoot /home/httpd/domain
BindAddress *
NameVirtualHost *
<VirtualHost *>
ServerName domain.com
DocumentRoot /home/httpd/domain
</VirtualHost>
<VirtualHost *>
ServerName...
Hey, I asked this same question in another post but I think to get it answered it needs its own post...
I have apache 1.3.26 and to get to www.domain.com/folder I need to add a slash at the end (ex. www.domain.com/folder/). If I just go to www.domian.com/folder I get a 404 error. Is there a...
I have Apache 1.3.26, and this question is hard to word, but I will try...
I can get to the main page fine, its just that pages like name.com/othername doesnt work, I get a 404 error. The way that I have it layed out is for name.com i have index.html in /name. I also have /name/othername with...
I have Apache 1.3 and I signed up for DNS at dyndns.org. The only thing is that when I go to the site (thinkgeekness.dyndns.org) I get a 404 error. If I type my LAN IP I can reach the server, also for the WAN IP, but not DNS. dyndns.org said that it is basically something on my end. So do I...
I have a Netgear RP614 router and I have it hooked up to my Apache server (version 1.3 on RH Linux). I have forwarded port 8080 (since I am doubting that my ISP supports port 80) to go to my servers internal IP, 192.168.0.5. I can access the server from inside the network by typing in the...
I have Apache 1.3.26 on RH Linux 7.3 and I am wondering where the documentroot file is. I have a book that says:
Apache looks for the traditional acess.conf and srm.conf files each time it loads, even though it runs without these files and wont generate an error if it does not find them. This...
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.