search
  • Sign In
  • Sign Up
Password reset successful

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

P粉012875927

P粉012875927

Follow
student

Follow 0
fans 0
integral 0
How to get a background image to print using css?

I am using the ASP Net Sprites package to create CSS Sprites on my website. It is working, but the images it generates do not appear when printed. The code generated at HTML level

2026-01-27 14:01:29Ask
CSS
JSON to pandas DataFrame

What I am trying to do is extract elevation data from a google maps API along a path specified by latitude and longitude coordinates as follows: from urllib2 import Request, urlopen

2025-11-28 11:22:37Ask
Python
MySQL: "Select text from... as <variable here or subquery>"

I have the following table with the following data: id text language 1 german text german 2 english text english What I want is to get results in the following format: german="deutschertext" english="englishtext" This means, it should be not: text ="deutschertext" text="englishtext" key/column name text should be from langua

2024-04-06 19:25:54Ask
MySQL
Storing array as JSON in Codeigniter PHP not working properly in database

I'm trying to use the codeigniter website to store an array as json in a database like this: $this->db->insert('orders',array('orderstatus'=>$orderstatus,'productname'=>json_encode($ product1))); The value of the array is as follows: Array([0]=>Array([id]=>8[product

2024-04-02 00:08:37Ask
MySQL
How to add a column of type array using phpMyAdmin or sql

How to add column of type array using phpMyAdmin know change table name add column listid integer array; change table name add column listid integer[]; not working

2024-03-27 00:18:52Ask
MySQL
Redirect to form and select option only when button clicked - otherwise defaults to standard display of navigation tabs

I have a form on one navigation tab and I link to it from another navigation tab. I'm using the code below to link to all my navigation tabs from multiple pages. consthash=window.location.hash;constbsTab=newbootstrap.Tab(hash);bsTab.show(); It works, but: if possible, I want to remove the hashtag after redirecting from the url. This is a problem I'm having with this part of javascript. the other is

2024-03-22 10:12:30Ask
JavaScript
PHP mail function cannot send email in full

<?php$name=$_POST['name'];$email=$_POST['email'];$message=$_POST['message'];$from='From:yoursite.com';$to='contact@yoursite.com';$subject='CustomerInquiry';$body="From:$name\nE-Mail:$email\nMe

2024-01-16 11:11:48Ask
PHP
Access and read values ​​and properties in XML files in Laravel or PHP

I have an XML file with this structure and I want to read it from Laravel, for this I use SimpleXMLElement. I can access the "id" and "color" attributes but I don't know how to access the value, in this case the example is the "Porsche or Ferrari" XML file <?xmlversion="1.0"?><cars><carid=" 0001"colour="blue"

2023-12-15 11:54:24Ask
PHP
Uncaught ReferenceError: e is not defined in HTMLInputElement.onclick

I get this error when e is a MouseEvent. The HTML involving the checkbox click event in question looks like this: <ItemTemplate><trstyle="border-top:1pxsolid#adadad;border-bottom:1pxsolid#adadad;"><td><asp:HiddenFieldrunat=" server&qu

2023-09-12 14:10:18Ask
HTML
CSS changes are not reflected. Why?

I'm developing my website and whenever I add some new lines to the CSS file it just doesn't want to use the lines I made. They should be fine, though. .what-new{padding:2em04em;text-align:center;}.what-newh3{font-size:4em;font-weight:700;color:#000;margin:0.5em0;For example. The CSS file was working in a certain part but from somewhere it stopped working with my file.

2023-08-27 16:55:19Ask
HTML