search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉111927962

P粉111927962

Follow
student

Follow 0
fans 0
integral 0
How do you stop MySQL on a Mac OS install?

I installed MySQL via MacPorts. What is the command I need to stop the server (I need to test how my application behave when MySQL is dead)?

2026-01-21 18:43:04Ask
MySQL
Running MySQL *.sql files in PHP

I have two *.sql files that I use when creating a new web site database. The first file creates all the tables. The second file populates some default records. I would like to exe

2026-01-04 15:22:13Ask
PHP
UNION query with codeigniter's active record pattern

How to do UNION query with PHP CodeIgniter framework's active record query format?

2025-12-15 22:43:12Ask
PHP
Limit image proportions using JavaScript

<inputtype="file"id="file"accept="image/gif,image/jpeg,image/png">The structure of the HTML code is as follows. In this case, if there is no image in the input with a 1:1 ratio, I want to move to another page via JavaScript.

2024-02-17 20:13:49Ask
HTML
PHP move_uploaded_file() fails and I don't know why

This is my code: $uploaddir='/temp/';$uploadfile=$uploaddir.basename($_FILES['file']['name']);if(move_uploaded_file($_FILES['file'][' tmp_name'],$uploadfile))send_OK();elsesend_error("ERROR-uploadingfile&qu

2024-01-29 11:04:54Ask
PHP
After using @click.prevent method in vue, the page does not display the content

Can anyone figure out where the problem might be coming from? ? I am not getting any errors but the page is not showing the content I am trying to show the content of the page without navigating to the page but when I click on the links it is not showing them<!DOCTYPEhtml><htmllang="en">< head><metacharset="UTF-8"><metahttp-equiv="

2023-09-16 22:12:27Ask
Vue.js
How do I make my jQuery like functionality work on every post in my project

Hello everyone. I am designing a platform similar to a social media platform with a post, like and comment system. I'm using jquery for likes and whenever I want to send a text message and want to like a post, only the first post works but the like system for other posts doesn't work. How can I solve it. This is the index.php which contains the post and jquery code. <!DOCTYPEhtml><htmllang="en"><head><metac

2023-09-16 11:56:50Ask
PHP
How to change color: use buttons

Is there a way for me to write fewer lines of code in this function? I want it to switch between the two colors when you press one of the buttons. The function green() is the exact opposite of red. <h1id="header">Red or Green</h1><buttonid="redButton"onclick="red()">Red</button><b

2023-09-05 16:38:19Ask
JavaScript