How to solve this type of error?
Please can you assist me on something?
Is you create connection between your registration form and database ?
Does that affect something?
How can i write a regular expression with UTF-8, or ASCII characters valid?
How can i do this?
Is not working what a solution?
When i entered mobile_no into database through registration form then it showed default value in database.
How to solve this type of error?
Please help me.

See the column mobile_no, entries in the that column showed default value and i entered different values in it
Reset database
Please can you assist me on something?
My registration form won’t post at the database
Tomorrow tell
Is you create connection between your registration form and database ?
Otherwise write appropriate sql query for insert registration form data into database table.
Otherwise write appropriate sql query for insert registration form data into database table.
Yeh i did
I’m not seen yet
Please share your code me personally , i’ll check it
No mension
This is my post variable
$notes= $_POST[‘notes’];
AND my query is :
$insert=mysqli_query($con, “INSERT into notes (notes) value(‘$notes’)”);
My problem is. The normal text, eg apple is saved in DB.
But Apple’s is not getting saved.
I think its because single inverted comma..
And also can you help me with basic security for this variable to protect from sql injections and any other common possible threat
Thanks āØ
This is my post variable
$notes= $_POST[‘notes’];
AND my query is :
$insert=mysqli_query($con, “INSERT into notes (notes) value(‘$notes’)”);
My problem is. The normal text, eg apple is saved in DB.
But Apple’s is not getting saved.
I think its because single inverted comma..
And also can you help me with basic security for this variable to protect from sql injections and any other common possible threat
Thanks āØ
$notes2 = md5($notes)
Noted. Thanks āØ
Changing type int to varchar or text will help
Helpful šā¤ļø
This is my post variable
$notes= $_POST[‘notes’];
AND my query is :
$insert=mysqli_query($con, “INSERT into notes (notes) value(‘$notes’)”);
My problem is. The normal text, eg apple is saved in DB.
But Apple’s is not getting saved.
I think its because single inverted comma..
And also can you help me with basic security for this variable to protect from sql injections and any other common possible threat
Thanks āØ
Security for notes against injection š


domain :(.
localhost
Which app u using for localhost
How to explode an HTML contents by tag that has vary of properties. Like <p> tag which has properties <p align=”right” bla bla bla…> how to explode it?š¤
$contents = explode(“<p>”,$html);
How to explode an HTML contents by tag that has vary of properties. Like <p> tag which has properties <p align=”right” bla bla bla…> how to explode it?š¤
$contents = explode(“<p>”,$html);
I have written a class to grab html, I will send you the Github repo link in personal.
It is not solution for your problem but you can get some idea from the methods
Its written in php

So I created Channel,
So How can Subscribe them to Each Others!
Means my all Account should have 10,000+ Subscribers
So I created Channel,
So How can Subscribe them to Each Others!
Means my all Account should have 10,000+ Subscribers
How can i do this?
insider loop us outer se aane wali ko email ko le and sabhi emails se subscribe krde except jisko karwa rahe
Is not working what a solution?