Jump to content

[SOLVED] URL post/get


Recommended Posts

hey everyopne, when i post my msg id to my url i get this

 

http://my website/mail_view_savedmsg.php?messages_saved_id=10%22

 

where the %22 shouldnt be there and isnt allowing my page to show, my code looks fine and ive checked it over and over, can anybody help?

 

<a href=mail_view_savedmsg.php?messages_saved_id=<?php echo $row_mail_saved['messages_saved_id']; ?>" class="message_rows_subject"><?php echo KT_FormatForList($row_mail_saved['messages_saved_subject'], 20); ?></a>

Link to comment
https://forums.phpfreaks.com/topic/108421-solved-url-postget/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.