3
votes
3answers
73 views
tryit editor problem.
Hi i have problem with Tryit editor. I have installed it on my local web server. But it's not working correctly.. HTML is editing, but it do not show javascript and asp result...
…
2
votes
1answer
289 views
PHPRunner and Joomla CMS - Will they work together?
Can PHPRunner be used with Joomla 1.5 CMS as for the front end (look and feel of the site)? I feel a bit restricted using a program like PHPRunner because it is not as fluid with …
1
vote
1answer
97 views
dynamic preview for textarea
How do I make dynamic preview for textarea like on this site when asking question?
1
vote
1answer
180 views
PHP Greek to UTF8
Is there a function to convert Greek characters to UTF8 in PHP? As I've read utf8_encode only supports ISO-8859-1 (latin) character set, and you need to recompile php to include ot …
1
vote
4answers
101 views
javascript robot
hey guys! I need help making this robot game in javascript (notepad++)
please HELP! I'm really confused by the functions
Robot Invasion 2199
Robot Invasion 2199
PUT …
1
vote
1answer
220 views
How do I secure MySQL username/password in PHP include file?
I have been doing some searches on google and realize i have to put mysql database username and password in a file using a .htaccess: The problem is how do i do that? some say plac …
1
vote
1answer
93 views
Information from Checkboxes and the select statement to retrieve data from MySql database
Hi,
I am able to use checkboxes to select specific columns of the table. I am not able to generate the corresponding select statement. I can use if-else statement to generate a la …
1
vote
2answers
174 views
Generate letters from content in a mysql database.
Hi Everyone,
Cool site and good idea.
I am working on a phprunner project for patients in a hospital.
Anyone have any ideas how i can generate a automatic discharge letter for a …
1
vote
1answer
142 views
MSSQL, executing Stored Procedure not returning correct characters using JSON
I'm using PHP to access SQL Server Stored Procedure. However, the
characters are not returning correctly using JSON.
Database value
_ResourceGuid
'341EEB0B-9D71-4805-8 …
1
vote
1answer
98 views
Remove RTF tags with javascript
Hi,
I have a variable string which contains RTF tag around the text I actually want. I don't care about the formatting and just want to preserve the text. Could someone assist …
1
vote
1answer
16 views
Can I place an Access database on a UNIX hosted server?
Can I put an Access mdb on a web server and convert my forms to ASP? I am in a hosted environment with a UNIX host. MySQL is available if there is a way for my forms to go to a MYs …
1
vote
1answer
123 views
freeze grid column
how to freeze grid column using JavaScript
1
vote
1answer
163 views
multi/form-data new record form that stores URLs and uploads files.
I have made a simple html form that uses an insert.php to input data in to my mysql DB (that is used for my search).
At the moment the form only consists of text fields, however I …
1
vote
3answers
172 views
PHP word with COM Object
hi...
i trying create a word document with php COM Object. I write some text into the file and then I want create a bulletlist.how can I leave the bulletlist?
$word = new COM("wo …
1
vote
1answer
79 views
ajax file upload tool
What ajax library is better to use to build ajax file upload?
Are there any extensions for prototype, jquery or other libraries?