Quantcast
Channel: DaniWeb Solved Topics
Browsing all 576 articles
Browse latest View live
↧

mentions with PHP implode

Hi,This code creates a friendly link on user mentions in comments... However, it is not case sensitive and vice versa. Examples; @test works @Test doesn't work The regular expression takes both...

View Article


Using ucfirst() in preg_replace???

Hi, Is it possible to convert the first letter after @ to uppercase using preg_replace? I tried; preg_replace('/\@(\w+)/', 'ucfirst("$1")', $str) But nothing changed when I sent it... Already like...

View Article


Which should I use } else { or exit; ?

Is this code correct? Or should I keep using } else { for (errors) until the end? if ($y = $link->prepare('SELECT id, password FROM usuarios WHERE username = ?')){ $y->bind_param('s',...

View Article

Excel, Find Number Combinations that Total a Sum

Im trying to find a way, either with Excel or another program, to find out what combination of numbers will equal a predetermined sum. Ive tried Excel Help and the internet, and it appears possible,...

View Article

How to remove URL parameter php

I have a domain that looks like this when i visit certain link https://domain.com/model-profile/index.php?name=abbychampion the site is written in php but i dont want to show this part index.php?name=...

View Article


How can i get this source code using do while loop?

Using repetition control structure (do while loop), prepare a program that can receive employee id and working hour(s) for three (3) employees. The program able to: i. calculate Overtime Payment using...

View Article

How to create sitemap for +150k links

iI was searching the online "free/cheap" generators and i found out that they are not so cheap... They advertise the PRO plan for just $3 and when i came to the checkout page it was $1800 So is there...

View Article

Average response time jump

On Tuesday, November 15th, the average response time (ms) in the Crawl stats section of my Google Search Console skyrocketed. It's been slowly coming back down since, but I was wondering if something...

View Article


Image may be NSFW.
Clik here to view.

How to link table "implode array in one cell" with foreign key?

Thank you for looking at this problem, details are all below. Below is the code <form style="overflow: hidden;" method="post"> <input type="checkbox" aria-label="Checkbox for following text...

View Article


Small question with hardware

How to secure a computer network?

View Article

How to pass two variables in a php url

I want to pass two variables in a php url at present I have $line = "<a href=\"$click?$namehref\"><font color='red'>$name</font> </a>"; When I click the link it displays the...

View Article

Collision in VB.Net

I'm trying to make the picturebox collide with the others. I tried to do several things but they don't work. I spoke to my teacher and he said I should do something like this: PictureBox1.Left +...

View Article

Answering questions

How do you reply to a post here without having to vote? Trying to answer a question with the character limit is hard. Also I don't think any of the tags are relevant to this post, but it is required,...

View Article


How to re-render a change in array prototype map in React

Hi everyone, here is code in React. I dont know how to re-render this array prototype map in React? import React, { useState, useEffect } from 'react'; const Help = () => { const initialObject = [...

View Article

Smarter then Microsoft?

After the latest MS update (22) My bluetooth quit functioning. The icon is there and it is available in settings. The problem is it will not pair with any external bluetooth devices. It will search...

View Article


Working on improving meta tags for my WordPress site

I have duplicate H1 tags on all pages of my website's blog, including tags, categories, and more. I have tried using default tools to fix the issue, but have been unsuccessful. I was wondering if any...

View Article

DomDocument Parser Best Practice Questions

@dani Checking these 2 working codes of your's out. I got some basic questions. 1 <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //Dan's Code....

View Article


Regex to match word one or more times in a string

I'm really bad with regex. For the purposes of URI rewriting, I'm trying to figure out how to match a word one or more times in a string. For example, I want to do something like:...

View Article

Generate Google Cookies

Hello everyone, i am in some kind of testing stage where i want to test some security flaws on websites/browsers with the cookies. I want to generate google cookies with a different time period....

View Article

There's a memory viewer project, but I don't know anything about cmake, how

Click Here Thank you very much if you can provide compiled Windows binaries or converted VS projects that are preferred

View Article
Browsing all 576 articles
Browse latest View live