PHP Help needed [$]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MichaelP
    Registered User
    • Aug 2003
    • 7124

    #1

    PHP Help needed [$]

    I made my newsletter PHP script based on my SQL database and it works just fine... Now I try to add an image into it (inline) but it's a tad beyond my programming capacity.

    Found a couple of lines online but can't figure out how to make it work.

    This is about an hour of work for any 'real' programmer starting from what I have and put the pieces together
  • sarettah
    see you later, I'm gone
    • Oct 2002
    • 14297

    #2
    Originally posted by MichaelP
    I made my newsletter PHP script based on my SQL database and it works just fine... Now I try to add an image into it (inline) but it's a tad beyond my programming capacity.

    Found a couple of lines online but can't figure out how to make it work.

    This is about an hour of work for any 'real' programmer starting from what I have and put the pieces together
    Tried to hit you on icq but you are not online.

    Hit me back or email me at sarettah at hatterasdesigns.com I can probably help you out.

    .
    All cookies cleared!

    Comment

    • MediaGuy
      Confirmed User
      • Sep 2004
      • 5500

      #3
      Bump for you Michael...

      I don't get it though - did you write a CMS or some kind of dynamic newsletter template? How can adding an inline image be a programming chore?

      :D

      YOU Are Industry News!
      Press Releases: pr[at]payoutmag.com
      Facebook: Payout Magazine! Facebook: MIKEB!
      ICQ: 248843947
      Skype: Mediaguy1

      Comment

      • michael.kickass
        Too lazy to set a custom title
        • Mar 2009
        • 11039

        #4
        Can't help you much without seeing some code. The DB structure is also good to know.
        NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
        Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

        Looking to expand your business in general, maybe sell your sites? Contact me:
        [email protected]

        Comment

        • MichaelP
          Registered User
          • Aug 2003
          • 7124

          #5
          Originally posted by MediaGuy
          Bump for you Michael...

          I don't get it though - did you write a CMS or some kind of dynamic newsletter template? How can adding an inline image be a programming chore?

          :D
          No its a simple phpmail() that i modified to make it work with my system. Now I want to add the (inline) image into the function.sendmail

          Comment

          • sarettah
            see you later, I'm gone
            • Oct 2002
            • 14297

            #6
            Originally posted by MichaelP
            No its a simple phpmail() that i modified to make it work with my system. Now I want to add the (inline) image into the function.sendmail
            Hmmm, don't see an email or an icq message so I guess you aren't interested?

            .
            All cookies cleared!

            Comment

            • VladS
              Available for Coding Work
              • Jun 2008
              • 1459

              #7
              Sure, drop a line if still not solved - vlad /at/ faxite /dot/ com
              <developer> MechBunny / KVS / PHP / MySQL / HTML5 / CSS3 / jQuery
              Email: vlad [at] dangerouscoding.com
              Telegram: @dangerouscoding

              Comment

              • FINESEC
                Registered User
                • Nov 2012
                • 59

                #8
                http://stackoverflow.com/questions/2...-html-php-file

                Here you go!
                http://SiteDefensor.com - secure authentication, password cracking and sharing prevention, site ripping protection
                http://SiteCaptcha.com - free, secure and simple CAPTCHA solution

                Comment

                • MichaelP
                  Registered User
                  • Aug 2003
                  • 7124

                  #9
                  Originally posted by FINESEC
                  Thank you I think that will help.

                  Question, how do I set my image I want in the email ? FYI, this image is already on the server, and I have an IMG field in my Newsletter SQL table ..

                  http://blah.com/images/image.jpg
                  OR
                  home/path/to/blah.com/images/image.jpg

                  Tables :

                  // tb_Newsletter : newsletter_id / Date / Title / Body / Imgurl / etc...

                  // tb_Registrations : id / Name / Company / Email / etc...

                  Comment

                  • MrGusMuller
                    Confirmed User
                    • Oct 2010
                    • 1262

                    #10
                    Hit me.

                    I will help you!
                    StagCMS - Adult CMS - user friendly adult content management system - speed up your websites with no SQL connections
                    ICQ: 63*23*43*113

                    Comment

                    • MichaelP
                      Registered User
                      • Aug 2003
                      • 7124

                      #11
                      Originally posted by MrGusMuller
                      Hit me.

                      I will help you!
                      Thank you man for the great help!

                      Comment

                      Working...