|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
typwriter
is it possible to produce typwriter effect
by using php? Mustafa |
|
#2
|
|||
|
|||
|
RE: typwriter
from the manual..
<?php $f = newSWFFont("_typewriter"); ?> will give you the standard typewriter font, probably the same as what you'd get with <font name="typewriter"> in HTML. although the function is completely experimental at this point and may change. |
|
#3
|
|||
|
|||
|
RE: typwriter
You can do it with css aswell, cant remeber the code tho....
|
|
#4
|
|||
|
|||
|
RE: typwriter
If you mean the typewriter effect as in when you type something, you hear the clicking and binging when you go to a new line. Sorta like ICQ used to do? Nope...not in PHP. PHP is server side...you could probably do something like that in javascript......
|
|
#5
|
|||
|
|||
|
RE: typwriter
I mean as if in java script, typewriter effect as in when you type something
Mustafa |
|
#6
|
|||
|
|||
|
RE: typwriter
I dont think so... PHP is a server side language and js is client side. What you can do, is include the javascript in your phpscript... It will give the same effect...
Ofcource im not a 100% sure... |
|
#7
|
|||
|
|||
|
RE: typwriter
kohaar, that should work, simply save your javascript(with the writing and text) in a 'JScript Script File'(.js).
then include the file on the page where you wnat it simply using: <? include"jscript.js"; ?> That should work...or you could just use: <script type="javascript/text"> Typewriter script </script> |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > typwriter |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|