confused between ' ' and " "
there is a php i set:
$begin_date_query = mysql_query( "SELECT SUBDATE(due_date, INTERVAL $d
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
How to calculate days from variable date?
This will be easy for one of you gurus. I want to fetch the date from a variable date, for example:<
Create comparison matrix?
I want to create a comparison script for forum software and was wondering is there any tutorial or b
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
order by date not ID number help php
I am trying to orginize the following code to order by date not id number.
any help would be grea
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and