|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
what is this?
please I want u to explain what is this code and how it works
echo $ewpBox1->GetValue(); |
|
#2
|
|||
|
|||
|
Can't tell with that one line of code. Would need a bigger snippet. From what you provided it looks like it deals with classes.
__________________
![]() ![]() "Only Linux users see the end of crashes." - Pl4t0 |
|
#3
|
|||
|
|||
|
Magdy,
The $ewpbox->GetValue() returns the contents of your textarea (using EditWorks Pro). Are you having trouble with that code? I'm not sure why you have the "echo" in front, but I would suggest using a variable to store the value: $contents = $ewpbox->GetValue() And then echo the $contents.
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#4
|
|||
|
|||
|
If you have any suport questions about editworkspro, please send a email, please do not post here, as this is not a suport forum for editworkspro.
URL Regards Ben Rowe |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > what is this? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|