How Do I Make... |
How Do I Make... |
Jun 30 2009, 09:42 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2009 Member No: 735,129 |
How do i make like a box
wich you enter a text or something like an example... i enter my myspace ID and it will give de url for the add button i dont know either php or JS and just a litle of css php i could understand it, but i can't make it :( look like this i insert a text on a box what ever i put in.. it will go like this # = text go in! CreateBlog.com/forums/userID=# where the # i want the text dthat i put on the box shows up in thhere and gives the url PD: i dont know that much english but hope you understood me. :) |
|
|
|
![]() |
Jun 30 2009, 11:19 AM
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
I hope this is what you meant.
Preview phpfile.php CODE <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get" />
<input type="text" name="input" /> <input type="submit" value="go" /> </form> <?php // php single line if statement $id = ( isset( $_GET['input']) ) ? $_GET['input'] : 'Enter ID# Above!'; echo "CreateBlog.com/forums/userID=<b>" . $id . "</b>"; ?> |
|
|
|
RealArtDesigns How Do I Make... Jun 30 2009, 09:42 AM
RealArtDesigns yeppp is good but can you mkae it that the words u... Jun 30 2009, 10:30 PM
Fawaz If you look at my first post you see that I highli... Jul 1 2009, 05:23 AM
RealArtDesigns o0o0 thanks really help full
Tu Come Platano mani... Jul 1 2009, 12:37 PM
manny-the-dino Topic Closed and Moved Jul 1 2009, 01:25 PM![]() ![]() |