Skip to content
Advertisement

Tag: html

Submit Contact Responses To email

I am using repl.it to build my website, however, repl.it has a server named HTML/CSS/JS and it does not support PHP which is mainly used to submit contact responses to email. The website is built in the HTML/CSS/JS Server. So I cannot use PHP to submit contact responses to email. Is there an alternate way of doing it with Node.js?

Script not running and I can’t find out why

I’m new to PHP and HTML, and I’m building a small CMS with those 2 languages. Not sure what I’m missing here, I’m sure it’s beginner level, but for no reason, the script below stopped working, meaning the site won’t load. Here’s the code: The connections.php file is just a linker to a database, and in order to access this

default values in input form Modal

I just created a datatable collecting the values ​​from a wordpress database.- These values ​​must be loaded in a contact form within a modal. I am calling the modal from a button in the last column of each row of the datatable. I must predetermine the values ​​of the form fields with the information corresponding to each row. Example: I

How to insert code as code inside a document

I’m working on a little project for myself to try and make a documentation page, Now everyone knows the basic echo ‘hello world’ inside of the PHP tags like so: yet i have this in an HTML document and was wondering. Is there a way to display PHP code inside of HTML code? or do i need to approach this

Disable Right Click on WordPress Site

I wanted to disable right click on my wordpress site. I have written a small snippet and inserted into body which disables right click, CTRL events and keyups. but it is annoying when I want to copy something on site. is there a way I can modify the current snippet like only logged in users would be able to access

how to add a specific letter in a specific word in php

Hello everyone I am new on PHP, in my case I want to add a specific letter in a specific word in the sentence. For example : I have a function that returns this string in html => “Order #00000001000” , I want to add a letter “P” after the “#” like this => “Order #P00000001000”, PS : I don’t

Images not loading in CodeIgniter, image path correct error 403

I have an application where I save the image path in the database. I have a method Uploads //base url is $config[‘base_url’] = ‘https://localhost/salon’; $path is taken from the image This is how i set the background image. The error I get is 403 forbidden access when I try to open the image. I also tried echo out the src

Advertisement