Search found 8 matches
- Fri Apr 23, 2021 5:16 pm
- Forum: General Questions
- Topic: Button animation
- Replies: 3
- Views: 2102
Re: Button animation
Hello Pablo, thanks for the quick response. I could do it now with your hint. But unfortunately i run into another problem. This is a link button and i have a href and an onclick together, the animation works but the link is not triggered. Is there a solution for this also? I am aware that this is ...
- Fri Apr 23, 2021 9:19 am
- Forum: General Questions
- Topic: Button animation
- Replies: 3
- Views: 2102
Button animation
There are some nice botton animation effects there running always.
Does anybody know how to start the button animation after a click?
Does anybody know how to start the button animation after a click?
- Mon Apr 12, 2021 8:28 pm
- Forum: Off Topic Section
- Topic: uploading the contents of a text area to the server
- Replies: 3
- Views: 6402
Re: uploading the contents of a text area to the server
Thanks for the tip, this was exactly what i want. The form contents are now at the server for further processing.
But i realized that the readonly editbox is not coming through.
Why? I need and want all texts for my project. How can i bring this strings also through?
But i realized that the readonly editbox is not coming through.
Why? I need and want all texts for my project. How can i bring this strings also through?
- Mon Apr 12, 2021 3:44 pm
- Forum: Off Topic Section
- Topic: uploading the contents of a text area to the server
- Replies: 3
- Views: 6402
uploading the contents of a text area to the server
Could someone please give me an example how to upload the contents of an text area into a text file on the server.
The combination JavaScript at the client side and PHP on the server side is a possibility.
Is there is a straight forward and ease way here?
The combination JavaScript at the client side and PHP on the server side is a possibility.
Is there is a straight forward and ease way here?
- Sat Apr 03, 2021 2:14 pm
- Forum: General Questions
- Topic: PHP variable not showing
- Replies: 7
- Views: 4455
Re: PHP variable not showing
My post was not clear enough.
My code works well in the page2.php. localhost\test\page2.php manually started.
Loading it in the iframe frome page1 the vars are gone.
The code in page2.php have not changed.
Why?
My code works well in the page2.php. localhost\test\page2.php manually started.
Loading it in the iframe frome page1 the vars are gone.
The code in page2.php have not changed.
Why?
- Sat Apr 03, 2021 8:14 am
- Forum: General Questions
- Topic: PHP variable not showing
- Replies: 7
- Views: 4455
Re: PHP variable not showing
Okay, i am now running into another problem. The project has a page1 with an inline frame and a page2. In page2 i have defined a php variable in the head and want to give it out in a html table in the same page. No problem so far when i open the page2 directly, localhost/test/page2.php, the variable ...
- Thu Apr 01, 2021 10:48 pm
- Forum: General Questions
- Topic: PHP variable not showing
- Replies: 7
- Views: 4455
Re: PHP variable not showing
thanks both for the explanation
- Thu Apr 01, 2021 9:47 am
- Forum: General Questions
- Topic: PHP variable not showing
- Replies: 7
- Views: 4455
PHP variable not showing
Hello,
in the custom form processing if have the php-code:
$var = "TEST";
in the editbox of the success page:
$var
user defined variables and the vars from hidden fields work but i cannot show this php one.
What could it be?
Franz
in the custom form processing if have the php-code:
$var = "TEST";
in the editbox of the success page:
$var
user defined variables and the vars from hidden fields work but i cannot show this php one.
What could it be?
Franz