Click here to Skip to main content
15,795,318 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: Subtraction of sum of 2 different table colums Pin
Richard MacCutchan18-Jun-20 5:40
mveRichard MacCutchan18-Jun-20 5:40 
QuestionHow to handle response after PayPal subscription approval Pin
Petar Vasilev1-May-20 11:27
Petar Vasilev1-May-20 11:27 
Questionhow to add additional in php query or jquery Pin
captan389926-Apr-20 22:57
captan389926-Apr-20 22:57 
AnswerRe: how to add additional in php query or jquery Pin
Richard MacCutchan26-Apr-20 23:35
mveRichard MacCutchan26-Apr-20 23:35 
AnswerRe: how to add additional in php query or jquery Pin
Richard Deeming27-Apr-20 1:33
mveRichard Deeming27-Apr-20 1:33 
Questionsocket_send not working without break or exit Pin
Member 147929365-Apr-20 3:04
Member 147929365-Apr-20 3:04 
QuestionHow to share session cookies from a PHP application with my WordPress website, hosted on the same server and the same domain? Pin
mplusplus29-Dec-19 18:50
mplusplus29-Dec-19 18:50 
AnswerRe: How to share session cookies from a PHP application with my WordPress website, hosted on the same server and the same domain? Pin
who8mypnuts31-Dec-19 17:28
who8mypnuts31-Dec-19 17:28 
One possible solution would be to take the PHP session cookie, and use that data to register your Wordpress user behind the scenes, basically a little automation when the user agrees to be registered with the Wordpress site as well.

1.) Obtain user consent
2.) Pass php session username (and password if you're not auto-generating one with sign up)
3.) register the user in Wordpress with PHP session data
4.) confirm registration credentials

Here are two sites that both offer a bit of code, but you'll need to modify it to do the work behind the scenes rather than rendered on the page visibly.
https://codingcyber.org/simple-user-registration-script-in-php-and-mysql-84/
and
https://www.elegantthemes.com/blog/wordpress/wordpress-user-registration-page
QuestionSubmit to view hyperlink using PHP? Pin
Member 829590119-Jul-19 11:11
Member 829590119-Jul-19 11:11 
Questionphp + validation ajax + ISSET() Pin
nelsonpaixaopinto16-May-19 13:51
nelsonpaixaopinto16-May-19 13:51 
QuestionFailover Architecture (Apache/TOMCAT) Pin
Member 143600218-May-19 4:21
Member 143600218-May-19 4:21 
Questionwhat is the error:mysqli_query() expects parameter 1 to be mysqli, null given in Pin
Amir karim30-Apr-19 8:29
Amir karim30-Apr-19 8:29 
AnswerRe: what is the error:mysqli_query() expects parameter 1 to be mysqli, null given in Pin
Richard MacCutchan30-Apr-19 22:39
mveRichard MacCutchan30-Apr-19 22:39 
AnswerRe: what is the error:mysqli_query() expects parameter 1 to be mysqli, null given in Pin
Member 1456979427-Aug-19 8:03
Member 1456979427-Aug-19 8:03 
Questionany latest api for currency converter free Pin
Member 1434851229-Apr-19 22:32
Member 1434851229-Apr-19 22:32 
AnswerRe: any latest api for currency converter free Pin
OriginalGriff29-Apr-19 22:34
mvaOriginalGriff29-Apr-19 22:34 
AnswerRe: any latest api for currency converter free Pin
Richard MacCutchan29-Apr-19 22:35
mveRichard MacCutchan29-Apr-19 22:35 
QuestionUtilize webhook using PHP Webhook Listener Pin
Jassim Rahma18-Apr-19 6:04
Jassim Rahma18-Apr-19 6:04 
QuestionHaving Trouble moving my Wordpress site offline using MAMP Pin
Davstr15-Apr-19 9:02
Davstr15-Apr-19 9:02 
QuestionConvert the sql query into linq Pin
Member 1246113211-Apr-19 23:52
Member 1246113211-Apr-19 23:52 
AnswerRe: Convert the sql query into linq Pin
Richard MacCutchan12-Apr-19 0:05
mveRichard MacCutchan12-Apr-19 0:05 
Questionwhat is the error : SQL syntax; check the manual that corresponds to your MariaDB server version? Pin
Amir karim3-Apr-19 21:47
Amir karim3-Apr-19 21:47 
AnswerRe: what is the error : SQL syntax; check the manual that corresponds to your MariaDB server version? Pin
Peter_in_27803-Apr-19 22:02
professionalPeter_in_27803-Apr-19 22:02 
GeneralRe: what is the error : SQL syntax; check the manual that corresponds to your MariaDB server version? Pin
Amir karim3-Apr-19 22:24
Amir karim3-Apr-19 22:24 
GeneralRe: what is the error : SQL syntax; check the manual that corresponds to your MariaDB server version? Pin
Richard Deeming3-Apr-19 23:28
mveRichard Deeming3-Apr-19 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.