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
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
include
Hi I have this way of licensing my PHP application, and I want to know if you guys can answer some q
how to use two buttons with php
hi i have one form. there are three fields which are to be filled by the user. and then there are tw
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
Select all entries from database that include a phrase
I have a database of clubs - one of the categories is meeting time and place
I would like to have
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18: