you can even mail me to mohnish34@gmail.com
Thanks in advance.
WendellHarper - Dec 06 2020 01:21 PM
WendellHarper - Dec 06 2020 01:14 PM
pindo - Jul 23 2020 01:33 AM
Siten0308 - Jun 20 2019 01:43 PM
johnnylo - Apr 23 2019 07:49 AM
Posted 07 August 2012 - 11:35 PM
Posted 08 August 2012 - 12:46 AM
I'm a System developer at XLENT Consultant Group mainly working with SugarCRM.
Please DO NOT send mail or PM to me with programming questions, post them in the appropriate forum instead, where I and others can answer you.
Posted 08 August 2012 - 01:49 AM
if (isset($_POST['id']) || $_POST['id'] != "") { $id = mysql_real_string_escape($_POST['id']); } else if (isset($_GET['id']) || $_GET['id'] != "") { $id = mysql_real_string_escape($_GET['id']); } else { die("ID is missing"); } $query = mysql_query("SELECT * FROM tbl_images WHERE id='".$id."'"); if (mysql_num_rows($query) > 0) { $row = mysql_fetch_array($query); $content = $row['image']; header('Content-type: image/jpg'); echo $content; } else { die ("Cannot find ID"); }
I'm a System developer at XLENT Consultant Group mainly working with SugarCRM.
Please DO NOT send mail or PM to me with programming questions, post them in the appropriate forum instead, where I and others can answer you.
Posted 09 August 2012 - 04:52 AM
I'm a System developer at XLENT Consultant Group mainly working with SugarCRM.
Please DO NOT send mail or PM to me with programming questions, post them in the appropriate forum instead, where I and others can answer you.
General Forums →
The Lounge →
Projects and Site Reviews →
Wordpress ProblemStarted by mihosa, 06 Jun 2018 ![]() |
|
![]() |
||
Language Forums →
HTML, CSS and Javascript →
Need help with math.random() plzStarted by ahmadge74, 26 May 2014 ![]() |
|
![]() |
||
![]() php create new image resize errorStarted by KodeKool, 17 May 2014 ![]() |
|
![]() |
||
Language Forums →
Java →
PSD thumbnailStarted by mailMindlin, 05 May 2014 ![]() |
|
![]() |
||
Language Forums →
Other Languages →
ASP, ASP.NET and Coldfusion →
C# Files and Individual Folders (Hard to Explain)Started by noname111, 23 Jan 2014 ![]() |
|
![]() |