Tagged Questions
0
votes
3answers
40 views
CSS Wrapping text around images
for this website I've been building I need to display the content a certain way, I have a thumbnail, two screenshots and a block of text about 500 words. I need to have the text wrapping around my ...
1
vote
3answers
67 views
php check if img src is image [closed]
I have this code, which should display image if it gets one generated, or write "no image" if not.
<body>
<?php
$src = "somescript.php";
// if (getimagesize($src)) {
...
0
votes
1answer
15 views
Overwriting/uploading an existing image via PHP every hour + changing directory correctly
I need to update a graphic on my FTP every hour. The "every hour" part is no problem, this would be done via cronjob(?) but I've some troubles with copying or uploading the image in the first place. ...
0
votes
2answers
39 views
get <img> tag from @imagecreatefromjpeg?
I am writing text over image using PHP.I am easily creating new image from current image and writing text over it using PHP.But I also want that when I click on Apply Changes then move this new image ...
0
votes
1answer
31 views
How to add a logo path to my company table in Codeigniter?
I have an form for adding companies to my database. I've added a field called Logo. I want to use this field so the user can upload an Logo for their company. I am using the Codeigniter upload class ...
0
votes
0answers
9 views
how generate imageCRUD dynamic relation category.
I'm trying to prototype a property website, and came across the excellent imageCRUD, which I'm in the process of modifying. At the moment, I'm stuck on this. Apologies in advance, I have a hunch it's ...
2
votes
1answer
25 views
php | square thumbnail advance
I have a php thumbnail function. How it works you can check below:
public static function makeThumb($source, $destination, $thumb_width){
$size = getimagesize($source);
$width = ...
0
votes
1answer
19 views
adjust image attribute so I can change src in Drupal 7
Help me with a huge headache i cant seem to solve..
<img class="lazy" title="Windows 8" alt="Windows 8" ...
0
votes
0answers
24 views
I can't associate my Images to MySQL
I have Pictures which are located at Images/, and the Thumbnails at Thumbnails/, Whatever my problem is that I can't associate my uploaded images to an SQL table, I want to do so to make the ...
-1
votes
0answers
25 views
Image quality option for thumbnails creation
I'm trying to find a way to put image quality option at this code but i'm really stack. I need a parameter to reduce the thumbnail image quality on this code
Image::makeThumb($new_path, 600, 0, ...
-3
votes
0answers
40 views
how to get img src jpg from php? [duplicate]
This is very easy, but I dont find using google
how to get img src jpg from php ?
normal : <img src="http://domain.com/horse.jpg">
I want : <img ...
0
votes
1answer
44 views
PHP/HTML Form data multipage info transferring, image info
I've created a photo competition where when users see themselves in a photo they click the (I'm in this photo) callout.
This pops up a form for them to fill in. I've had no problems collecting the ...
-2
votes
0answers
32 views
How to send Image to server using webservices in android? [closed]
Bitmap bmp=BitmapFactory.decodeResource(getResources(), R.drawable.moon);
ByteArrayOutputStream bao=new ByteArrayOutputStream();
bmp.compress(Bitmap.CompressFormat.JPEG, 100, bao);
byte [] ...
0
votes
1answer
32 views
Scanning images for data using PHP
I am trying to sniff out image data using PHP. Basically I would like to scan an image and get some kind of hex, exif or data-uri from the image so it can be stored and compared. The purpose is not ...
-2
votes
1answer
19 views
Php Secure upload of an image [closed]
What kind of checks should i do ? For example: mime check, is valid image check (how to do it?), and what else? I want to prevent uploading of virus/shell/no-image file. Thanks you. URLs to ...
-1
votes
1answer
25 views
Secure upload of an image. php [closed]
I have upload images website, what kind of checks should i do ? For example: mime check, is valid image check, and what else? i won't to prevent uploading of virus/shell/no-image file. Thanks you. ...
1
vote
1answer
42 views
Calculate image size in percentage in php
I have a piece of code which adds a watermark to the bottom right corner of an uploaded photo. However, the watermark doesen't change size according to the uploaded photo as I want it to do. I'd like ...
0
votes
0answers
33 views
best way to store image references in text using mysql/php
I have a text that contains multiple images.
Imagine it to be like
I like ((image1)) , ((image2)) and ((image3))
I am storing text in table Statements
St_ID|Text
I'm storing image path in ...
0
votes
1answer
34 views
Use PHP to display an image for 5 minutes every time the hour changes
I have been looking for a way using php to display 'imageA.jpg' during 5 minutes every time the hour changes, and go back to displaying 'imageB.jpg' for the remaing 55 minutes - until 'imageA.jpg' is ...
0
votes
0answers
9 views
TCPDF Image alignment is not working
Portion of HTML from my code is mentioned below:
If then at is equal to:
I'm passing this HTML as input to TCPDF to generate PDF file.
When PDF is generated ...
1
vote
1answer
65 views
PHP process IMG with specific width & order…
I want the IMG tags inside $_POST['textarea'], to change from this:
Example:
$_POST['textarea'] = <b>Some example Text</b><br> <img src="image_1.jpg" alt="bla bla" width="250" ...
3
votes
3answers
53 views
Why are some images not rendering
My program uploads images of various sizes into the blob field of a MySQL database using PHP. I was able to successfully upload different sizes up to 1MB and above. My problem is that when I display ...
0
votes
1answer
20 views
Auto renaming of featured image filenames in WordPress posts..?
Please tell me, - is there a code I can use to automatically copy the title of a post and rename the filename of that post's featured image according to that title, putting dashes instead of spaces, ...
-2
votes
0answers
49 views
Copy part of one image to another image in Javascript
On html page, I have an image element.
<img id="id_image" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" onmousedown="return false" alt="Your picture"/>
What I do, is ...
0
votes
0answers
28 views
PHP processing of Flash submitted Form data, ModSecurity Error
I'm using a PHP script to process form data from a Flash app. This is the code:
<?php
if (isset($GLOBALS["HTTP_RAW_POST_DATA"]))
{
// create the target directory if it doesn't exist //
$dir ...
2
votes
1answer
53 views
PHP (?): Determing a photo's colour, ignoring the background
I don't know what the best technology to use here is, I know PHP can do vaguely similar things but point me in the right direction if I'm wrong.
I'm building an online store and I'd like an easy ...
1
vote
1answer
27 views
is there a web WYSIWYG editor a screenshot can be pasted into? [closed]
I am building a ticketing system but I am looking for a WYSIWYG editor where a user can take a screenshot and paste it right away into the editor.
I am using PHP, HTML to build this system.
Thanks ...
0
votes
1answer
34 views
using php to resize images from url before saving to server [duplicate]
i'm trying to resize an image and save it to my server. i figured out how to save the image from a URL, but then I want to resize the image and save it in the exact same location. this is the script ...
0
votes
0answers
35 views
open save dialog box on clicking of button?
I want to open save dialog box on click of button as we do for saving any image in paint. I know it's not possible with javascript How to prompt browser to display open/save dialog box using jquery?
...
-2
votes
3answers
24 views
Getting images from links listed in an RSS feed [closed]
I am displaying (via wordpress) the content of RSS feeds from several websites. However, these RSS feeds do not have images, which isn't ideal.
I was wondering, if there would a way in PHP to ...
0
votes
0answers
30 views
Ajax Post and images
I have a search and filter style form which allows product attributes to be selected i.e. colour or price, which then searches for matching products and returns a maximum of 10 products with images ...
1
vote
1answer
51 views
php code display code in browser
I am doing a project using my university web server where my httpdocs are stored.
Everything works fine including my other PHP scripts which connect to phpmyadmin database both posting and getting ...
1
vote
3answers
45 views
Get image src from ajax response
I'm trying to change an image source with an image path I'm getting from a php handler with ajax.
What I'm catching is: "img/blah.jpg"
This is my ajax:
$('.name').click( function() {
//var e = ...
0
votes
1answer
29 views
Image from sql database not showing on PHP [closed]
I have this code on php:
$query = "select * from product";
$result = mysql_query($query);
<?php
while($row = mysql_fetch_array($result))
{
echo "<tr>";
echo "<td>" ...
0
votes
2answers
22 views
saving image from URL to server using bluehost - getting an error?
i'm trying to get an image from a URL and then save it to an images folder on my server. my site is hosted on bluehost and i'm using the following php script...
$url = ...
-1
votes
1answer
34 views
adjust image lightning and shadows in jquery or PHP [closed]
I want to adjust image lightning and shadows using slider either in jquery or in PHP.
I want like this http://www.picmonkey.com/
I am searching on google but not able to fine any solution. I used ...
0
votes
2answers
21 views
Save image created by GD PHP on click of that Image
I show an image in tag which is created by GD PHP by merging two images.
Something like this
$('#output_images').append(<img src="MergeIcons.php?icon1='+firstIcon+'&icon2='+secondIcon+'" ...
0
votes
2answers
19 views
Creating images in prestashop 1.3.1
I am doing products import php script for prestashop 1.3.1 and I have one problem. I have URL of picture, but i dont know hoe to use it and make different images (thumbnails it is called I think).
If ...
-2
votes
6answers
42 views
Outputting a PHP variable inside a HTML image tag. Syntax problems [closed]
I'm storing image names in a database and I'm trying to work out who to output them in image form when I'm displaying the database contents.
Currently I'm doing
echo $rank . " " . $row['name'] . " ...
0
votes
1answer
17 views
How to recieve image in a php server from an iphone
I want to send a picture of my app to a web server. The problem is that I'm new to web services.
My app sends (via POST) an image as nsdata using json, but I don't have a clue how to convert this ...
0
votes
2answers
39 views
Reducing image resolution, issues
i have a site where users can upload images, and i have this function to reduce image resolution and preform alot of checks etc, works fine, except this 1 little bug i cant quite seem to figure out
...
0
votes
2answers
17 views
PHP get existing image from directory and copy
I have a existing image in my directory and I want to copy that image and rename it. This is what I have in mind: open registraton.php -> load default picture inside registration.php -> copy default ...
0
votes
1answer
29 views
To retrieve image from database using php
I uploaded images into a table sucessfully. All I want to do now is to retrieve the last uploaded image from the table and to display it on the screen.
To do so, I used the following code.
...
0
votes
0answers
24 views
phpmailer external images don't show up
i'm using phpmailer to send html-templates.
unfortunately external images don't show up on some email clients (e.g. thunderbird)
(no its not the client. not flagged as spam and images enabled. also ...
0
votes
1answer
23 views
convert png to jpg and download jpg image
Hi,
I have given an option to user to Export Images As JPG and I have stored png images
So, i have created some php script to do so.
png is converting fine..
but when i downloaded the jpg image and ...
0
votes
0answers
34 views
send image to web php page using c sharp
I have created a windows mobile code to send an image that exist in picturebox after it was taken from a previous step (Camera), I have used this code:
request.ContentType = ...
0
votes
0answers
19 views
imagecreatefrombmp not working on php
i am trying to half the size of bmp image from php. PHO gd doesnt have a imagecreatefrombmp so i have to include seperate function. But my code doesnt seems to be working. It works well with jpeg. ...
0
votes
1answer
34 views
file_get_contents doesn't work with image WAMP php 5.3.13
echo file_get_contents("result.png");
allow_url_fopen = On
php 5.3.13 raw data
?PNG \0\0\0 IHDR\0\0\02\0\0\0f\0\0\0? ?P\0\0?IDATx^?y?]?u??????Rk
r??\\?\"?l??]?W
php 5.2.6(work ...
0
votes
0answers
37 views
php resize image not working
Hello all i was trying to follow the example from php manual website. But it didnt work for me. Can anyone help. i already installed gd on my server.
<?php
// File and new size
$filename = ...
0
votes
2answers
25 views
how to crop image and show in different formats using PHP
I want a code when image is uploaded to crop it to 100px * 100px in 3 formats gif,png,jpeg.
I want image to be shown on the page only.
No storage needed.



