Hi,
I want to make a Timer web-based application with Javascript (may need to throw jquery in there, not sure yet).
Here's the basis of the application. It's actually to help keep time with...
Type: Posts; User: onestopplay; Keyword(s):
Hi,
I want to make a Timer web-based application with Javascript (may need to throw jquery in there, not sure yet).
Here's the basis of the application. It's actually to help keep time with...
But how could you stop a user from downloading a, say PDF file?
OK, how could PHP create an indirect link like that?
But if it has to be downloaded from different users... that won't exactly work. People will be able to buy the product and then go to a download page.
Hi,
I'm trying to figure out how I can have it so that a user buys a download.
For example, they buy a product through Paypal or whatever. Then, it redirects them to their downloads page where...
Before the last
</div>
put this:
<h3 class="headerbar">Contact</h3>
Hope that helped.
Hi,
Please check out my site at: caccademultimedia.com
On the menu bar, can anyone figure out why the button menu bar links aren't working?
Thanks, for your help!
I FIGURED IT OUT! NO...
Thank you for giving me an actually answer that fixed the problem! I posted this question on another forum on a different website, and they kept giving me crap about how the template was bad; ya I...
Thanks, I was trying to figure that out too. But what I meant was the space under the menu and above the picture. The background is showing?
Thanks again for your help.
Hi,
Please check this website I'm currently working on:
http://www.patrixgourmet.com/patrix/
Do you see the space between the header and the body sections? How do I get rid of that? I've had...
Hi,
I just want to verify that this:
User-agent: *
Allow: /index.html
Disallow: /
will only allow my index.html page to be found by robots. Also, this won't affect my subdomains correct? I...
I have a (LONG) rss feed xml file that I would like to import into a database. Any ideas? THANKS!!!
That's awesome! Thanks so much!
Look at: www.onestopplay.com/newdesign/index.html
There is a space in between the table cells even though I have cellspacing set at 0. Can you please help me remove the gap?
Thank you. Here is the...
Code:
$to = "me@me.com";
$subject = "Question from the Fact or Fiction Forum";
$from = "you@you.com";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html;...
Wow I feel really stupid. Thanks so much!
Here is my simple script:
<?php
$3daystime = time() + (3 * 24 * 60 * 60);
echo $3daystime;
?>
I get this error:
Anybody know what's wrong?
Thanks!
Close your database connections when you’re done with them.
I don't do this usually. Why should I? Is it faster??
I think I would really like to stay away from that method unless you can give me at least a little bit of an example for my site.
I got rid of that }. It works ... to an extent. Now when I click a...
That's way to confusing for me. Does anyone know what is wrong with my code? It used to work...then I don't know what happened.
Thanks Nile for the quick reply.
Check out this page on my site: http://www.onestopplay.com/musicvideos/
Now check out the source code. It supposed to be so that when you click on a link a certain div pops up in the "ARTISTS/SONGS"...
I have a simple while loop with mysql.
How can I have it update automatically ... or constantly check for more results?
How do I make my mysql_query to only have results in between the two dates?
Thanks!
I have 2 date columns in a database:
start_date | end_date
When someone submits "form a", I want it to add the current date&time to "start_date" and then I want it to put the current date&time +...
Back to method before,
What if I want to put each case in a while look.
<?php
//mysql query
while($row = mysql_fetch_array($result)) {
case ''.$letter.'':
echo "<div...