Announcement
Collapse
No announcement yet.
Search Result
Collapse
500 results in 0.4861 seconds.
Keywords
Members
Tags
-
How to get PHP errors ?
I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_ALL. I have restarted my Apache webserver. I have tried all things those are mentioned here ( show all php errors ). I have even put these lines at the top of my script, and it doesn't even catch simple...
-
Php on-air script with image
codingforums i need help! basically i have this code
HTML Code:<div align="center"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <meta http-equiv="Content-Type" content="text/html;
-
Searching and Calculating Minimum Years of experience
I was trying to calculate an employees total years of experience and i got the answer here Calculating date difference - CodingForum . Adding to that, i am trying to select all the employees who have minimum experience of 3 years.
I tried something like this
Code:SELECT e.fname, e.lname,
Last edited by Mythri; Mar 3, 2022, 08:17 PM.
-
Calculating date difference
I am calculating average years of working of employees by usingDATEDIFF ()
.
I have employee table where i capture joining date and leaving date. Obviously Current company will not have leaving date. So for that i want to use current date.
My query is
PHP Code:$TotalDays = $con->prepare("SELECT
-
Keep running php script in background in local server
I am getting values continuously from an iot device. These data to be processed and stored into database. In UI, End user will be accessing these data from database without refreshing the page.
To process and to store the data i have written script in php which is working fine. UI part is also...
-
getting javascript value into php variable
I want to get the value into php variable from javascript
if i do like this
Code:<script> var res = 50; </script>
PHP Code:<?php echo "<script>document.write(res);</script>"; ?>
but,
i want to do like...
-
SAM Broadcaster Website
ADMIN move this post if possible:
anyone able to help me get my sams requests back up and running please
i understand that the old package that ran MYSQL and PHP are now depreciated
but i'm now getting this error
Oops! Something went wrong...
The Mysqli extension...
-
PHP WebSocket Server
Working server written in PHP to handle connections via websocksets wss:// or ws://
and normal sockets over ssl:// ,tcp://
As of 2020-12-07 it works also with PHP 8.0
NO DEPENDENCIES !
Includes also...
- Likes 1
-
How do I create a variable array using a column from SQL table?
I am trying to find a better way to implement an image library on a member-only protected area of a resource site. Currently everything is coded by HTML, which is not ideal for over 2,600 photos. I am trying to learn how to do it with mySQL and PHP and have some success so far but have hit a large hurdle....
-
html5 canvas images video with transition help
I am looking into creating a html5 canvas to show a sequence of images and video with music. Similar to the link below. Before I start I wondered if there were any library’s or resources available to help with creating this or if I would have to make from scratch!
Example of the style...
-
zerojjc started a topic WooCommerce - Wordpress: Add a Banner Image or Featured Image to the Categories Pagein PHPWooCommerce - Wordpress: Add a Banner Image or Featured Image to the Categories Page
I tried looking for an answer on the Wordpress forum but I am having a tough time trying to locate an answer to this, and i’m hoping someone here could help me. I have a custom theme and Woocommerce looks fine, accept since there is not a feature/banner image on the Categories page, and my head bar...
- Likes 1
-
How include jscript in site?
I am try to work with the DOM with jscript and new to this stuff. I need to include some js and was trying to add it into the function.php file of the child theme. But I cannot find if it can be done in a php file? If it can, do I just surround the js code with <script></script> tags?...
-
PHP/MySQL generated dropdown list
So I'm kind of new at PHP and databases but I'm trying to make an "app" (simple php page really) that has a dropdown list of locations that is populated from a mysql database that a user can select and it will pass the subname's lat/log to a URL giving them a route from their current location...
-
php tags in double quotes preventing concatenation
Looking at the following line of code in Dreamweaver code editor the code between the <td> tags displays in black as normal text,
no variable highlighted as blue php tags as red ETC.
It clearly has something to do with enclosing the php tags in double quotes, normally I would concatenate...
-
judgedredd started a topic Error log says mysql_connect will be deprecated - how do I use the replacements?in PHPError log says mysql_connect will be deprecated - how do I use the replacements?
I just had a look at my error logs for one of my sites and it says:
How do I replace it?
Here is the code for that php file:
PHP Code:<?php
include("./const.inc.php");
Class DBSQL
{
functionLast edited by judgedredd; Sep 4, 2019, 10:09 PM.