-
Replied To a Post in Post ajax and form action method sametime
> Are you using jQuery? Yes > Are you using the preventDefault() method? Yes > Let me see your code. Ok, but the code is a bit complicated, but I … -
Created Post ajax and form action method sametime
How can I perform both ajax and form post sametime? currently the code only sends one that is called first and dont call the second one -
Began Watching Post ajax and form action method sametime
How can I perform both ajax and form post sametime? currently the code only sends one that is called first and dont call the second one -
Marked Solved Status for Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Revoked Solved Status for Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Marked Solved Status for Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Replied To a Post in Null FCM message
I've managed to figure out what was the problem. The data array didn't have the message so putting the message inside it solved the problem data'=>array( 'action'=>'models', 'model_id'=>'2701', 'message'=>'My message … -
Edited Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Created Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Began Watching Null FCM message
Hi DW. I'm developing an App that uses the FCM notification, but the problem is that my code doesn't seem to get the actual data like when I extract the … -
Replied To a Post in The SIM SWAP STORY. If you use your phone for email and more please read.
I've been hearing with this even here in RSA, people are complaining with this, I just wonder how they do it because it seems as if the victim is totally … -
Began Watching The SIM SWAP STORY. If you use your phone for email and more please read.
For those very new to this area, please google SIM SWAP and discover a very nasty security issue with all phones we use today. At first glance the new security … -
Marked Solved Status for How can I also do this
Hi DW. If you check [this](https://iwpe.000webhostapp.com/iwpe/) you will notice that at the bottom right hand side there's an added image which is also a link for the hosting site, note … -
Replied To a Post in How can I also do this
I've managed to solve my problem through [this](https://www.w3schools.com/jsref/met_node_appendchild.asp) but the problem is the alt it doesn't work at all from the link or image event on both, but thats not … -
Created How can I also do this
Hi DW. If you check [this](https://iwpe.000webhostapp.com/iwpe/) you will notice that at the bottom right hand side there's an added image which is also a link for the hosting site, note … -
Began Watching How can I also do this
Hi DW. If you check [this](https://iwpe.000webhostapp.com/iwpe/) you will notice that at the bottom right hand side there's an added image which is also a link for the hosting site, note … -
Replied To a Post in Library testing on Windows 10 Edge browser
Well this is just a demo hosted on a free hosting service. It is meant to show how the library should work when you use it on your website. This … -
Created Library testing on Windows 10 Edge browser
Hi DW. Can someone with Windows 10 help me out by testing my library on Edge browser and open the developers console and see if there are any errors that … -
Began Watching Library testing on Windows 10 Edge browser
Hi DW. Can someone with Windows 10 help me out by testing my library on Edge browser and open the developers console and see if there are any errors that … -
Replied To a Post in Jquery code only working on Safari browser
First of all the link you supplied is broken. Secondly if you have included the JQUERY library reference it should work on Firefox, Firefox seems to be the only reliable … -
Began Watching Jquery code only working on Safari browser
Hello guys , i have an issue , my jquery code works on safari but when i go on chrome or any other web browsers it dosen't work . I … -
Replied To a Post in Keep input value on form submit
I'm not sure if I hear your question straight. Are you saying on submit you don't want to submit the first two fields values or you want to also keep … -
Began Watching Keep input value on form submit
I have a form as below on a page pricelist.php. On submit, it uses the code in submit.php to print a price next to the form on pricelist.php depending on … -
Created Browser remembered password Protection Library (IWPE)
As web developers we do take seriously the security of our end users by applying a hash method on their passwords before storing it to the database so should our … -
Began Watching Browser remembered password Protection Library (IWPE)
As web developers we do take seriously the security of our end users by applying a hash method on their passwords before storing it to the database so should our … -
Replied To a Post in Login Problems (aftermath)
Thanks to Dani queen, I was also affected by this as well, tried to reset password but the email wasn't sent to me, I contacted her about this and she … -
Began Watching Login Problems (aftermath)
As I understand it, there were problems on Sunday (Feb 24) which caused problems logging in. Daniweb would not accept my password (or so it said). Normally when I go … -
Replied To a Post in How to get a contact number from contacts
WhatsApp does read because these othe 6 phones which contacts are stored on google contacts they can use WhatsApp as if contacts are stored in the phone, you wont notice … -
Replied To a Post in How to get a contact number from contacts
Regarding the permissions, contacts that are saved directly to a phone or sim card can be read both name and number, but these contacts that are saved o google only … -
Created How to get a contact number from contacts
I have a code that picks contacts, the problem is that if a user pick a contact or choose a contact that was not saved on a phone but was … -
Began Watching How to get a contact number from contacts
I have a code that picks contacts, the problem is that if a user pick a contact or choose a contact that was not saved on a phone but was … -
Replied To a Post in MLM Project , Dynamic Binary tree creation using php and mysql
@Suhasini. You can't hijack other people's posts, also you need to show us what you have done, where you stuck or having a problem. One thing you should know MLM … -
Edited Why & couse to display different data
Hi DW. Today just came across with something I didn't know of and it may be easy to someone else who had workded with it or had came across it. … -
Created Why & couse to display different data
Hi DW. Today just came across with something I didn't know of and it may be easy to someone else who had workded with it or had came across it. … -
Began Watching Why & couse to display different data
Hi DW. Today just came across with something I didn't know of and it may be easy to someone else who had workded with it or had came across it. … -
Replied To a Post in How to update a table in databse using html input button with php?
Your question and so is your problem not too clear. Please try first to expain what you want to achieve and then explain what is a problem because I personally … -
Began Watching How to update a table in databse using html input button with php?
Hello I am new to php and I have a problem, I have a code below that shows the fields in my `order_details` table in my database, the problem is … -
Replied To a Post in Trying to create a welcome page for when member login it
That because you did this in the wrong way, you can't expect php to execute html code you need to `echo` it. The problem is here `<h2> Welcome!!!</h2> <option value="realname"><?php … -
Began Watching Trying to create a welcome page for when member login it
hi there am trying to create a welcome page for when a member register/login but i dont quite know where the error is. i know there is an error there … -
Replied To a Post in echo session first name and last initial and full name
I think you are missing `;` at the end of your code line 26. Also the undifined index does state that the `first` is not defined which means at the … -
Began Watching echo session first name and last initial and full name
hi ah have ah form that when data is inserted it would go to a welcome page which it does but I keep getting this error ( ! ) Notice: … -
Marked Solved Status for Display only the response
Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array … -
Replied To a Post in Display only the response
Figured out the problem. On my php file there is a part where I try to send what ever was posted to this file and send it by email, for … -
Created Display only the response
Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array … -
Began Watching Display only the response
Hi DW. I'm trying to post data without refreshing the page using the ajax, and its works fine the problem is that on the response I also get the array … -
Replied To a Post in sending sms using vb.net
Well in my case we have bought sms and we have a website so I just simplified my work by creating a simple php file which gets data to be … -
Began Watching sending sms using vb.net
hi, im new to vb.net and recently i am doing a web application on sending sms. anyone has got any codes for sending sms using vb.net? or does anyone know … -
Replied To a Post in Select Scanner & Scan Image and save (VB 2010)
This post is 4 years old, you can't hijack other peoples posts. You haven't also stated what have you tried so far. -
Replied To a Post in Post http and get returned/echoed data
Also I just don't think my code does send the post/get method because on the server I have a php file that should write a file with what ever was … -
Replied To a Post in Post http and get returned/echoed data
The html was the requirement of cookies, I've found a solution to it, but I dont get anything back now. Basically I send a key with a value to my …
The End.