Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
problem getting my contact form working
Yeah I know this is a pretty basic problem, but it's been a while since I've worked with PHP and I'm
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
PHP Logging Error
When running the script on website it doesn't copy both input boxes, Only the user and not the passw
how do I show what a user have selected from a checkbox?
From my code below, how would i show which check boxes have been checked and which radio buttons sel
Not showing whole name with mail () script
I sent up a simple mail form with the PHP mail() script. One problem is when it sends an email with
Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl