Skip to main content

All Questions

Tagged with
1 vote
1 answer
82 views

How to create a console that act as a server?

I am a computer science student working on my capstone project. My team is building a vehicle renting system. In this system, user can book and rent a car they like on a specific date range. We are ...
Jeff's user avatar
  • 11
0 votes
0 answers
46 views

Possible to listen for Video end and editing url with javascript?

So, i want a Autoplay-like script, that listens for a video that ends, and when it ends, it rises the last Number from the Url one up like x = x + 1 or x+= 1. Im not quite in to Javascript, more into ...
trytodoit's user avatar
-1 votes
1 answer
131 views

Is there any particular way to set up files for Web Development? [closed]

I've been working in...studying...Web Dev for about four years and I'm wondering if there is a particular file structure that's beneficial. Example, I noticed one individual had a DEV folder directly ...
markanthony's user avatar
1 vote
1 answer
59 views

When slide show web page is reopen, the web page loading is very slow

Here is a script that opens about 200 pictures, the first time you open the webpage, loading of the 200 pictures is fast. The slideshow display only one picture at a time as shown in the picture. ...
A. Kiyoshi's user avatar
2 votes
1 answer
7k views

How to get the client sidecomputer bios serial number

php code: $sys = system('dir'); I have searched for days now, cannot come to a satisfying conclusion. All over the internet, the php code above is common or the other one here shell_exec('dir');. ...
A. Kiyoshi's user avatar
1 vote
0 answers
18 views

How to put a form tag in this code [closed]

I want to put a form tag in this because I want to put input fields in the div https://stackoverflow.com/a/31856931/5821424 i tried putting a form tag but after i add the form tag the button ...
Kalder Dean's user avatar
0 votes
1 answer
60 views

is it possible to use a webpage to enter information into a terminal with php

I was wondering if it is possible to enter information into a php exec using something like a text bar on a webpage, so when they enter a word and hit "continue" php takes that word and uses it in a ...
Tyler's user avatar
  • 135
0 votes
1 answer
1k views

Use cURL to submit a web form for printing

I am using Xubuntu 16.04. I was unable to properly configure the drivers for a Xerox 7545 to print with a Default Group account setup. However, I am able to print by saving my document as a PDF. Then ...
jbrock's user avatar
  • 163
0 votes
0 answers
726 views

How can I protect specific web pages from URL sharing? Temporary URLs?

This is a technical question which is based on implementing a special feature on an website. I know HTML and CSS, I know crude JavaScript (very basic) but I have no clue about PHP or other web-based ...
BlueWizard's user avatar
0 votes
1 answer
3k views

How to highlight PHP, HTML & JavaScript at same time with Notepad++?

The file extension and language is PHP, and need to highlight HTML and JavaScript at the same time with the main language PHP in Notepad++ Example of code to highlight: <?php $form_name = '...
mikl's user avatar
  • 183
1 vote
3 answers
10k views

Is python server side or client side? [closed]

I am debating on using python or work with JavaScript & PHP. Basically what I am trying to do is run an algorithm against some data pulled from my database. ( the algorithm can be very demanding ...
THE AMAZING's user avatar
0 votes
0 answers
345 views

How to run browser in background in Ubuntu

I am using Ubuntu 14.04, and PHP. I have 2 files: test.html - content java to test network update.php - the test file will post result to update database. I need to run and execute an URL address in ...
fadabi Nawi's user avatar
0 votes
1 answer
499 views

how to print a page from web browser without print window using javascript or php

I am developing an POS application for my own shop in web. Now for that in billing section have features like select the products and print bill, this process is only two steps. However when I click ...
user avatar
0 votes
1 answer
850 views

How to navigate PHP-based pagination with WGET?

I'm trying to come up with a list of possible names for our next baby boy and have been looking through the site IndiaParenting. Each name on the site has a detail page at a URL like this one http://...
rishimaharaj's user avatar
  • 1,300
-2 votes
1 answer
49 views

Typical cases where I might use exceptions in programming [closed]

Can someone please help me with something that seems simple but I've never really got my head round. Exceptions! I know how to write an exception but countless code samples with variables foo and bar ...
Martyn's user avatar
  • 135

15 30 50 per page