I've got a URL that changes due to get statements, but the basic URL always remains the same. And I've got a form that submits with the action sending it back to itself (so I can process the queries...
Type: Posts; User: InNeedofHelp; Keyword(s):
I've got a URL that changes due to get statements, but the basic URL always remains the same. And I've got a form that submits with the action sending it back to itself (so I can process the queries...
Thanks guys!
I'm working on a website with some friends and we've set up a Report A Bug page where the user enters what browser they're using, and describes the bug in a textarea. The page then submits, and an...
I've got a table with 3 columns and 3 rows. The two columns to the right have rowspan=3, and so i've got one column on the left that consists of 3 table cells, and two columns (middle & right) that...
Here's an odd question for you... my friend and I are trying to manually set a cookie in PHP that a PunBB forum would set if you logged in and checked "Stay Logged In" so that we can kind of trick...
How do I set my apache server to use a 404.php page in response to 404 errors instead of a 404.shtml page? I read somewhere you use like
ErrorDocument 404 /404.php
but where do I edit that? And...
Ok, sorry, I didn't think to add the code, but here it is:
my body:
<body>
<center>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td>
<img src="Banner.jpg">
<div id="Red"...
So I coded a website for my friend where I put three elements inside a single table cell, and then positioned them relatively for their specific positions. But everything is off in Chrome, and I'm...
Hi again. I came up with a way around my previous problem that nobody seemed to have an answer two, but with this new plan I have yet another question. I'm going to be selling files digitally through...
Hi, I'm working on a website where I plan to sell mp3's (legally of course) by download. And I plan to use Paypals Standard WebPayment service where the user at my site will add items to his/her...
Scratch that..."localhost" didn't work. I'm using GoDaddy.com (which I dont recommend) if that helps. ANy other ideas?
If i'm using a simple file upload script (something you can find just by googling), where the file upload process uses the move_uploaded_file to move the file into a folder "/uploads/". Do I need to...
Thanks. :)
Hey guys...I'll probably embarrass myself by asking this...but as of right all of my mysql_connect functions connect to "localhost" because I have a server on my computer. When I upload my files to...
Ok so I've been fiddling around with the page, but to no avail. So I figured I'd post the error message too to see if it helps anyone solve this problem:
Could not insert data: Unknown column...
My apologies, I thought I had pretty well isolated the problem down to that specific line of code. Maybe not. Anyway that input field that I have shown above is submitted (along with other data) to...
Hey guys...small problem (I assume) this time. Date functions have never worked well with me, but I'm hoping that's not the case for at least some of you. Here's the code I'm using right now:
...
Ah, I see. Thanks for the correction. ;)
I might be wrong, but i believe this is a CSS problem, because FF has some pixel problem that causes pages to look different in FF than in IE. To fix this problem you have to define the width and...
Ooooohhhh.
Okay, now i get it. I'm not good with date functions nor file functions. :p
Thanks. :D
Dang this is confusing. :o
I get everything except, lets say someone accesses the page and that script is run, then 2 hours later the script is run again, that would write to the file something...
I understand the functions going on in that script, but can one of you please explain to me the theory behind the script? Like, the while loop in particular.
Great. Thanks. :D
Twey, would you mind explaining your code please? It's pretty complicated to me, i dont know how to work with files yet.
Aha, brilliant. Thank you.