New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Match stored value with the current value in a loop
Hello,
I have a MySQL db were I store articles in.
I have a form to fill these article
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
How to return to a previous page after running a PHP script
I'm having a bit of a melt down here because I think this should be really easy but can't work it ou
help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
adding 0 to numbers
Hey guys i need to create a 00001 number in a loop. Is there a better way of forcing a 5 digit numbe
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR