Skip to content
Advertisement

Tag: php

Color specific text

I would like to have a specific text colored differently in HTML/PHP/CSS/JS. I have a text similar to this structure: @john please move the invite to the next week. What i would like to achieve is to have the wording “@john” colored in green while the rest of the text characters should remain in black. In other words the “@”

Set uploaded photo as website background image [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I wrote a very simple image upload script, after uploading the image I thought of making the background of the linking screen the uploaded image

Want to compare two columns of different table in laravel

I want to compare two columns from two different tables, I have column called “Features” in Model Attrition_correlators and another “Topcorrelators” in Membersdetail. Since I am new to laravel not sure how I can get the value and compare both values. Here is my code: Controller.php I want to compare the data which I am getting $row with the values

Advertisement