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 ArticleUsing 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 ArticleWhich 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 ArticleExcel, 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleAverage 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 ArticleHow 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 ArticleHow 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 ArticleCollision 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 ArticleAnswering 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 ArticleHow 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 ArticleSmarter 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 ArticleWorking 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 ArticleDomDocument 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 ArticleRegex 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 ArticleGenerate 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 ArticleThere'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