having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. F
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is somet
PHP time (deadline within one week)
I have a column ['projdue'], which stores the deadline for a project.
I have PHP code and <
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
xml
<?php
echo "<h1>XML Articles</h1>";
$home
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Points for Wiki contribution
Hi everyone,
I want to know how long does it take for the moderator to award points for a
Passing variables with pagination - iterating through unique id per link
Hi everyone,
I have seen a few topics like this one. Still cant find the specific thing, so I am
Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.
But