Skip to content

Tag: html

Script html php

In the script below, I currently have a fixed value in the array of $out variable. Example: $out[1]. What I need is for this fixed value (in this case 1), to be replaced by the str value of the …

Responsive live-chat

So, I currently have a working live-chat application. The problem is that on a laptop screen it looks like this: https://pasteboard.co/IEHrCyL.png, while on the phone it looks like: https://pasteboard….

Remove HTML tags from input before sending

I have some chat script and I’m trying to filter the input field before clicking send or submit. This is my input filed: submit when im trying to send some tags like unfortunately is working what i need to do.. remove all attr tags from input or prevent to write html tags inside input because all of thi…

Input Id Name showing to URL?

I have a problem, I am trying to make some forms in bootstrap however it messed up. Once I converted the forms to bootstrap related they are no longer doing the job they’re supposed to do. What I am …