Type: Posts; User: Master_script_maker; Keyword(s):
yeah, I did, but I noticed it after i posted
wow thanks, it works :)
that gives me an empty result set
I am setting up a blog system, and am having trouble setting up categories. I have a table, blog_posts, which stores information about the post. There is a column, post_sections, which stores an...
Hi guys. Do any of you know a good, reliable 1TB external hard drive?
Thanks,
Alex
Yes, but also there was a semicolon missing in his script.
try changing the code to <?php include('header.shtml'); ?>
Well, if the congratulations is something secret, it would be better to do this with php or another server side language. If it must be in javascript you should check out this thread.
It seems to be working in firefox, chrome, and ie. What browser are you using?
Hi everyone!
As you might have noticed, I have been away from dynamic drive for quite some time. This is because a couple of things have happened; I spent most of my summer away from home and I was...
Okay, it's all fixed!
Try to end the [Username].exe process. I have Win Xp and have never seen any process named your username. This is most likely your virus, because viruses try to get a comfortable name, that you are...
You're welcome! If it doesn't suit your needs, I would be glad to change it. :)
here is what i have been using:
NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for...
maybe http://ubuntuforums.org/showthread.php?t=126298 or http://www.google.com/search?q=multiple+localhosts&btnG=Google+Search ? It involves editing apache/conf/extra/httpd-vhosts.conf . you also...
Well it depends on your source. If you use iTunes or a cd, the quality is going to be good. The headphones that come with the iPod are good also. Although to an audiophile there might be a difference...
I like the iPod touch for, as you stated, games and other useful apps. If you do get the iPod touch, get a case, because they get scratched easily.
Try looking for a CMS. http://expressionengine.com/ is a good one
Fixed ErrorOkay it's all done. Here is an example: http://masterscriptmaker.co.cc/dy/stretch.html. To do this you use the following structure:
<div class="s_menu">
<ul>
<li...
I can't find anything, but I would gladly make something. Would you like to use just <div>'s or <li>'s?
deleted?
try:
elementID.filters="alpha(opacity=100)";
more info here: http://www.quirksmode.org/js/opacity.html
"" allows variables to be in it, while '' is purely textual, no variables. If you take the variable out of quotes it should work:
$fileData .= ' $site_tip_text = ' . $tip_text . '; ';
To find a random number between to numbers: Math.ceil(Math.random()*({max}-{min}))+{min}, so in your situation:
var a=Math.ceil(Math.random()*(25));
var b=Math.ceil(Math.random()*(25-a))+a;
There...