885 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Bidesh
Member Avatar for Arsslan

Hi, Please can some one tell me is Cloud ERP Safe to use for your business ? THanks

Web Development javascript jquery php
Member Avatar for TyaSuite
0
117
Member Avatar for v1

If you plan to attract new customers, enhance sales, build your brand image or improve the customer experience, you need to own a mobile app.

Web Development html-css php seo
Member Avatar for Dani
0
87
Member Avatar for matei_

I am trying to use my platform's API by using PHP and cURL, but I have a problem when I try to `PATCH` some custom attributes. As the title says, I am getting an API error with code: 422 and the message: `Validation failed.`, because the `attributes` field has `Invalid …

Web Development php
Member Avatar for pritaeas
0
171
Member Avatar for erum

i have below stuff an i write each result in excel sheet . i have an issue to write in excel sheet of each sql result drop table #table_Northwind create table #table_Northwind ( RowID int not null identity(1,1) primary key, column_name varchar(50) ) insert into #table_Northwind (column_name) (SELECT TABLE_NAME FROM …

Web Development
Member Avatar for creed3
0
68
Member Avatar for 4lexo1234

Hello All! We are new to Vue3. We are developing a product web catalog application based on vue3. This application has only the frontend, because all the product data is pulled via REST API. This application can be used by multiple customers. The functionality should be the same, but every …

Web Development javascript
0
46
Member Avatar for FarrisFahad

Hello web developers, I have a small problem and I am not sure if it's doable using just htaccess or should I use php `file_get_contents();` I have 2 sites ... example-1.com and example-2.com I want the content of example-1.com, whole site, to show on example-2.com. And if someone visits example-2.com/about-us …

Web Development php
Member Avatar for FarrisFahad
0
62
Member Avatar for ademontis

Helloeverybody, I am creating some custom HTML tags using Javascript, I have created plenty of them and they all work fine, except when they have to contain other tags. I am creating a tag called GROUP with the following syntax: <group label="text here"> (other tags here - for example some …

Web Development html-css java javascript
0
110
Member Avatar for Thropian

I'm making a html/js game, and attempting to add on screen controls for mobile use. However, I have found that pressing and holding on a button on mobile will highlight the button as though it is pressed but no onMouseDown event is fired and the page is simply waiting for …

Web Development html-css javascript
Member Avatar for Thropian
0
2K
Member Avatar for Raju_3
Member Avatar for rofa_1
0
11K
Member Avatar for LoanHensley

Hello guys, I hope everyone here is doing well so far. I'm going to create my first website online. I need a reliable website builder who is cheap and reliable at the same time. Can you please help me here? Thank you so much!

Web Development file-system seo wordpress
Member Avatar for dot LI
1
141
Member Avatar for 09jesses

I have what I call a buildList, or better yet a Wishlist or cart. Inside this "buildList.php" is roughly 10 links, +ADD, that basically act like a button and categorized "part-1, part-2, part-3...etc. When a user chooses one button, lets say "part-1 +ADD", it links to the "contents.php" page to …

Web Development php
0
633
Member Avatar for Ethan_17

Becoming a successful freelance PHP tester is not an easy task by any means. With an increasing focus on PHP development, the testers have to be equally adept with PHP to identify possible bugs and errors. As the competition among freelance testers is growing, you should fine-tune the below skills …

Web Development php
Member Avatar for LoanHensley
2
115
Member Avatar for matei_

My question is simple: I have a text area that is filled with IP/CIDR's and I want to know how I can retrieve an IP from there and then check the IP as used. The text area (which is implemented in plugin's page configuration and I can edit the configuration …

Web Development php
Member Avatar for Josh Connerty
1
365
Member Avatar for KnowledgeMan

Hello everyone So, my objective is to update four rows in my database (id-> int , status->tinyint) from 0 to 1 and vice verca using a checkbox. This should be done without refreshing the page and using a form without submit button. Based on my research, I was able to …

Web Development javascript jquery mysql php
Member Avatar for Josh Connerty
0
5K
Member Avatar for cokerz_written

Hy, i have code with php to update data in database mysql, i don't have any error in my code and it succesded to update data, but why the data in database is not change? its same with data before update please help me, this is my update.php code : …

Web Development php
Member Avatar for Nkem_1
0
264
Member Avatar for Alican_2

Hello, I want to display the results of the relevant student by querying the student's number from the site, the student exam results that come as a PDF file. Is there a wordpress plugin that can do this? Or basic code.

Web Development php wordpress
Member Avatar for rproffitt
0
58
Member Avatar for Vaske_1

I'm making a movie website and want to make the limit of movies for example 10 per page but every pagination tutorial or guide I find shows only how to do this with lists, I want to do this with cards so it looks like it does on other movie …

Web Development mysql php
Member Avatar for ishu_1
0
192
Member Avatar for gajen007

Hi, I'm an jQuery/Angular Developer last 5 years, and now I've planned move to ReactJS. I'm learning ReactJS by my own, as comparing the similar stuff what I did in jQuery (or Angular). My plan is, just to make a Login-Logout App, with ReactJS front-end and CodeIgniter - MySQL are …

Web Development codeigniter javascript
Member Avatar for Dani
1
602
Member Avatar for rabbit07

<?php if (isset($_POST['submit'])) { session_start(); include('connection.php'); $email = mysqli_real_escape_string($conn, $_POST['email']); $password = mysqli_real_escape_string($conn, $_POST['password']); $hash_password = md5($password); $sql = "SELECT * FROM users WHERE email = '$email' AND password = '$hash_password' "; $result = mysqli_query($conn, $sql); $row = mysqli_fetch_array($result); if ($row['email'] == $email && $row['password'] == $hash_password) { echo '<script …

Web Development mysql mysqli php
Member Avatar for Biiim
0
407
Member Avatar for nextsmm

Is there anyone who have tried the Laravel framework, is it worth starting to study it?

Web Development asp.net image php
Member Avatar for alan.davies
0
96
Member Avatar for justinb1145

I have a program that displays a list of vaccines and for each vaccine listed in the table, you can edit them. When I click on edit for the specified vaccine, one of the values allowed to be modified is the number of doses required, which can be changed from …

Web Development html-css java-jsp javascript
Member Avatar for Mr.M
0
93
Member Avatar for Mr.M

Hi DW. I'm trying to display a popup over an input box, but the issue is that some websites that I want to also display on have div class name that contains many classes in it which result it a div class name to have spaces in it which is …

Web Development html-css javascript
Member Avatar for Mr.M
0
1K
Member Avatar for stokie-rich

Hi guys, On my website that I'm creating I would like to add a personal profile. Where each user who is logged in can change their details, upload an profile picture and change their password or username. Are there any good youtube videos or tutorials that are around to help …

Web Development php
Member Avatar for cpptutslv
0
266
Member Avatar for Nicole_17

I need help..Even after doing extensive research and youtube videos.. I can't seem to get this. This is just for a hypothetical situational based project i'm doing to demonstrate the functionality of storing fake credit card info in a mySQL database from a PHP file. The goal is: Once a …

Web Development php sql
Member Avatar for Dani
0
161
Member Avatar for NALB

hello , i wanna do something as below but the problem that names and address out of the connection query are empty how can i assign them and the send them to the page? app.get('/reports', (req, res)=>{ let sql = "SELECT DISTINCT name from users_table ;"; let names; let query …

Web Development javascript mysql node.js
Member Avatar for jamesfilipson
1
1K
Member Avatar for wellho188

Hello I just want to ask for some help regarding with the undefined index error. The image are uploaded / stored in database but the image cant store in folder directory. Please can someone help me. This is for my project. Thank you guys in advance.

Web Development file-system mysql php
Member Avatar for rproffitt
1
47
Member Avatar for Trabelsi

Hi, I try to update a table through a list with checkboxes , but still this error message appear:"SQLSTATE[HY093]: Invalid parameter number: parameter was not defined" this my source code: the script checkbox.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <!-- jQuery …

Web Development php
Member Avatar for chiu
0
245
Member Avatar for Adolfo_1

Hi ... how can i have url seo friendly from database ?? Example: localhost/myshop/product.php? id = 95 Or: https://www.myshop.it/product.php?id=95 I have done several tests with .htccess but it doesn't work. I would like to have as follows: https://www.myshop.it/product.php/shoes-armani Or: https://www.myshop.it/shoes-armani tbl_product +-------------+----------------+-----+----------------+ | p_id |p_name | p_name_friendly| +-------------+----------------------+----------------+ | 95| …

Web Development mysql php
Member Avatar for Dani
0
198
Member Avatar for emmamark

Hi Proggit! I've decided to learn how to develop for the web, and I want to learn how to create websites from scratch. So far I've figured out that I need to learn HTML, CSS, and javascript for user-side development. However, I'm having more trouble figuring out what to do …

Web Development javascript python
Member Avatar for emmamark
0
108

The End.