Help with adding a link btn in php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
flashplaya
Forum Newbie
Posts: 4
Joined: Tue Jul 19, 2005 3:40 pm

Help with adding a link btn in php

Post by flashplaya »

First off I suck at php:) But I am trying to get a cms working with flash. I have it all working but I need to add a link btn in the edit section. I have no idea how hard this would be, but i would really appreciate your guys help:)

Here is the admin section: http://dyaddesigns.com/testing/cms/

here is the php file http://dyaddesigns.com/testing/cms/index.php

Here is the part where I need to add a link btn at the bottom: http://dyaddesigns.com/testing/cms/inde ... e=text.txt

here is the php file: http://dyaddesigns.com/testing/cms/index.zip

Thanks guys
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I'm not sure I understand what you mean?

you mean you want to add a flash button that carries the user to a different php page?

if that's the case, you need to create the link from within flash. If it needs to be dynamic, then you need to pass flash the parameter that you want. You can do that with with url vars, or some JS integration...
flashplaya
Forum Newbie
Posts: 4
Joined: Tue Jul 19, 2005 3:40 pm

Post by flashplaya »

Sorry for being so vague... I want to have a insert link btn that lets the user add a html link the text, not the flash:

Here is a image of want I am talking about: http://dyaddesigns.com/testing/cms/image.jpg


I hope this helps.. I really appericate or help!!
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I'm still not certain I understand your problem.

you want to create an option for them to insert a link to your web site???

I tried you link and got a 404
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

flashplaya wrote:I want to have a insert link btn that ...
The btn part is confusing me... is this an acronym or a lazy way of writing "button"? Using better english probably helps ;)

Erm... sorry if that sounded like I was having a dig at you... it wasn't supposed to :?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I was thinking button too 8O
flashplaya
Forum Newbie
Posts: 4
Joined: Tue Jul 19, 2005 3:40 pm

Post by flashplaya »

Sorry guys I will try to be more clear about what I am trying to-do. I am trying to put a Insert Link "BUTTON" lol, so that the user does not have to code the html link by hand. Here is a visual: http://dyaddesigns.com/testing/cms/image.jpg

Here is the javascript that I want to incorporate http://fundisom.com/live_preview.html I just dont know where to put the javascript in the php?

here is the php file: http://www.dyaddesigns.com/testing/cms/index.zip

Thanks guy!!!;)
The Monkey
Forum Contributor
Posts: 168
Joined: Tue Mar 09, 2004 9:05 am
Location: Arkansas, USA

Post by The Monkey »

Ah. That has nothing to do with PHP... I believe it's a flash problem. You should be able to do what you want from within flash.
flashplaya
Forum Newbie
Posts: 4
Joined: Tue Jul 19, 2005 3:40 pm

Post by flashplaya »

Ah. That has nothing to do with PHP... I believe it's a flash problem. You should be able to do what you want from within flash.
What are you talking about? I need to add the link button inside the php, that is where it is being called from..
Post Reply