pedrobcabral Posted October 3, 2006 Share Posted October 3, 2006 I'm working with php, and I have a code that sends $_GET['vars'] to the url.It does not able me to put a very long text, I know it is short then POST form, but it is really few words I can pass on my URL.Is there anything I can change on my conf.php file?Thank you. Link to comment https://forums.phpfreaks.com/topic/22925-get-url/ Share on other sites More sharing options...
fezzik Posted October 3, 2006 Share Posted October 3, 2006 Why can't you use long strings? Try using urlencode() to pass variables to the next page. Here is the PHP manual link for urlencode(): http://us3.php.net/urlencodeCheers! Link to comment https://forums.phpfreaks.com/topic/22925-get-url/#findComment-103462 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.