<html>
<head>
<script language="JavaScript">
// by Kirk Strobeck | kirkstrobeck.com | kirk@strobeck.com //
function initialize() {
Total = 0;
totalprice.innerText = Total;
}
function checkoption(checkbox) {
checknum = parseInt(checkbox.value); //Turn the value into a number...
I have searched all over the internet, and tried to learn how to do this. It's not really up my alley, so please someone tell me what to do! Here are some of the things I type and the messages I get with them.
kirk:/usr/local/mysql kirkstrobeck$ mysql -u root
ERROR 2002 (HY000): Can't connect...
I have searched all over the internet, and tried to learn how to do this. It's not really up my alley, so please someone tell me what to do! Here are some of the things I type and the messages I get with them.
kirk:/usr/local/mysql kirkstrobeck$ mysql -u root
ERROR 2002 (HY000): Can't connect to...
I have a problem, I need to learn how to make my code more reusable, heres what I'm working with:
if(_root.news_select == 1) {
if(homenews.topic2._currentframe == 10) { //if it's red
homenews.topic2.play();
}
if(homenews.topic1._currentframe == 1) { //if it's black...
I'm having problems at every turn and have found no help online.
<?
$path = "/newdir";
if(!mkdir($path, 0700)) {
echo ("Couldn't create directory");
}
?>
I always get problems, and I don't know what to do.
What I want: I want the user to be able to write their text, and when the basic text is requested, it will scatter it with images. I don't want users to write HTML tags like <img src>.
I want the php to count 20 words into the string, then insert an html image tag. I don't want to cut a word...
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.