I’m trying to populate the multiple selected choice from checklist into PHP. However, only the “Reading” choice is populating in the new window and not the other choices that I have selected. For …
Tag: html
how to prompt a delete confirmation inside the php echo with an image inside an a tag link
I have done this code in viewstudents.php the deletion process worked with the image but I’m not able to do the javascript part inside php inside the echo i mean can someone help me out. here is my …
Upload file using drag and drop and with reorder before upload
I am trying to upload images with drag and drop. its working fine with any plugin with but the problem is, i need to reorder images before its uploaded to server. after searching a load i found on link but its not working as i am looking. https://learncodeweb.com/demo/web-development/drag-drop-images-with-boo…
$http.get failing to retrieve data from PHP backend
AngularJS, PHP, and MySQL: changing ng-repeat data on ng-change I’ven been working on a web-base system and ng-repeat seems to have error on duplicate keys and I don’t know what to do. The selectall …
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….
How to refresh page and send variable
i have a php page where i press a button to edit on another page the mysql db records: page name ‘distintaBase.php’ here there is a list of names that are products name. Each product cointains a list …
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 …
How introduce anchor links when fetching a url from SQL database using PHP?
This is the PHP script and I can load my data in database but elements in the Link row seems not clickable .so that I redirect the user. My attempt was to add anchor() tags similar to table definition …