Does anybody has done a single page application with React and CodeIgniter as API REST?

|
Madhavr 2020-10-29 18:30:59
Is there any vacancy for fresher php developer
2020-10-29 18:43:09
I need an Android Developer
rajatroars 2020-10-29 19:46:28
Madhavr 2020-10-29 18:30:59
Is there any vacancy for fresher php developer

Yes

sure0789 2020-10-29 21:19:13
Want to convert wp website into mobile app (Android+iOS) with splash and notification at low price
jhay 2020-10-30 03:22:32
can anyone show a a sample of this, please. Using a subquery, print Customer names and phone numbers, if they have made a
reservation (reservation date) within the last 6 months calculated from today
(Today here implies the date the query is run. Must not hardcode the date)
rohitjpsingh 2020-10-30 05:16:12
What’s your subquery for now?
jhay 2020-10-30 05:17:02
select C.CustomerName, C.CustomerPhNum, datediff(curdate(), R.ReservationDate) as “Months”
from Customer C, Reservation R
where C.CustomerID = R.CustomerID
jhay 2020-10-30 05:17:21
i am trying the join first then do the subquery
vinpayoverseas 2020-10-30 09:31:47
Any codeignitor developer help to complete my project

Pm me or call on 8460518624

Parth Patel 2020-10-30 09:43:00
vinpayoverseas 2020-10-30 09:31:47
Any codeignitor developer help to complete my project

Pm me or call on 8460518624

What’s up ?

Parth Patel 2020-10-30 09:48:57
luv_php-25397.jpg
Does anybody has done a single page application with React and CodeIgniter as API REST? How did you manage the authentication and authorization to multiples sections of the web app?
rohit267 2020-10-30 10:45:17
Parth Patel 2020-10-30 09:48:57
Does anybody has done a single page application with React and CodeIgniter as API REST? How did you manage the authentication and authorization to multiples sections of the web app?

since its single page, create a global store which stores the auth key

rohit267 2020-10-30 10:46:14
rohit267 2020-10-30 10:45:17
since its single page, create a global store which stores the auth key

take a help of cookie for long term auth

rohit267 2020-10-30 10:54:15
Parth Patel 2020-10-30 09:48:57
Does anybody has done a single page application with React and CodeIgniter as API REST? How did you manage the authentication and authorization to multiples sections of the web app?

after login get auth key and make create a Cookie store it in db and cookie, page refresh send cookie to check if already authorised then send new auth

Misaki_R 2020-10-30 17:53:04
Hey guys, I’m doing some math on PHP, I was using bcmul on some float numbers, but one of them is very small and was turned into scientific notation, and now bcmul interprets it as 0

How can I multiply it correctly?

unknown_pilot_ktm 2020-10-30 19:35:50
Any php devloper available to do small project of 15 day paid project
2020-10-30 20:16:29
unknown_pilot_ktm 2020-10-30 19:35:50
Any php devloper available to do small project of 15 day paid project

Yeah I can

dev 2020-10-30 20:22:55
unknown_pilot_ktm 2020-10-30 19:35:50
Any php devloper available to do small project of 15 day paid project

Ping me

GeorgeMensah 2020-10-30 21:34:10
/get web
GeorgeMensah 2020-10-30 21:36:37
Hello guy can anyone help me with crypt password?

Assuming

$password = $_POST[ ‘password ‘ ];

How can I use crypt function to secure this guy’s

final_tech 2020-10-30 21:41:15
GeorgeMensah 2020-10-30 21:36:37
Hello guy can anyone help me with crypt password?

Assuming

$password = $_POST[ ‘password ‘ ];

How can I use crypt function to secure this guy’s

$password = crypt($_POST[‘password’]);

GeorgeMensah 2020-10-30 21:52:43
final_tech 2020-10-30 21:41:15
$password = crypt($_POST[‘password’]);

Thanks bro
But I tried it and the echoed the password on the screen
.
It gave me a notice to add salt parameter and echoed the password as well

GeorgeMensah 2020-10-30 21:53:05
How can the salt parameter be added.
I Googled but couldn’t understand please show me
GeorgeMensah 2020-10-30 21:53:50
luv_php-25425.jpg

Misaki_R 2020-10-30 21:59:24
GeorgeMensah 2020-10-30 21:36:37
Hello guy can anyone help me with crypt password?

Assuming

$password = $_POST[ ‘password ‘ ];

How can I use crypt function to secure this guy’s

Try this one: https://www.php.net/manual/en/function.password-hash.php

GeorgeMensah 2020-10-30 22:00:39
Misaki_R 2020-10-30 21:59:24
Try this one: https://www.php.net/manual/en/function.password-hash.php

Sure bro

final_tech 2020-10-30 22:11:30
GeorgeMensah 2020-10-30 21:53:50

$password = crypt($_POST[‘password’],$&ryhhyhhh5678);

Any thing u want add salt

GeorgeMensah 2020-10-30 23:14:43
Thanks successful
2020-10-31 07:34:35
How to submit form data and get response using ajax ?
raj_eswar 2020-10-31 08:21:02
2020-10-31 07:34:35
How to submit form data and get response using ajax ?

Google it
Get into stack overflow πŸ˜€

raj_eswar 2020-10-31 08:21:53
2020-10-31 07:34:35
How to submit form data and get response using ajax ?

https://stackoverflow.com/questions/16616250/form-submit-with-ajax-passing-form-data-to-php-without-page-refresh

Form submit with AJAX passing form data to PHP without page refreshStack Overflow
Can anyone tell me why this bit of code isn’t working?

<html>
<head>
<script src=”http://code.jquery.com/jquery-1.9.1.js”></script>
<script>
$(functio…

Adith Ashok 2020-10-31 10:14:26
Any one familiar with echosen dropdown widget in yii1???
2020-10-31 11:03:55
Hloo everyone ☺️ i know little bit php but i want to learn it fully can anyone give me a course aur teach me?
choudharysb 2020-10-31 19:39:27
Is it possible to build an Educational ( Learning Management System ) website without using any framework ?

What are the major drawbacks ?

Acird Burn 2020-10-31 22:15:13
is thier anyone who can decode a base 64 php file
rohit267 2020-11-01 06:12:11
Acird Burn 2020-10-31 22:15:13
is thier anyone who can decode a base 64 php file

use file_get_contents and base64_decode

Acird Burn 2020-11-01 09:12:03
rohit267 2020-11-01 06:12:11
use file_get_contents and base64_decode

How

rohit267 2020-11-01 09:20:50
Acird Burn 2020-11-01 09:12:03
How

$decoded=base64_decode(file_get_contents($file))

Acird Burn 2020-11-01 10:15:55
rohit267 2020-11-01 09:20:50
$decoded=base64_decode(file_get_contents($file))

Can I inbox you

puxpyzah 2020-11-01 12:18:04
Oooh thanks
puxpyzah 2020-11-01 12:19:50
πŸ‘‹ hello guys I have a problem. I need code that will able to count the number visitors comments per each post. In php
puxpyzah 2020-11-01 12:21:23
Any one can help
Nikki 2020-11-01 12:33:59
Any magento 2 developer available here?
TechieDev 2020-11-01 23:36:18
puxpyzah 2020-11-01 12:19:50
πŸ‘‹ hello guys I have a problem. I need code that will able to count the number visitors comments per each post. In php

Hey that depends on your sql structure. Are you using WordPress?

puxpyzah 2020-11-01 23:39:52
TechieDev 2020-11-01 23:36:18
Hey that depends on your sql structure. Are you using WordPress?

Not WordPress am just Codding my self

TechieDev 2020-11-01 23:40:31
Have you created post comment sql table?
puxpyzah 2020-11-02 00:00:27
TechieDev 2020-11-01 23:40:31
Have you created post comment sql table?

Yes

TechieDev 2020-11-02 00:01:44
Try this
$comment_count=mysqli_num_rows($query);
puxpyzah 2020-11-02 00:04:16
Where because to insert comment or to the place to display the number of comments?
TechieDev 2020-11-02 00:04:44
puxpyzah 2020-11-02 00:04:16
Where because to insert comment or to the place to display the number of comments?

The place to display comment count

|