Jump to content

can someone make me a quick script?


Hoppus

Recommended Posts

this shouldn't be too hard

for you php freaks  ;D

 

all i need is a script where you go to a page, and it loads a variable or something in a php file

and it displays it in a textarea

and you're able to edit it

 

easy?

this would help me greatly

i love you all

 

Link to comment
Share on other sites

We are not here to program scripts for you. We are here to help you along with your struggles as you attempt to write the script yourself. If you don't want to try yourself, you should be posting this in the freelance section and paying someone for it.

 

There may be someone here generous enough to take time away from their life and program this for you, but that's really not what this forum is for.

 

Would you like me to point you to some tutorials so you can try to help yourself?

Link to comment
Share on other sites

you should really try do this yourself but heres a start.

 

 

 

This will echo the contents of var into the textarea...

<?php


$var = $_GET['var'];

?>
<textarea><?php echo $var; ?></textarea>

 

This is assuming you pass the info you want to retrieve in the url such as this...

 

 

http://www.example.com/index.php?var=My Name is Ben

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.