-
Edited Browser title is not working for blog or post in WordPress
Hi i am trying to view my blog or post in detail description at that time my browser title shows %page_title%, But it has to show my blog or post … -
Created Browser title is not working for blog or post in WordPress
Hi i am trying to view my blog or post in detail description at that time my browser title shows %page_title%, But it has to show my blog or post … -
Replied To a Post in custom PHP login page from my existing WordPress Database
I tried with the below script but the password not matched, can any one please help me to fix this issue. $upass - password from login screen; $hash_password= password_hash($upass, PASSWORD_BCRYPT); … -
Edited custom PHP login page from my existing WordPress Database
Hi I am trying to create a login page from my existing Wordpress Database with custom php file. can any one please help me. -
Replied To a Post in Having an Issue connection to my MSSQL Server
Can you try below code for checking connection with Database $serverName = ""; $userName = ""; $userPassword = ""; $dbName = ""; $connectionInfo = array("Database"=>$dbName, "UID"=>$userName, "PWD"=>$userPassword, "MultipleActiveResultSets"=>true); $conn = … -
Created custom PHP login page from my existing WordPress Database
Hi I am trying to create a login page from my existing Wordpress Database with custom php file. can any one please help me. -
Replied To a Post in Having an Issue connection to my MSSQL Server
can you able to access the database without any issue using your php code -
Replied To a Post in PHP inside HTML Table not working properly
Hi ibrsbk Can you replace the code and try. it will work <?php $DBServer = 'localhost'; $DBUser = 'root'; $DBPass = ''; $DBName = 'world'; $conn = new mysqli($DBServer, $DBUser, … -
Replied To a Post in how to get count in prepare using PDO Functions
thanks for diafol and cereal. I am using MSSQL -
Created how to get count in prepare using PDO Functions
Hi I am trying to get count based on the select query using prepare. But i am unable to get the count. Please help to fix the issue. **PDO function** … -
Created how to pass the value in href tag using jquery with json
Hi I am working on displaying json data in ul li with href, i can able to print only  but my expected output should be as below  { var qty=document.getElementById(elem).value; var tot_amt=qty*amt; //document.getElementById(res_elem).value = … -
Replied To a Post in contact mail in php using SMTP
thanks cereal **classemail.php** <?php /** * Class Email.php Used to send email via SMTP authentication * */ class EMail { const newline = "\r\n"; private $Server, $Port, $Localhost, $skt; public … -
Edited contact mail in php using SMTP
Hi i am working on contact form using SMTP. I am unable to send a mail. Please help me to fix the issue. **index.html** <div id="frmContact" class="w-form"> <div id="mail-status"></div> <!-- … -
Created contact mail in php using SMTP
Hi i am working on contact form using SMTP. I am unable to send a mail. Please help me to fix the issue. **index.html** <div id="frmContact" class="w-form"> <div id="mail-status"></div> <!-- … -
Replied To a Post in PDO Loop is not working
Thanks pritaeas. Updated one **file.php** <?php include('connection.php'); class Users { private $conn; private $db_name= "DB NAME"; public function __construct($db) { $this->conn = $db; } public function STWCGY($tablen,$fieldname,$order,$by){ $sql = "select … -
Created PDO Loop is not working
Hi i am trying to display the username with their daily activity with count. i am getting the output for the last row reset is showing 0 in all the … -
Created radio button value issue in Registration form
Hi I am trying to insert to database. I am facing an issue in getting relavent radio button value. suppose if i select 1 or 2 or 3 radio button, … -
Marked Solved Status for Create Service in c#
Hi I am trying to create a service in c#, if i click start in service it has to execute the run.bat file. if i click stop in service it … -
Marked Solved Status for Create Service in c#
Hi I am trying to create a service in c#, if i click start in service it has to execute the run.bat file. if i click stop in service it … -
Revoked Solved Status for Create Service in c#
Hi I am trying to create a service in c#, if i click start in service it has to execute the run.bat file. if i click stop in service it … -
Created Create Service in c#
Hi I am trying to create a service in c#, if i click start in service it has to execute the run.bat file. if i click stop in service it … -
Marked Solved Status for toggle switch with ajax update
Hi I am trying to update the ON / OFF status through the below code. If i change the OFF status to ON, its getting a value is OFF. can … -
Replied To a Post in toggle switch with ajax update
pritaeas Thanks for your help -
Created toggle switch with ajax update
Hi I am trying to update the ON / OFF status through the below code. If i change the OFF status to ON, its getting a value is OFF. can … -
Created how to display server load in php
Hi i want to display runtime server load using php code. I find the below code from other website but i dont know i am going on the correct way. … -
Replied To a Post in Create Windows Services in single thread using c#
Thanks JOSheaIV -
Created Create Windows Services in single thread using c#
Hi I am working on windows services. i can bale to run the service for every 1 min. I creating multi thread. but i required the service to run in … -
Marked Solved Status for Mail output in HTML table format
Hi I am trying to send a reminder mail with the HTML Table format. But the details is not getting displayed. Please help me to fix. i am using class … -
Replied To a Post in Mail output in HTML table format
Thanks cereal. I removed 16 and 17 with some changes as below $mail->Message="<div style='width:600px; margin:0px auto;'><div style='width:560px; height:auto; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; padding:20px 20px; background-color:#f7f7f7; float:left;'><table style='font-family:Arial; font-size:12px;' … -
Replied To a Post in Mail output in HTML table format
Thanks for your reply cereal $conn resource is working fine. -
Created Mail output in HTML table format
Hi I am trying to send a reminder mail with the HTML Table format. But the details is not getting displayed. Please help me to fix. i am using class … -
Replied To a Post in Twig : Display formated text in Textarea
I think the below example will help. $text = "How I can display \"content\" in the <b>textarea</b>? "; echo $output = html_entity_decode($text); -
Marked Solved Status for any example to call the .java file using php
Hi i am trying to execute .java file through php. please any one help. -
Replied To a Post in search and display data from database
**searchform.php** <form method="POST" action="proc_search.php"> //your code </form> **proc_search.php** use % as below $query = "select * from asset_ict where " .$searchtype." like %".$searchterm."% " -
Created any example to call the .java file using php
Hi i am trying to execute .java file through php. please any one help. -
Marked Solved Status for How to deny direct download from website
Hi I want to stop direct download of videos file from my webiste folder. .htaccess is not working in godaddy windows server Please help me. eg: http://www.domain.com/folder/video.mp4 If paste the … -
Replied To a Post in How to deny direct download from website
thanks for all who helped me. -
Replied To a Post in How to deny direct download from website
Thanks Cereal. Sorry for late reply. i will test -
Replied To a Post in HOW TO CONNECT MS-SQL TO PHP
Check your phpinfo file. For your mssql is enabled -
Replied To a Post in How to deny direct download from website
Thanks cereal php with mssql. Files are stored in folder and it was displayed from database. Yes Yes server: Microsoft-IIS/8.0 -
Edited How to deny direct download from website
Hi I want to stop direct download of videos file from my webiste folder. .htaccess is not working in godaddy windows server Please help me. eg: http://www.domain.com/folder/video.mp4 If paste the … -
Created How to deny direct download from website
Hi I want to stop direct download of videos file from my webiste folder. .htaccess is not working in godaddy windows server Please help me. eg: http://www.domain.com/folder/video.mp4 If paste the … -
Replied To a Post in HOW TO CONNECT MS-SQL TO PHP
Try the below and let me know <?php $objConnect = mssql_connect("localhost","sa",""); //$objConnect = mssql_connect($host,$user,$pass); //$host = server,ip,computer-name //$user = user //$pass = password if($objConnect) { echo "Database Connected."; } else … -
Replied To a Post in HOW TO CONNECT MS-SQL TO PHP
I think **php_mssql.dll** file is missing. Are you using XAMPP server? or Some other -
Marked Solved Status for Update Function is not working with OOP PDO
Hi I am trying to create a update function. But it not updating in the database. Please help me to fix. **Test-2.php** $whereString = ''; $bind = NULL; if(isset($_POST['Submit'])) { … -
Replied To a Post in Update Function is not working with OOP PDO
Thanks for your support diafol -
Replied To a Post in Update Function is not working with OOP PDO
Here is my updated Code. which works fine. if(isset($_POST['Submit'])) { if($_POST) { $SCYQ64UKID = $_GET['SCYQ64UKID']; $SCYQ64AVGP = $_POST['SCYQ64AVGP']*100; $searchFields = array('SCYQ64EMAL'=>$_POST['SCYQ64EMAL'],'SCYQ64EV01'=>$_POST['SCYQ64EV01'],'SCYQ64EV02'=>$_POST['SCYQ64EV02'],'SCYQ64EV03'=>$_POST['SCYQ64EV03'],'SCYQ64EV04'=>$_POST['SCYQ64EV04'],'SCYQ64EV05'=>$_POST['SCYQ64EV05'],'SCYQ64EV06'=>$_POST['SCYQ64EV06'],'SCUSER'=>$_POST['SCUSER'],'SCYQ64AVGP'=>$SCYQ64AVGP,'SCYQ64TZ'=>$_POST['SCYQ64TZ'],'SCJOBN'=>$_POST['SCJOBN'],'SCPID'=>$_POST['SCPID'],'SCUPMJ'=>$_POST['SCUPMJ'],'SCUPMT'=>$_POST['SCUPMT']); if($post = array_filter($_POST)) { if($fields = array_intersect_key($searchFields, $post)) { … -
Replied To a Post in Update Function is not working with OOP PDO
i just print $fieldstring it shows as below. `SCYQ64EMAL` = :SCYQ64EMAL,`SCYQ64EV01` = :SCYQ64EV01,`SCYQ64EV02` = :SCYQ64EV02,`SCYQ64EV03` = :SCYQ64EV03,`SCYQ64EV04` = :SCYQ64EV04,`SCYQ64EV05` = :SCYQ64EV05,`SCYQ64EV06` = :SCYQ64EV06,`SCUSER` = :SCUSER,`SCYQ64TZ` = :SCYQ64TZ,`SCUPMJ` = :SCUPMJ,`SCUPMT` = …
The End.