โ prev | next โ
RN 2019-08-21 13:48:31
example input type=checkbox name=record[]
RN 2019-08-21 13:48:31
Thank you sir this was help full๐งก
RN 2019-08-21 13:49:11
It is working .๐
JimboReddJones 2019-08-21 19:56:48
https://github.com/Belifex/Belifex_CEX
JimboReddJones 2019-08-21 19:57:25
can anyone assist with the bug giving users a negative balance. If you have 10 tokens you can sell 100… Not good for bussiness
JimboReddJones 2019-08-21 20:00:01
this is the sell function of that code
JimboReddJones 2019-08-21 20:00:23
its private repo
JimboReddJones 2019-08-21 20:01:17
do you have a username i could add you
rohit267 2019-08-21 20:11:06
JimboReddJones 2019-08-21 20:01:17
do you have a username i could add you
goddam you want solution and making a private ripo, just make a gist
JimboReddJones 2019-08-21 20:37:20
rohit267 2019-08-21 20:11:06
goddam you want solution and making a private ripo, just make a gist
https://gist.github.com/Belifex/aa0817c143f2542319f794da91c0f835
Home.php –
GistHome.php. GitHub Gist: instantly share code, notes, and snippets.
JimboReddJones 2019-08-21 20:37:25
sry
IlNoNamell 2019-08-21 21:22:11
Need help
i have 2 pages
1st page asks user to enter a 6 digit pass or number (which is in db) if user enters correct
it will redirect to 2 nd page
and i want 2nd page not accessible directly
how to do that ?
Pls help
Mayank_theDevloper 2019-08-21 21:35:50
Use session or check condition with isset function if $_POST[‘password’] then open second page
Mayank_theDevloper 2019-08-21 21:36:02
Else redirect first page
IlNoNamell 2019-08-21 22:14:03
Mayank_theDevloper 2019-08-21 21:35:50
Use session or check condition with isset function if $_POST[‘password’] then open second page
Without that any other way
2019-08-22 02:54:41
I have been asked to display Good Morning, Afternoon or Evening on the welcome page of a WordPress website how can I achieve this
rohit267 2019-08-22 06:30:44
IlNoNamell 2019-08-21 21:22:11
Need help
i have 2 pages
1st page asks user to enter a 6 digit pass or number (which is in db) if user enters correct
it will redirect to 2 nd page
and i want 2nd page not accessible directly
how to do that ?
Pls help
what’s problem in this way?
IlNoNamell 2019-08-22 06:31:34
rohit267 2019-08-22 06:30:44
what’s problem in this way?
I don’t get you
rohit267 2019-08-22 06:31:48
2019-08-22 02:54:41
I have been asked to display Good Morning, Afternoon or Evening on the welcome page of a WordPress website how can I achieve this
you can do by making a new php which display it and include the file in index.php
rohit267 2019-08-22 06:32:13
IlNoNamell 2019-08-22 06:31:34
I don’t get you
what’s the problem in $_POST?
IlNoNamell 2019-08-22 06:34:35
rohit267 2019-08-22 06:32:13
what’s the problem in $_POST?
Every time I should
Check the pass in db
Is there any other way like create dynamic links
rohit267 2019-08-22 06:36:01
IlNoNamell 2019-08-22 06:34:35
Every time I should
Check the pass in db
Is there any other way like create dynamic links
yeah, checking in pass in the db is dynamic, everytime they redirect check the password from the db if correct, stay else back
JimboReddJones 2019-08-22 07:45:58
JimboReddJones 2019-08-21 20:37:20
https://gist.github.com/Belifex/aa0817c143f2542319f794da91c0f835
Anyone Found the solution to the negative balance?
IlNoNamell 2019-08-22 08:50:44
rohit267 2019-08-22 06:36:01
yeah, checking in pass in the db is dynamic, everytime they redirect check the password from the db if correct, stay else back
For all users there will be only one pass
Then how to achieve that ?
rohit267 2019-08-22 09:14:36
IlNoNamell 2019-08-22 08:50:44
For all users there will be only one pass
Then how to achieve that ?
check from the same table
rohit267 2019-08-22 09:14:48
sql
rohit267 2019-08-22 09:15:46
IlNoNamell 2019-08-22 08:50:44
For all users there will be only one pass
Then how to achieve that ?
u know sql?
IlNoNamell 2019-08-22 09:16:14
rohit267 2019-08-22 09:14:36
check from the same table
But it takes time I think
IlNoNamell 2019-08-22 09:16:18
rohit267 2019-08-22 09:15:46
u know sql?
Mysql
IlNoNamell 2019-08-22 09:16:42
How to do that
Firebase does that but
It uses email and pass
IlNoNamell 2019-08-22 09:31:46
Okay let me try
rohit267 2019-08-22 10:01:34
any sql, stick to one plan, and how it will take more time?
IlNoNamell 2019-08-22 10:05:37
rohit267 2019-08-22 10:01:34
any sql, stick to one plan, and how it will take more time?
Every time I have to check in mysql na
If we generate a random url then we don’t need to check it in db
I think
rohit267 2019-08-22 11:21:33
IlNoNamell 2019-08-22 10:05:37
Every time I have to check in mysql na
If we generate a random url then we don’t need to check it in db
I think
then how it is dynamic and how will you check without db?
IlNoNamell 2019-08-22 13:37:08
rohit267 2019-08-22 11:21:33
then how it is dynamic and how will you check without db?
Yes
Okay
I will try with your ides and thanks
JimboReddJones 2019-08-22 13:43:08
Any help with my issue?
ednanhossain 2019-08-22 13:48:11
2019-08-17 12:35:28
Any one have school mangment project
I’ve in Oracle
2019-08-22 13:48:46
The sell and buy function makes it able to have more tokens then you have. For instance i have 10 tokens of eth, i should not be able to sell 100 since i don’t have that balance
2019-08-22 13:49:05
Feel free to test the version of this on belifex.com/exchange
Black_Man_o_i 2019-08-22 13:52:05
json_encode is not working with special character
Black_Man_o_i 2019-08-22 13:52:18
anyone know how to handle this ???
Black_Man_o_i 2019-08-22 13:53:28
2019-08-22 13:53:49
Black_Man_o_i 2019-08-22 13:52:05
json_encode is not working with special character
Urldeode
Black_Man_o_i 2019-08-22 13:54:05
what ???
Black_Man_o_i 2019-08-22 13:55:34
in array special chars is there
2019-08-22 14:06:41
ednanhossain 2019-08-22 13:48:11
I’ve in Oracle
9763660002
2019-08-22 14:08:48
2019-08-22 14:06:41
9763660002
Why you share number
rohit267 2019-08-22 15:44:40
Black_Man_o_i 2019-08-22 13:52:18
anyone know how to handle this ???
yeah i had encountered this problem once, that was the old double quotes, replaced with new one worked file
rohit267 2019-08-22 15:45:05
what u doing?
rohit267 2019-08-22 15:45:55
Vijay ? warning me for why?
โ prev | next โ