Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
Easy administration on MySQL databases
My website is database driven and I am very tired of manually making queries to my tables in order t
Count on multidimensional array
Hi, i got an array as below:
Array
(
=> Array
(
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
PHP Code reffering to database, doing something wrong.. pls help
Well i am quite new with PHP
and for school we have to make a PHP script which reffers to a Data
Error In Syntax
I got this error:
Code: Parse error: syntax error, unexpected '>' in /home/bucket/publ
Delete records not in top 15
Hi,
I'm creating a hall of fame page in my game and the page will only display the top 15 sco
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like