11/23/20
Can you help me find a topic
I need to make a program in php language, but I could not find what to write a topic or any php code written, can it help you in advance.
05/11/19
How was vertical centering typically accomplished using CSS prior to the introduction of Flexbox?
04/21/19
<code> vs <pre> vs <samp> for inline and block code snippets?
My site is going to have some inline code ("when using the `foo()` function...") and some block snippets. These tend to be XML, and have very long lines which I prefer the browser to wrap (i.e., I...
more
04/02/19
POST unchecked HTML checkboxes?
I've got a load of checkboxes that are checked by default. My users will probably uncheck a few (if any) of the checkboxes and leave the rest checked. Is there any way to make the form POST the...
more
03/18/19
Formatting a number with leading zeros in PHP?
I have a variable which contains the value `1234567`.
I would like it to contain exactly 8 digits, i.e. `01234567`.
Is there a PHP function for that?
03/18/19
PHP mail function doesn't complete sending of e-mail?
I've tried creating a simple mail form. The form itself is on my `index.html` page, but submits to a separate "thank you for your submission" page, `thankyou.php`, where the above php code is...
more
03/18/19
How to find the last day of the month from date?
How can I get the last day of the month in PHP?
Given:
$a_date = "2009-11-23"
I want 2009-11-30; and given
$a_date = "2009-12-23"
I want 2009-12-31.
03/18/19
Transform linked images to embedded images?
I have imported a HTML report into word by opening it (open `index.html` in Word) and copy / paste the result as an annex into my Doc.It worked fine, except that all the images (200 of them) are...
more
01/10/18
how to create random numbers from 1 to 5 without repeats in php . the code of it i know the fundamental but it keeps on repeating . Badly need help
how to create random numbers from 1 to 5 without repeats in php . the code of it i know the fundamental but it keeps on repeating . Badly need help
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.