Hey, I was wondering if it is possible for an already existing submit button to have a small popup to show onClick. But it has to continue the other function and proceed to the shopping cart also. I just need some sort of javascript to allow this to happen. Any Ideas? Thanks a lot.
I'm wondering if it's possible to see what the differences are between two databases on two different domains. For example, if there are some files that are absent on one database but present on another, a list will be printed showing which files are different. Almost like a monitoring system...
I'm using PHPBB, and it's throwing a random error messages, and i searched the problem..and in another forum it says that in php.ini, sendmail_path = /usr/sbin/sendmail is missing the "-t -i" values. i was wondering if anybody knows what -t -i does before i add it in and possibly jeopardize...
I installed Apache, PHP, and Mysql for a local PHP scripting environment. Apache works great, PHP works great. Then I added this bit of code to sort of "Test" Mysql.
<?php
echo '<p>Hello</p>';
echo mysql_connect ('localhost', 'mongoose', 'mongoose');
?>
and I put the echo tag in so that it...
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.