- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
We use this one. They have a free online version. If you want to have it on your website, the base cost is $19.99. We bought it a long time ago and when we need to update, we just use the same link they gave us and download it. It …
You need a "WHERE". "UPDATE user SET first_name ='" . $_POST['first_name'] . "' WHERE user_name='whatever'" otherwise it will think you want to update everything in the first_name column.
You can try this https://web.wurfl.io/. I've used it check for device and redirect to a contact page on anything other than phone.
You may want to look into [JW Player](http://www.longtailvideo.com/) for a nice looking player as well. You can use the path to the video as the variable. I combine the js code (they give tons of example code) along with php code to put several on a page.
LastMitch - yes when FCKeditor stopped they went to CKeditor. Hearth gave you the link above. They give all the directions in their wiki as to how to implement it. Here is what I do. Include this in the head tags: <script type="text/javascript" src="../ckeditor/ckeditor.js"></script> Then on a page where I'm …
The End.