2Pacalypse
02-27-2009, 10:01 PM
Hi, I want to make a generator type thing, where the user types in something, then it generates a bundle of stuff.
So what I want to know is ways that I can do this, and if possible, how I can do this... source code is very useful cause I've learnt to make dynamic pages today and my brain cant hold much more :(
I was hoping that when they type in some info it generators some BBCode specific to their values
I was thinking of this...
A little textbox to put info into, ie textarea, they type in google.com for example, then it redirects them to hXXp://mysite/page.ext?info=google.com
When the page hXXp://mysite/page.ext?info=google.com is visited, the page contains...
[url"]hxxp://google.com[/url"]
Hopefully you understand what I want to do :)
I did try this myself but doing something along the lines of
<?php
print "$_GET['ID']";
?>
But without joy.
If ya really want I'll send you a $ through paypal if you get it right :)
So what I want to know is ways that I can do this, and if possible, how I can do this... source code is very useful cause I've learnt to make dynamic pages today and my brain cant hold much more :(
I was hoping that when they type in some info it generators some BBCode specific to their values
I was thinking of this...
A little textbox to put info into, ie textarea, they type in google.com for example, then it redirects them to hXXp://mysite/page.ext?info=google.com
When the page hXXp://mysite/page.ext?info=google.com is visited, the page contains...
[url"]hxxp://google.com[/url"]
Hopefully you understand what I want to do :)
I did try this myself but doing something along the lines of
<?php
print "$_GET['ID']";
?>
But without joy.
If ya really want I'll send you a $ through paypal if you get it right :)