<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nick Scott</title>
    <description>The latest articles on DEV Community by Nick Scott (@nick_scott_6711c9830e56a4).</description>
    <link>https://dev.to/nick_scott_6711c9830e56a4</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3004582%2F1b47f58f-6057-4ad7-aa5a-e1934a31309d.jpg</url>
      <title>DEV Community: Nick Scott</title>
      <link>https://dev.to/nick_scott_6711c9830e56a4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nick_scott_6711c9830e56a4"/>
    <language>en</language>
    <item>
      <title>Toggle Menu not working on iPhone</title>
      <dc:creator>Nick Scott</dc:creator>
      <pubDate>Wed, 23 Apr 2025 02:21:46 +0000</pubDate>
      <link>https://dev.to/nick_scott_6711c9830e56a4/toggle-menu-not-working-on-iphone-5dm0</link>
      <guid>https://dev.to/nick_scott_6711c9830e56a4/toggle-menu-not-working-on-iphone-5dm0</guid>
      <description>&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;I am in the process of updating a website that is currently in the testing phase &amp;amp; rightfully so.  When viewing the website on iPhone, I am unable to close the menu. It works fine on Android &amp;amp; even on iPad.&lt;/p&gt;

&lt;p&gt;Just not iPhone.&lt;/p&gt;

&lt;p&gt;Here the link to the website:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://westsuburbanchurch.org/test/testindex2.html" rel="noopener noreferrer"&gt;https://westsuburbanchurch.org/test/testindex2.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I feel as if the solution is staring me right in the face!&lt;/p&gt;

&lt;p&gt;Any assistance would be much appreciated!&lt;/p&gt;

&lt;p&gt;Let me know if more information is needed.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>softwaredevelopment</category>
      <category>ios</category>
      <category>help</category>
    </item>
    <item>
      <title>Assistance with PHP Code?</title>
      <dc:creator>Nick Scott</dc:creator>
      <pubDate>Wed, 02 Apr 2025 00:49:10 +0000</pubDate>
      <link>https://dev.to/nick_scott_6711c9830e56a4/assistance-with-php-code-3ec0</link>
      <guid>https://dev.to/nick_scott_6711c9830e56a4/assistance-with-php-code-3ec0</guid>
      <description>&lt;p&gt;Hi all!&lt;/p&gt;

&lt;p&gt;Working on creating a contact form that sends e-mail to an e-mail address. I'm THIS close to perfection, however, I notice that not all of the data is being captured.&lt;/p&gt;

&lt;p&gt;All it captures is the e-mail address &amp;amp; the message itself. Not the "name" field or the drop-down data.&lt;/p&gt;

&lt;p&gt;Any changes I make only results in the e-mail being considered spam.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here is my code:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;?php&lt;br&gt;
if ($_SERVER["REQUEST_METHOD"] == "POST") {&lt;br&gt;
    $to = "&lt;a href="mailto:myemail@example.com"&gt;myemail@example.com&lt;/a&gt;";&lt;br&gt;
    $subject = "Contact Form Submission";&lt;br&gt;
    $message = htmlspecialchars($_POST['message']);&lt;br&gt;
    $headers = "From: " . htmlspecialchars($_POST['email']);&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;mail($to, $subject, $message, $headers);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
?&amp;gt;&lt;/p&gt;

&lt;p&gt;Any changes I make only results in the e-mail being considered spam.&lt;/p&gt;

&lt;p&gt;Please help!&lt;/p&gt;

</description>
      <category>php</category>
      <category>webdev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
