Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2007, 02:43 AM
Registered User
 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with php and this part of the code...?

Ok here is the code below, I need to know what I need to change in this code for it to be able to be a clickable link... I have many layouts and want to add more but with so many pages, its a bit hard to go through 49 pages just to add one page. I already submitted this problem to http://www.webdesigningcompany.net & on www.programmersheaven.com but have yet to get any solution. So here is the code. I hope someone can help me!

<img src="http://<?php echo $img_url . "/" . $imgpath . $file; ?>" alt="<?php echo $file; ?>" width="250" ><br>
<textarea name="textarea2" cols=23 rows=7 onClick="this.focus();this.sel...
<a href="http://<?php echo $site_url; ?>" target="_blank" title="<?php echo $urlpath . $file; ?>">
<img src="http://<?php echo $img_url . "/" . $imgpath . $file; ?>" border="0" alt="<?php echo $urlpath . $file; ?>"></a>
<?php if ($support_image != "") { ?>
<img src="http://<?php echo $support_image; ?>" alt="Myspace Editors" style="position:absolute; left:0px; top: 0px;" border="0"></a>
<?php } ?>
<a href="http://<?php echo $site_url; ?>/" target="_blank" title="Myspace Images">This image is from <?php echo $site_name; ?></a></center></textarea>


 
Old September 10th, 2007, 07:41 PM
Authorized User
 
Join Date: Sep 2007
Posts: 56
Thanks: 0
Thanked 1 Time in 1 Post
Default

What exactly do you want "clickable"? And are there any errors with your code right now (do you have it online for reference)?

http://mynameissteve.com
 
Old September 29th, 2007, 05:14 PM
Registered User
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello dekemcaffee

I understand that you what to put a link into a textarea input box. I never had seem something working like that.

why don't you use a combo box, whit the name of all your page, that submit a form when it change and redirect to the page selected

I hope it can help you






Similar Threads
Thread Thread Starter Forum Replies Last Post
Reuse Forms and part s of code thillai Visual Basic 2005 Basics 5 March 4th, 2008 10:40 AM
How to get html code for the selected part of the suryasimha General .NET 2 August 27th, 2007 02:32 PM
How to get html code for the selected part of the suryasimha ASP.NET 1.x and 2.0 Application Design 3 July 19th, 2007 12:00 PM
How to code the UI part for AddProduct? - Ch10 bg Classic ASP Databases 0 April 27th, 2005 10:08 PM
part of source code missing for Beg Drmwvr MX 2004 akga All Other Wrox Books 0 February 28th, 2004 04:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.