Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

lincolnimp

Members
  • Joined

  • Last visited

Everything posted by lincolnimp

  1. lincolnimp replied to Dizi's topic in General Chat
    Right Helen, quick game of pool it is. I seven balled my last oponent! "I'll do the gentlemanly thing and pay for that pint barlady, and I'll have another Guinness too please!" Meeting my mate in the Tap and Spile at 8, so it'll just have to be the one game!
  2. lincolnimp replied to Dizi's topic in General Chat
    Afternoon all Think I'll have a quick Guinness before tea. Is there a pool table in this bar - I can't see one!? What is that dodgy song on the jukebox?? Own up - who put it on!!! Dizi - I too am off to a proper pub tonight, then if the weather stays nice I may pop to the coast tomorrow. Sunday afternoon will be spent in a pub with three tellies so I can watch Prem footie on Sky1, Sky2 and Sky3!!
  3. You're both cheating! Ok, just outside my top three would be Notting Hill, Dead Man's Shoes and ID. Notting Hill just makes me feel all warm and fuzzy inside, great feel good film! Notbanksy - The Business - is that with Danny Dyer? Another good film! He always seems to be typecast as a thug/football hooligan character. Does anyone know if he has played any other characters!?!
  4. I have just tried the new code and got the message: "Thank you, , for your message! A copy of the message has been sent to your email address which was given as . Error occured! " I'm sorry for being really thick but I'm still not sure what I've doen wrong. Xhop - you say 'don't forget to add the posting form' - Is that where my problem lies? Thanks a million times and sorry for being such a pain!!!
  5. Ok, I'm not sure if this topic has been covered before as I'm still quite new on this forum, but what are everyone's 3 all time favourite films? I'll start the ball rolling: The original version of Get Carter is awesome. Michael Caine is a true icon. Quadrophenia is a brilliant film too. What a great cast it has also. My last favourite is Fever Pitch. A film about football!
  6. It's been a while since my last post, so here goes. My next favuorite album of all time is the self titled Stone Roses album. I never tire of listening to it and I have owned it for over 15 years!! Does anyone else love this?
  7. Many thanks folks, I will have a look at it in a bit!
  8. Well folks, that hasn't worked either. I'm pulling out my hair! Has anyone any other ideas please? Here is the code changed to accommodate the above suggestions: <?php echo "<p>Thank you, <b>".$_POST["namefield"]. "</b>, for your message!</p>"; echo "<p>A copy of the message has been sent to your email address which was given as <b>".$_POST["emailfield"]."</b>.</p>"; //start building the mail string $msg = "Name: "$_POST["namefield"]."\r\n"; $msg .= "Email address: "$_POST["emailfield"]."\r\n"; $msg .= "Telephone no.: "$_POST["telfield"]."\r\n"; $msg .= "Mobile no.: "$_POST["mobilefield"]."\r\n"; $msg .= "No. of passengers: "$_POST["passengerfield"]."\n"; $msg .= "Pickup date: Day is "$_POST["date (day)"]. Month is "$_POST["date (month)"]. Year is "$_POST["date (year)"]."\r\n"; $msg .= "Pickup time: "$_POST["pick up time (hours)"]. $_POST["pick up time (mins)"]."\r\n"; $msg .= "AM or PM: "$_POST["radiobutton"]."\r\n"; $msg .= "Pickup address "$_POST["addressfield"]."\r\n"; $msg .= "Via: "$_POST["via1field"]."\r\n"; $msg .= "Via: "$_POST["via2field"]."\r\n"; $msg .= "Via: "$_POST["via3field"]."\r\n"; $msg .= "Desination address "$_POST["addressfield"]."\r\n"; $msg .= "Message: "$_POST["messagefield"]."\r\n"; $msg .= "Price: "$_POST["Price"]."\r\n"; // set up the mail $recipient = "john@cathedralwebdesign.co.uk"; $subject = "Booking form from mobile phone"; $mailheaders = "From: > \r\n"; $mailheaders = "Reply to: "-$_POST["emailfield"]; // send the mail mail($recipient, $subject, $msg, $mailheaders); ?>
  9. Well everyone here seems very friendly. I feel like part of the furniture already! Cheers for making me feel welcome folks!
  10. Right, the first album I have chosen to be on my list - these albums are in no particular order - is the self titled Tindersticks album from 1994. Featuring amazing songs such as City Sickness, Marbles and The Not Knowing this album became a great love of mine. John Peel was a huge fan of this band, and two songs off this album featured in the John Peel Festive Fifty for 1994. They're a great band to see live also! I'll post another favourite album tomorrow. Night all!
  11. lincolnimp replied to Dizi's topic in General Chat
    Is there a lock in at this bar? Just got back from a pub quiz - which incidently the team I was in won! Woohoo!! I'll have a Guinness please.
  12. Thanks for the reply Pat24. It still won't work though. Has anyone else got any ideas please? Many thanks John
  13. I've been directed to this thread by Headcoat. What a great idea for a thread Dizi. I was off to the pub tonight but now I may just stay in and think of my lists!! What an eclectic taste in music we have here. Having 800 cd albums and 600 vinyl albums in my collection it may take a while for me to compile my choice!!
  14. Well hi everyone I feel like I'm being put on the spot a bit here! I've only been designing websites since the start of last year, and I now have my own business. It has been a bit quiet this year though with not so much work coming in. Here is a link to my site for anyone who wants a peek! Visit My Website I have already posted a problem on the PHP forum so if anyone has any ideas I'd very much appreciate the help. MY PHP problem! Outside of designing I'm a huge Lincoln City football fan, and as you can see on my website I have even designed a site for one of our footballers! I have supported them since 1985 when I first went to a game with my dad! I also have a huge passion for music. I like almost anything! The last gig I went to was Supergrass in Lincoln and the last album I bought was Psycho Sonic by The Sonics. Anyway, now I've introduced myself please feel free to pop by for a chat or leave a message if you wish! Thanks for reading! John
  15. Hi folks. I'm relatively new to PHP. I've used forms on websites I've designed in the past but they have usually been from a form to email tool or extension that I have bought for Dreamweaver or Flash.. However, now I've decided to be daring and try to script the PHP myself for a form I've programmed in HTML. The only problem is it doesn't work at all. These is the link to the HTML script and here is the PHP coding: <html> <head> <title>Contact form</title> </head> <body> <?php echo "<p>Thank you, <b>".$_POST["namefield"]. "</b>, for your message!</p>"; echo "<p>A copy of the message has been sent to your email address which was given as <b>".$_POST["emailfield"]."</b>.</p>"; //start building the mail string $msg = "Name: ".$_POST["namefield"]."\r\n"; $msg = "Email address: "$_POST["emailfield"]."\r\n"; $msg = "Telephone no.: "$_POST["telfield"]."\r\n"; $msg = "Mobile no.: "$_POST["mobilefield"]."\r\n"; $msg = "No. of passengers: "$_POST["passengerfield"]."\n"; $msg = "Pickup date: Day is "$_POST["date (day)"]. Month is "$_POST["date (month)"]. Year is "$_POST["date (year)"]."\r\n"; $msg = "Pickup time: "$_POST["pick up time (hours)"]. $_POST["pick up time (mins)"]."\r\n"; $msg = "AM or PM: "$_POST["radiobutton"]."\r\n"; $msg = "Pickup address "$_POST["addressfield"]."\r\n"; $msg = "Via: "$_POST["via1field"]."\r\n"; $msg = "Via: "$_POST["via2field"]."\r\n"; $msg = "Via: "$_POST["via3field"]."\r\n"; $msg = "Desination address "$_POST["addressfield"]."\r\n"; $msg = "Message: "$_POST["messagefield"]."\r\n"; $msg = "Price: "$_POST["Price"]."\r\n"; // set up the mail $recipient = "john@cathedralwebdesign.co.uk"; $subject = "Booking form from mobile phone"; $mailheaders = "From: > \r\n"; $mailheaders = "Reply to: "-$_POST["emailfield"]; // send the mail mail($recipient, $subject, $msg, $mailheaders); ?> </body> </html> Please could anyone give me any clues as to what I may have done wrong. Thank you very much John

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.