A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: PHP - Adding info to the setAttribute

  1. #1
    Senior Member
    Join Date
    Jul 2004
    Location
    outside Philly
    Posts
    154

    PHP - Adding info to the setAttribute

    Hi Guys,
    I am trying to add a url to the beginning of this setAttribute
    $media2->setAttribute('url', $_POST['content']);

    Right now it include a portion but I just need to add
    http://mediasrv3.blahblah.net/arch/
    before the post content

    Any Ideas?

    Thanks,
    Randy

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Like this?

    media2->setAttribute('url', 'http://mediasrv3.blahblah.net/arch/' . $_POST['content']);

    Musicman

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center