LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
There was a problem with the request. (Code: 0)
Any Idea what could cause this? I get it randomly at best. But with both IE and FF. It derives from
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
script is pulling more then they have....
I have this script for my game where they can change there race. This will cost them 2,500 points. H
Grouping and sorting results
Please help with this query.
I have 2 tables in a database, countires and cities. states look
listing help
Hi,
at first, great new design!!! I like it,
i got a problem,
I want to list so
Kill a process
I have a question - how can I kill a process from a command line or by using Oracle SQL Developer? I
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan