Posts Tagged ‘mysql database’

How do I allow single quotes in a php script?

I’m using php scripting to send text data to a MySql database. Everything is working great but I am unable to use single quote’s in the text boxes. What statement needs to be made in my script?

I think I have to do something like this:
$string_escaped = addslashes(“string”);
How do I add this to my script?

How to code a simple php dynamic dropdown form feild from mysql?

I been struggling with this all morning.
I am tiring to create a dynamic form field that uses data from a myself database but cannot seem to get it to work.
Anyone know how to code a simple php code for a single dropdown field form that pulls data from a table field on a mysql database.

What is a good application for designing a MySQL-driven website on Mac OS X?

I am developing a web site that allows users to search for information stored in a MySQL database on a Mac.

I am looking for an application to assist in the design of the web site, allowing me to create search forms to retrieve the data from a MySQL database on a Mac OS X computer.

I do not want to outsource this task or to have another company host it.

Any suggestions and/or advice will be appreciated.

Thanks.

What programming language to use to write a database program?

If I wanted to make a program that used say a mysql database, what would be the best programming language to learn?

How many number of concurrent users can a php site handle?

I am new to php. I want to know how many number of concurrent users can a normal php site with mysql database with around 15 to 20 tables can handle?