Forum: VB.NET Jan 5th, 2009 |
| Replies: 1 Views: 1,134 VB.Net makes a task like that quite simple:
Public Sub text_combine( _
ByVal path_to_read_file As String, _
ByVal path_to_append_file As String _
)
... |
Forum: PHP Jan 5th, 2009 |
| Replies: 13 Views: 2,592 An alternative to a JavaScript resolution (if for whatever reason you want to or even just to have another way) is simply set the target of your form to a hidden frame which is much the way the AJAX... |