RobyBVG Posted April 7, 2019 Share Posted April 7, 2019 Username: RobyBVG Problema: incerc sa pun <img src = "$ceva"> si nu mi merge Imagini/Videoclipuri cu problema: i.imgur.com/rPYxuhA.png Cod sursă: https://pastebin.com/7m4qym3m Alte detalii: nimic Link to comment Share on other sites More sharing options...
OLTEANuadv Posted April 7, 2019 Share Posted April 7, 2019 Trebuie sa pui texthtml'.$url.'texthtml In js folosești + in loc de punct. T/C https://olteanuadv.win/ Link to comment Share on other sites More sharing options...
Stanciu Posted May 15, 2019 Share Posted May 15, 2019 Foloseste codul asta pentru ca ala nu e bun (e html nu php) <img src="img_name.jpg" alt="img_name" width="100" height="100"> STANCIU TOTI SUNTETI SMECHERI DUPA ECRAN Link to comment Share on other sites More sharing options...
Raducu Posted May 16, 2019 Share Posted May 16, 2019 1. Nu folosi SELECT * unde nu ai nevoie. Chestia asta nu e ok, e recomandat sa selectezi doar ce ai nevoie, in cazul tau: SELECT imagine FROM `oferte` WHERE `id` = ? 2. Ai 2 posibilitati ca sa faci echo la o variabila in content html. echo "<img src = {$url}>"; echo "<img src = ".$url.">"; Syntetick 1 Link to comment Share on other sites More sharing options...
RobyBVG Posted August 26, 2019 Author Share Posted August 26, 2019 Ok, problema a fost ca trebuia pus https:// in fata $img. Cer T/C. Link to comment Share on other sites More sharing options...
Skyled Posted January 23, 2023 Share Posted January 23, 2023 [CLOSED] Topicul a fost inchis. Pentru mai multe informații contactați moderatorul responsabil. Link to comment Share on other sites More sharing options...
Recommended Posts