Okay, I was wondering how you might go about getting a loop to stop at a certain number of entries. For example, I'm building forums and I want it to stop pulling entries at 25 posts per page. ...
Type: Posts; User: Mob1us; Keyword(s):
Okay, I was wondering how you might go about getting a loop to stop at a certain number of entries. For example, I'm building forums and I want it to stop pulling entries at 25 posts per page. ...
I see.. Could you please show me how to write code for this file using the $_request? I've already checked PHP.net and I still don't understand. Thank you very much.
It's designed to set the "step" variable's value in the query string, and as for the quotation marks around the variable in elseif ($step == "edit") it works regardless of whether they're in there or...
Okay, so I noticed a problem with a page I was putting on a bravenet.com website of mine, and I simplified the file again and again until it came down to this:
<?php
if(!$step)
{
echo "Step...
Yeah, I essentially want the first page or "entry" page in which the users enter information to 1) appear blank at each login 2) transmit contents to second page.
I want the second page to display...
Okay, I'm VERY much a novice at Javascript, and I don't have time to take a professional course on it, but I know the very basics of it. I was wondering if there was a way I could have a page with a...
I'm sorry, i'm kind of a novice, so could someone please give me a play-by-play of just what this script does? I can use all the help I can get.