×
Past week
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
22 hours ago · In the screenshot, on the right side, you can see the content of this index.php file, with some import and the "" tag which loads the app "app". My goal is, ...
16 hours ago · What do Clustered and Non-Clustered index actually mean? 514. How do I add indexes to MySQL tables? 2769. How can I prevent SQL injection in PHP? 1793. How do ...
16 hours ago · I am having issues with two PHP codes which are not displaying images. My hosting is on PHP 8.3, and it seems pretty selective for working on some but not ...
2 days ago · I use a php code to filter some data as a search engine in a sql database and send the results as json to the index where there is a function that will load ...
7 days ago · Visual Studio Code says it is the correct path but when I load it up in a browser I get a php error of path not found. pages in the root project folder find the ...
19 hours ago · in php 7.3. i did the following. $TitelString = $_GET["TitelString"]; If (!$TitelString) $TitelString=""; $AuteurString = $_GET["AuteurString"]; ...
1 day ago · but when I pass a php variable to data as follows I get an index of the /docs folder <object class="pdf" data="/docs/"<?php echo $brochure_name;?> width ...
22 hours ago · index.php <?php if (version_compare(PHP_VERSION, '5.3.3') < 0) { echo "Your ... search' => 'Text search', 'From' => 'From', 'To' => 'To', 'Created ...
17 hours ago · This is the php code I am using and in the array it is entering brackets and the URL is not formatting correctly. I tried chatGPT but it did not help.