Search results

  1. B

    send email using db data

    Let me just add that I am now able to retrieve data from the database (with WHERE clauses also). For some reason though I cannot use this information to send mails to various entries, echoing them only works to get them to print on screen. Let me show you what I've got: <?php //Change these...
  2. B

    send email using db data

    I have created a database which records user data (name & email). I want to delay an automated email to the user so I have been advised to use cron jobs (in cPanel). It needs to process a script but the script must specify that it can only send those emails three days after being inserted into...
  3. B

    Unique php page

    no, should I? Not sure of the exact technique of this if it is necessary
  4. B

    Image checkbox

    My column name is imagecheckboxes. I've already inputted other user data to a database with the method mentioned (in my previous post) so I'm not sure of the problem here. Also I would like to ask if the checkbox carryover (if you recall) and email should be working in Internet Explorer...
  5. B

    Unique php page

    I used it in this example and followed your instructions rigidly on page 1 and this error came back which I'm not sure how to deal with: Are you familiar with this and how do you suggest I overcome it? _Thanks
  6. B

    Unique php page

    We might be crossing wires here - the page that sends the mail link to the user is working great but I was considering getting the memid mailed to me on the link page with other information (which is coming through fine). The error is: Line 2939 is: $message = "'$_SESSION['memid']'"...
  7. B

    Unique php page

    Following on from my previous post - is it possible to send the $SESSION variable to email because when I put $_SESSION['memid'] into the email message it returns an error.
  8. B

    Unique php page

    sorry - misunderstood - this is working yes. I also realised that as you suggested page 3 does contain the $memid using $SESSION as long as the user doesn't close the browser window or press 'back', etc. So I have the db set up with unique id and memid as you directed as well as the other...
  9. B

    Image checkbox

    I'm not even getting an error message - not sure why. There must be some sort of difficulty with the fact that "imagecheckboxes" is the img name for all of the images (if you recall). If anyone can suggest anything it will be warmly welcomed here _thanks
  10. B

    Image checkbox

    Thanks guys much appreciation. I have decided that the most logical thing to do would be to input all of the info into a database. So I have set one up. I wish to insert the 'imagecheckboxes' into the created table but cannot do so using simply: <?php...
  11. B

    Unique php page

    No - it doesn't This is my attempt: $query_rsdef2 = sprintf("SELECT search_memid, ad_application FROM `bungle_MFPOI` WHERE search_memid = %s", GetSQLValueString($colname_rsdef2, "text")); $query_limit_rsdef2 = sprintf("%s LIMIT %d, %d", $query_rsdef2, $startRow_rsdef2, $maxRows_rsdef2)...
  12. B

    Unique php page

    Page 1 - user enters personal details = working Page 2 - random $memid is created and sent to users address (inputted on page 1) and $memid is saved to db. $_SESSION is also created = all working Page 3 - user accesses the page through the automated email and can there select some...
  13. B

    delayed cron email

    But I need a script not an automated service - thanks all the same. Anyone else feel free!
  14. B

    Unique php page

    Will that code that you put last post put it into the url? 'cos it doesn't work when I try. If not, how do I? I'm going to keep the db as it was - with just the $memid code. I hope this won't make a difference. thanks & regards
  15. B

    delayed cron email

    I am reopening this discussion http://forums.x10hosting.com/free-hosting/85336-cron-job-commands.html after being advised that I need to create a php script to retrieve inserted information from my database to send emails. From there I will use a cron job to regularly send them. Does anyone...
  16. B

    Unique php page

    no - I do get it, but if for example I have an upload section where users can upload images then anyone can access that page by simply entering the URL into the address bar and upload to my server. That's what I mean - I want to make it only accessible if they complete previous stages in the...
  17. B

    no scroll

    Success!! Huge massive thanks for that - this has really helped me not just on this project but future ones (not to mention everyone who reads this thread)..
  18. B

    Unique php page

    so anyone can access these pages - I thought the point of unique URLS was so that they could not be accessed unless previous stages had been completed. Can we do this?
  19. B

    Unique php page

    so are you telling me that it isn't seen in the URL? Because I replaced the $_GET['memid'] with $_SESSION['memid'] as you can see in my previous post and it didn't show up in the next pages' URL as I wish.
  20. B

    no scroll

    I'd like to say this worked but it didn't. . thanks anyway.. This is the most infuriating problem..really
Top