Is you create connection between your registration form and database?

|
A 2020-11-05 13:10:57
Can someone see my webiste and tell me what’s wrong on registering page, please
mishraaditya97 2020-11-05 15:15:36
Send link..?
2020-11-05 18:32:41
Good evening, friends.
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.
2020-11-05 18:55:58
codeslide-18623.jpg
See the column mobile_no, entries in the that column showed default value and i entered different values in it
mdownloaderz 2020-11-05 19:23:34
2020-11-05 18:55:58
See the column mobile_no, entries in the that column showed default value and i entered different values in it

Reset database

2020-11-05 20:19:40
mdownloaderz 2020-11-05 19:23:34
Reset database

Please can you assist me on something?

mdownloaderz 2020-11-05 20:36:44
What
A 2020-11-05 20:42:29
mdownloaderz 2020-11-05 20:36:44
What

My registration form won’t post at the database

mdownloaderz 2020-11-05 20:47:15
A 2020-11-05 20:42:29
My registration form won’t post at the database

Tomorrow tell

2020-11-05 21:29:34
A 2020-11-05 20:42:29
My registration form won’t post at the database

Is you create connection between your registration form and database ?
Otherwise write appropriate sql query for insert registration form data into database table.

A 2020-11-05 21:35:53
2020-11-05 21:29:34
Is you create connection between your registration form and database ?
Otherwise write appropriate sql query for insert registration form data into database table.

Yeh i did

A 2020-11-05 21:36:43
Can you see if there is a mistake on my register.php please
2020-11-05 21:38:28
A 2020-11-05 21:36:43
Can you see if there is a mistake on my register.php please

I’m not seen yet
Please share your code me personally , i’ll check it

A 2020-11-05 21:38:57
Ok thanks so much
2020-11-05 21:41:31
It’s kšŸ‘
No mension
badri v_u 2020-11-05 22:27:07
Please someone help me with small problem
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 ✨

A 2020-11-05 22:28:48
badri v_u 2020-11-05 22:27:07
Please someone help me with small problem
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)

badri v_u 2020-11-05 22:28:50
Then ‘ will be ignored
badri v_u 2020-11-05 22:29:49
A 2020-11-05 22:28:48
$notes2 = md5($notes)

Noted. Thanks ✨

badri v_u 2020-11-05 22:31:19
2020-11-05 18:55:58
See the column mobile_no, entries in the that column showed default value and i entered different values in it

Changing type int to varchar or text will help

badri v_u 2020-11-05 22:32:32
Thank you so much.
Helpful šŸ˜‡ā¤ļø
A 2020-11-05 22:33:03
For the encryption šŸ™„
A 2020-11-05 22:33:09
Md5
A 2020-11-05 22:34:00
badri v_u 2020-11-05 22:27:07
Please someone help me with small problem
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 šŸ™„

2020-11-06 00:03:01
two photos, no buttons
joshda21 2020-11-06 06:40:58
Guys a help :(. I finished my page something simple but when I upload it to my hosting and see it in my domain it does not show me the full page :(. There I send photos :(.
joshda21 2020-11-06 06:41:19
codeslide-18665.jpg

joshda21 2020-11-06 06:41:34
codeslide-18666.jpg

joshda21 2020-11-06 06:41:46
joshda21 2020-11-06 06:41:19

domain :(.

joshda21 2020-11-06 06:41:53
joshda21 2020-11-06 06:41:34

localhost

joshda21 2020-11-06 06:58:47
In my localhost I am using 7.3.3 and in my domain hosting it is with 7.3.6 .. Does that affect something? Because before I also used to upload other projects I had.
joshda21 2020-11-06 07:17:35
I already found the error a friend helped me. I use the element inspector to see a 500 error that generated a path of a require_once :(.
joshda21 2020-11-06 07:18:00
Thanks bro for wanting to help me
2020-11-06 08:44:56
How can i write a regular expression with UTF-8, or ASCII characters valid?
2020-11-06 17:31:34
or maybe not
AbhikIsNoMore 2020-11-06 17:42:02
joshda21 2020-11-06 06:41:34

Which app u using for localhost

Kemal raihan 2020-11-07 03:16:44
yes that
2020-11-07 05:52:14
Yes
royal_q_ind 2020-11-07 07:06:03
Ask

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);

Shubbb 2020-11-07 09:05:10
Use DomDocument
Shubbb 2020-11-07 09:05:36
There are different methods similar to javascript once html is loaded you can grab tags
kishor10d 2020-11-07 13:34:24
royal_q_ind 2020-11-07 07:06:03
Ask

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

Kiran 2020-11-07 14:41:37
Hey guys! Can you help me with this šŸ™‚
Kiran 2020-11-07 14:42:03
codeslide-18747.jpg

Pa111111111111 2020-11-07 17:02:08
Guys I need Help
Pa111111111111 2020-11-07 17:04:11
I have 10,000+ Gmail Ids!
So I created Channel,
So How can Subscribe them to Each Others!
Means my all Account should have 10,000+ Subscribers
Pa111111111111 2020-11-07 17:04:21
Pa111111111111 2020-11-07 17:04:11
I have 10,000+ Gmail Ids!
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?

ShubhamA1007 2020-11-07 17:08:57
loop laga do
ShubhamA1007 2020-11-07 17:12:25
outer loop one by one emails le or total number of emails tk chale..

insider loop us outer se aane wali ko email ko le and sabhi emails se subscribe krde except jisko karwa rahe

D_deepak 2020-11-07 18:08:40
header(“Location:Welcome.php”);
Is not working what a solution?
|