Jul 26, 2008

I Need A Php Editor - I need that for image editing

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

I Need A Php Editor - I need that for image editing

pingusurf
I need a php editor whichc can be used for the image editing like FrontPage for HTML. Can any body give a link for that

Reply

snlildude87
First of all, do not create a post in the tutorials forum. It's for posting tutorials...not asking questions.

Second, remember to search the forums for vague or general topics such as this one. In your case, three topics regarding PHP editors have been started in the past.

1. http://www.trap17.com/forums/index.php?showtopic=26166&hl=
2. http://www.trap17.com/forums/index.php?showtopic=26000&hl=
3. http://www.trap17.com/forums/index.php?showtopic=25064&hl=

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : php editor image editing

  1. Watermark Your Image With Simple Php Script - found it on the net (34)
    This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
    Scripts site. Just in case the site may not show, I will include the code here: List of things
    needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
    script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
    image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
    transparent gif image with the watermark - goes in the same directory as this script // ...
  2. Image Upload - ?!? (11)
    I need the image upload script which automatically resized the image by specified size and store it
    in the specified folder....
  3. Best Php And Mysql Editor For Noobs - anyone any php or mysql editor that is good for noob (6)
  4. Dynamic Image / Signature Generator - a simple code to change text on an image (12)
    In search of dynamically changing quote, saying or all other types of text on an image I came across
    a code that I have modified to fit my initial usage. This procedure requires two files and short
    knowledge of PHP. If you are familiar with Trap17's sig rotation code you will understand this
    procedure very fast. Code 1: dynamic_sig.php (you can rename this to index.php and you'll see
    at the end why) Code 2: a simple text file named anything (I will call it name.txt ) Code 1
    CODE <?php header("Content-type: image/png"); �...
  5. Php And Flash Image Gallery - Need some help in creating or editing an xml file while viewing some o (5)
    Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
    style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
    On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
    folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
    picture: CODE <pictures>     <image location="nameofpicture1.jpg"
    desc="" />     <image location="nameofpicture2.jpg" desc="" /&#...
  6. I Just Wrote A Script For A Php Text Editor! - (8)
    Yes, I just wrote out a script for a PHP text editing program. It is very basic but I would like to
    be able to actually use this and update it. First, I need version 0.7 to be proofread. It will be
    upgraded to 0.8 after closed beta, 0.9 after open beta, 1.0 when ready. I would love to have some
    people help with this project. Right now it is a simple PHP script and HTML form. Here is the
    current script. I would like it to be proofread. $fileName = "$_REQUEST ";
    $fHandle = fopen($fileName , 'w') or die("Can't write file."); $fCont...
  7. Php Text Editor - (1)
    Is there any possible way using XML and PHP that you could create a text editor that can save files
    in your documents and also make a hotlink to your site. Much like a online notepad. I would like to
    know how I would make on of these and whether or not MySQL or XML would be a good language to use
    for storing data. My current idea deals with only PHP and iframes. It really isn't an editor
    though, more like a notes page. I would like a way though to be able to create a database with info
    stored from the PHP script which and be able to save to your hard drive. Also, i...
  8. Get A Image Indentifier With Gd Library - GD library question (7)
    Hey fellow coders, I'm having a problem. If you output a im indentifier in php with gd libary.
    With this method for example: CODE <?
    header("(anti-spam-(anti-spam-(anti-spam-content-type:)))
    image/png"); $imgWidth = 50; $imgHeight = 50;
    $image=imagecreate($imgWidth, $imgHeight); $colorBlack =
    imagecolorallocate($image, 0, 0, 0);  // first color you define with colorallocate is
    also the color of the background of your image imagepng ($image); image...
  9. Trap17 Board Status Dynamic Image - (13)
    I was really board a few days ago and decided to make a trap17 board status image for my sig
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> That is the
    current beta. I'm still working on it so that it might display the most recent post or
    somthing, i'm not sure. After I finish it ill give out the source code but if you want one
    right now you can pm me and ill set one up to get the info on your account ^.^ So I was wondering
    how you members liked it? You'll probably think that its a waist of time, but alas as I sai...
  10. Editing Drop Down Menu In Php - (3)
    suppose i make a dropdown menu having value 1, 2, 3, 4, 5, one option can be selected, and selected
    option is stored in database. now i create an edit page, how do i display the selected value in the
    menu and other values in dropdown, for example, Menu is like Select One 1 2 3 4 5 and i select 3,
    this 3 is stored in database, now on the edit page i want to show 3 as already selected, something
    like that.. QUOTE 1 2 3 4 5 I will be very thankful, if
    someone could help by explaining how do i make option 3 as selected.. eg. how i...
  11. Flipping An Animated Gif Image W/ Gd Library - Help (1)
    I need an animated gif image flipped using GD library in PHP. I wrote a script to flip still
    images, but it doesn't work on animated images. This is probably because I have the script
    moving 1 column of pixels at a time, and switching them around. How would I make multiple frames?
    Any help would be great! Thanks!...
  12. Editing Information In A Mysql Database And Deleting Rows - (5)
    I need help with a couple of things. First, I need to know how to retrieve information from a mysql
    database and edit it then re add it to the database. I also would like to know how to easily delete
    a mysql row. And I want this done without going to phpMyAdmin. Thanks for the help!...
  13. Editor For Script - Question (7)
    Hi all I want make and design a news script , i need web base editor like ( HTMLAREA v3 ) or Higher
    ! Did You work with this kind of scripts ? I tired to use htmlarea v3 for my scripts , i want
    another this kind script , for my its not important its free or not ! if you work with this
    kind of script please help me to choose best web base editor thanks all /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> ...
  14. Detect Image Resolution Without Gd - Also stop error if not found (1)
    Hi, I have come accross some starnge problem in PHP. I wanted to detect the image resolution in
    of a URL specified by the user. This is possible via getimagesize() function of PHP that is
    independent of GD library. But this function generates a E_WARNING Error if the image is not there.
    What shall i do to stop this warning ?? I dont want to show the Error in PHP style but my style of
    error reporting. Please help me....
  15. Looking For Php Script : Image Thumbnail Like Imageshack. - (2)
    Does anyone know a code like the one ImageShack uses, like this one. That would be just
    awesome, I hate doing it by hand, such a hassal. Until I can find a code similar to that, I think I
    will just use ImageShack....
  16. Image Galleres - (10)
    what is a really good image gallery i can hook up for my phpnuke site?? something easy to set up to.
    thanks...
  17. Php Photo And Image Gallery Script - PHP Photo And Image Gallery Script (2)
    This script is great and the documentation is excellent!! I have used it on my site without
    really knowing much about PHP. Script ...
  18. Image Upload And File Size - (2)
    Hi, I'm trying to upload rather large jpgs files (2560x1920 and ~ 2 megs in size) to my server
    via PHP. The problem I am having is that when I upload and attempt to resize by creating a new
    image, the new image is always black. Code I'm using is: PHP Code: CODE if(
    !empty($thefile_name) ) {                                                  
                                                 $query = "INSERT INTO coldwell_images
    (imagename) VALUES ('insertimage')";                    $result ...
  19. Php Editor? Do You Know Of Any? - (30)
    Hi, I'm looking for any easy way to edit a php page. I'm really new to this programming
    language, and I don't have a lot of time, so I'd prefer if I could find a WYSIWYG PHP
    editor. Do you guys know of any. Thanks....
  20. Good Editor - its nice and suits for Php& all (1)
    this is a very nice editor. try this for Php and all other web designing languages too. Php
    Designer 2005 /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ...
  21. Php Editor - Which one you prefer? (11)
    Well, since I'm starting to learn some PHP programming and editing, I need some recommends about
    what program should I use, and if possible what's advantage and disadventage of the program, how
    easy to use it, the interface. etc Some of my friend, encourage me to use Dreamweaver, since I'm
    new and will not do much in it....
  22. Editing Footer.php - adding a script (2)
    hey can somebody put this script into my footer.php file? because i don't know how. the script
    has to go between the and ok this is the script... CODE <!-- Clicksor.com Advertising
    Code Begin --> <script type='text/javascript'> <!--
    clicksor_layer_border_color = '#B4D0DC'; clicksor_layer_ad_bg = '#ECF8FF';
    clicksor_layer_ad_link_color = '#0000CC'; clicksor_layer_ad_text_color = '#000000';
    clicksor_text_link_bg = ''; clicksor_text_link_color = '#000FFF';
    clicksor_enable_pop = fa...
  23. Write Random Text To Image - PHP script help! (5)
    I'm trying to create a script that writes text to an image. CODE
    header("Content-type: image/png"); $_phrases = array( "Test 1",
    "Test 2", "Test 3", "Test 4", "etc." ); $_rand_phrase =
    $_phrases[rand(0,count($_phrases)-1)]; $_image =
    imagecreatefrompng("gmail.png"); $_user_width =
    imaagettfbbox(9,0,"tahoma.ttf",$_rand_phrase); $_x_value =
    (200-($user_width[2] + 113)); ...
  24. Using The Image Editing Functions Of Php - Specifically, lines or regular polygons. (4)
    I've been experimenting a little with PHP's image functions and I was trying to see if I
    could make something that looked 3D, so I started with a cube because it's simple. To make an
    isometric picture of a cube, you need to start with a regular hexagon. However, making a regular
    hexagon isn't the easiest thing. Is there a function to create a regular polygon, or specify an
    angle and magnitude for a vector?...
  25. Mysql Edit - editing info in a MYSQL database (4)
    I have a simple database with a php form thats inserts the info into the database, and another file
    that extracts the info to display the info on another page.... Now my question is ......how do i
    add the EDIT button to edit the database??? here is my database CODE CREATE TABLE `businesses`
    (  `id` int(10) NOT NULL auto_increment,  `business` varchar(255) NOT NULL
    default '',  `description` text NOT NULL,  `emailaddress` varchar(255) NOT NULL
    default '',  `website` varchar(255) NOT NULL default '', ...
  26. Html Font Tags In Php - editing fonts using html? (11)
    I have a php script thats is fully written in php (no html at all). Now for my question, how can i
    edit the fonts? Ill make it easier to understand, the following is a data script (found the
    script): CODE <? $mese[0]="-"; $mese[1]="January";
    $mese[2]="February"; $mese[3]="March";
    $mese[4]="April"; $mese[5]="May";
    $mese[6]="June"; $mese[7]="July";
    $mese[8]="August"; $mese...
  27. Image/scrolling Menu Correlation - Help.... plz... (0)
    Hey Guyz... I'm working on re-designing my website, and I need a way to set-up my affiliates
    page. I have several (decent looking, not that it matters) images for my possible affiliates to
    choose from. I currently have this code in effect... CODE <html> <p
    align=center>Two different sized advertisments are currently available for ad-exchanges.
    Purchasing advertising is currently unavailable. Here are your ad-choices.<select multiple
    name="images" size=5><option>88x31 pixel box<option>120x240 pixel
    tower</select...
  28. I don't use notepad for my php programming anymore - I use Crimson Editor (16)
    I got it free on a MicroMart CD, but i'm sure you could find it on download.com It's a
    great alternative....
  29. Invision Power Board help - Editing Redirections.. (2)
    I put the login for the forums on the index of my site. (mysite.com/index.php) I want to be able to
    log on there, then have it go to another page of my site (mysite.com/members/index.php), and link
    the forums from that page, rather than it redirecting me straight to the forums. Anyone have an idea
    on how to accompolish this?...



Looking for php, editor, image, editing

Searching Video's for php, editor, image, editing
advertisement



I Need A Php Editor - I need that for image editing



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE