How hard is mysql database to learn?
3
I need to give out passwords for my paysite without a 3rd party doing it and taking a % of my money.
Help with JavaScript?
Hello everyone, I am stuck in one of the javascripts, well actually AJAX bit i guess.
In PHP i have a textarea, I am saving that into the MySQL database as it is using AJAX.
When I am reading it back, I am converting the carriage returns into
to make sure that the enter keys pressed should be displayed as it is, the following is the code: $change = array("\r\n" => "
"); $string_message = strtr($row['document_text'], $change); echo $string_message; This code works fine if I am not using AJAX. What actually is happening, once the data passes through AJAX and reaches to the php script on the server, all \r\n are converted to null. See the example below. The text is: line1 line2 line3 once saved in DB, even using the above replace code, the string looks like this: line1line2line3 but before saving, i view the string using alert() function in javascript, it shows the string like this: line1 line2 line3, but again after reading from DB line1line2line3
to make sure that the enter keys pressed should be displayed as it is, the following is the code: $change = array("\r\n" => "
"); $string_message = strtr($row['document_text'], $change); echo $string_message; This code works fine if I am not using AJAX. What actually is happening, once the data passes through AJAX and reaches to the php script on the server, all \r\n are converted to null. See the example below. The text is: line1 line2 line3 once saved in DB, even using the above replace code, the string looks like this: line1line2line3 but before saving, i view the string using alert() function in javascript, it shows the string like this: line1 line2 line3, but again after reading from DB line1line2line3
Creating dictionary with Access?
I want to put a bilingual dictionary on my website. Do you think it's feasible to do it with Access? Would one or two tables work fine? And, should I learn SQL so that people can look up words from my website? Thanks a lot
I already have MS Access. What I think is to prepare my dictionary on my hard disk, and once it is ready to publish it. I can upload that Access file and access it through ADO or MySQL, right? Because, I think it can be easier to prepare the dictionary on Access, rather than creating each entry by MySQL, am I right?
Future of PHP/Mysql?
Iam a php/mysql developer. I wanna know whether staying in php and mysql forever would affect my future. Most s/w people are in either java or dotnet. Iam novice in both of them. I love php and i dont wanna shift from it. Please tell me whether staying as a php developer is good enough to have a settled future in spftware industry. Pro's and Con's respected.
How can I change MYSQL username and password ( root) .NOW username is "administrator" and pass=null
Where can I download free PHP & MYSQL Ebooks?
Anyone Know any website that offer a PHP and or MYSQL ebook for free?
where and how to download php and mysql, as there are many options which one we are supposed to use?
i have already tried mysql.com but although i have tried they don't seem to work as it asks many questions which it is difficult to understand. so anyone can tell me step by step how to do that and how we start developing the web site.
How do I get the IP address for my localhost so that I can redirect my DNS?
I think I have a pretty good idea how to get it, but I want to make sure that I am right.
I have Apache 2.2.2, PHP 5.1.4, MySQL 5.0.21, and XAMPP for Windows. What is the best way to get my server up and running for everyday use, you know, email, file transfers, web design and so on?
how to do the credit card transcation in php and mysql(can any post sample code pls)?
Transact-SQL?
Is it possible to do a SELECT that joins tables from 2 different databases, for example if Northwind database has a table Customer and Pubs database has a table Employee, how do I create a select statement that finds any duplicates ....
in MySQL you could do it like this:
select Northwind.Customer.Name
from Northwind.Customer join Pubs.Employee
on Northwind.Customer.Name = Pubs.Employee.Name
How does one do it in SQL server?
Thanks for reading!
