I want my users to send photos to my gallery database via email.
eg:-
email: user@domain.com
subject: username
content: photo description
attachment: jpg/gif
sends to gallerysubmission@mywebsite.com
the data will have to be approved, but how would I go about making this happen?
Make Sense...
I want to send a link via email to the sign up address
eg. http://www.domain.com/download.php?id=name@domain.com
which code is...
<?php
$email=$_GET["id"];
?>
<?php
$con = mysql_connect(connection info);
if (!$con)
{
die('Could not connect: ' . mysql_error());
}...
I'm a complete ignoramus when it come to PHP and MySQL...
DATETIME... you're looking at an idiot
Please can you explain, or maybe point me to some tutorials,
Thanks
Make Sense? I hope so (-:
I want to be able to send an automated email response (to a sign up) that has a link to a download file/page which expires after 48hrs.
Any tips please...
Make Sense? I hope so (-:
I have been tweaking codes and searching high and low for days now, but am looking for something like this http://www.satsig.net/maps/lat-long-finder.htm but for it to also display in the results the country code that GoogleMaps has an element.
Here is the coding of the map i have on my site...
I am writing a script which sends out emails to people who sign up.
The signees are on an mySQL database, and the script sends the email to each email individually...
Thing is, when it gets to the end of the rows in the DB, instead of it displaying a continue button, which I'd hoped, I get a...
i dont think thats write, considering when i use that coding, i seem to lose all my db date on the page...
The format on the db is yyyy-mm-dd hh:mm:ss
any help, this really has got me stumped, haha
Make Sense? I hope so (-:
so if i was to put in the coding:
$dateFormat = DATE_FORMAT($row['event_date'],'%W %M %Y')
it would produce the result 'Saturday October 1997' or whatever?
Make Sense? I hope so (-:
one other thing, the following code:
$date=date("d/m/Y", $row['event_date']);
produces the result of 31/12/1969 although I none of the dates in the DB are that...
is this some sort of default date?
how do i get my date from the DB to display in d/m/Y format, rather than yyyy-mm-dd?
Make...
I'm redeveloping a DB for a new project, so have removed all previous records from relevant tables (to start a-fresh)
One snub, the ID fields in the tables are auto increasing from where they left off, rather than from 1
If anyone knows how to reset the auto counters, it would be very much...
haha, sneaky
we've concluded that its down to the file being an MDE rather than MDB file...
now we need to find a decompiler that will reverse the process, making the forms/reports editable
any suggestions?
Make Sense? I hope so (-:
good thinking, tried it, imported both tables and queries but when I selected forms and reports, they were both 'grey'd out' and non selectable
this is quite the conundrum, eh
any other thoughts!?
Make Sense? I hope so (-:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.