473,810 Members | 3,135 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

rotate text

Hi! I wonder if anyone has a quick example on how to rotate text 30 degrees
with PHP. I believe the best way to do this is create an image with the
text, and then rotate the image..? I would appreciate a practic example on
this,or any other method which will do the work.

Regards ojorus
Apr 10 '07 #1
3 10209
<comp.lang.ph p>
<ojorus>
<Tue, 10 Apr 2007 15:08:32 +0200>
<46********@new s.broadpark.no>
Hi! I wonder if anyone has a quick example on how to rotate text 30 degrees
with PHP. I believe the best way to do this is create an image with the
text, and then rotate the image..? I would appreciate a practic example on
this,or any other method which will do the work.
You could try a google search on how to create a image code as more
often than not the text on the image code will be rotated .

Apr 10 '07 #2
ojorus said the following on 10/04/07 14:08:
Hi! I wonder if anyone has a quick example on how to rotate text 30 degrees
with PHP. I believe the best way to do this is create an image with the
text, and then rotate the image..? I would appreciate a practic example on
this,or any other method which will do the work.

Regards ojorus
Try looking up a captcha script, some use what you're after.
Richard.
--
"Initiative is punishable."
Russian business saying.
Apr 10 '07 #3
On Apr 10, 3:08 pm, "ojorus" <ojo...@hotmail .comwrote:
Hi! I wonder if anyone has a quick example on how to rotate text 30 degrees
with PHP. I believe the best way to do this is create an image with the
text, and then rotate the image..? I would appreciate a practic example on
this,or any other method which will do the work.

Regards ojorus
draw the text in an image and then

imagerotate($im age, $angle, $background_col or);

as described here:
http://us.php.net/manual/en/function.imagerotate.php

Apr 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
24643
by: googlemike | last post by:
Is it possible to use a new CSS tag that permits one to rotate text (such as on top of column headers), and have it work in Firefox AND IE ? Or is that on the verge of coming out but isn't here yet?
2
1421
by: Fabri | last post by:
I wonder if it is possible to rotate these images in this way: <img name="one" src="one.gif"> <img name="two" src="two.gif"> <img name="three" src="three.gif"> I would like every 3 (or 4, 5...) seconds to appear 3 gif another way:
1
9791
by: Leo | last post by:
I would like to rotate text and draw it starting from certain location, say (10, 20). The problem for me is that it does rotate, but it never draws the text from (10, 20). Will you please tell me where I am wrong? double trangent = Math.Atan2(ptTo.Y - ptFrom.Y, ptTo.X - ptFrom.X); float angle = (float)(trangent * (180/Math.PI)); SizeF stringSize = e.Graphics.MeasureString(Text, this.Font); float midX = (ptTo.Y + ptFrom.Y) / 2.0F;
3
14466
by: Chris | last post by:
Hi, Is it possible to rotate a control on a form ? (e.g. Button, customcontrol) thnx Christian
17
29424
by: santel_helvis | last post by:
Hi All, Could anyone tell me how to rotate the image in javascript. Which concepts I should concentrate to rotate the image
6
3134
by: sales | last post by:
Hello, I am trying to get my website checkout page to rotate / take turns displaying shopping comparison engine surveys rather than display them all 4 at the same time, thus overwhelming & annoying the customer. I tried to put together some code to rotate through a Bizrate, PriceGrabber, Shopping.com and Nextag survey, I have taken the survey code the shopping comparison engines gave and tried to put it in a random number script to...
1
1966
by: RC | last post by:
First, this is a SVG issue, not 100% of XML issue. But I can't find SVG group to post this. Since SVG is XML file, I post here hopefully someone know both SVG and XML can help. Here is my SVG lines line.blue {stroke:blue;stroke-width:3;} line.bluedash {stroke:blue;stroke-width:1;stroke-dasharray: 9,5;} <defs>
3
5128
by: Diego F. | last post by:
Hi all. I have a listview with images and my application must be able to rotate one image. I need a method to rotate 90 degrees rigth (i.e.). Is that possible? -- Regards, Diego F.
10
10967
by: Joey_Stacks | last post by:
Does anyone know of a scipt that will rotate random div layers on page refresh? I have a primary content area front and center on my site homepage, and I'd like to rotate various chunks of html (in div layers) each time a user reloads the page. Right now I'm resorting to a random image rotation (those scripts are a dime a dozen) on refresh, but it's far from ideal for what I'm trying to accomplish. Any help on this would be GREATLY...
17
4098
by: handique | last post by:
Hi, I have javascript code for rotating images, but the rotation starts only when mouse is placed over the image. But i want to rotate images automatically when the page loads. Can any guide me in this regard. the javscript for rotating images is : mg src="'+mImages.src+'" onmouseover="this.src=\''+mImagesO.src+'\'" onmouseout="this.src=\''+mImages.src+'\'" border=0 id="img'+this.a3+'" style="cursor:pointer I want to replace...
0
9722
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10644
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4334
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.