Need help to make a little php code anyone willing to help than please reply to this post and than we will start
aryanmughal 0 Newbie Poster
Recommended Answers
Jump to Post— diskhub 0<?php $url = ""; $url .= $url . $_GET["code"]; ?> <object type="application/x-shockwave-flash" style="width:470px;height:320px;" data="<?php echo $url; ?>"> <param name="movie" value="<?php echo $url; ?>" /> <param name="quality" value="very high" /> <param name="wmode" value="transparent" /> <param name="bgcolor" value="" /> <param name="autoplay" value="true" /> …
Jump to Post— manish.s 0Try this....
<object type="application/x-shockwave-flash" style="width:470px;height:320px;" data="<?php echo $_GET['code']; ?>"> <param name="movie" value="<?php echo $_GET['code']; ?>" /> <param name="quality" value="very high" /> <param name="wmode" value="transparent" /> <param name="bgcolor" value="" /> <param name="autoplay" value="true" /> <param name="allownetworking" …
All 7 Replies
aryanmughal 0 Newbie Poster
diskhub 0 Newbie Poster
manish.s 0 Light Poster
diskhub 0 Newbie Poster
manish.s 0 Light Poster
diskhub 0 Newbie Poster
aryanmughal 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.