How could I do this?
Ive got a simple lottery game, and am using an sql database to keep track of the numbers bought. But
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Basic Forum Tutorial
Hi, I'm new to PHP. I want to build a basic forum for my site using PHP and MySQL. I've searched t
Help building / using array
First - this is a cross-posting, if this is wrong I apologise! What started out as a MySQL query que
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18:
Passing PHP variables from one page to another
Hello-
I'm having trouble figuring out how to transport a variable from one php file to anoth
New Search Engine
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
shoping cart issues
i´ve wrote this and works when i add an item to, my cart, but when i want to add othrer item just
PHP FTP connect doesn't work with correct login
Hi!
i am working on this test code:
Quote<?php
$ftp_ser
disable all input buttons
Hello Friends,
suppose i do have a file ( file.php ) has a submit button
Code: [Sele