Posts Tagged ‘php database’

How to use php code stored in mysql database?

I know how pull data from the database but I have stored within the a mysql field some text data. Within that that text I have put in some php variables. The problem is that when the browser renders the data that pulled from my sql, the variable stays as $user for example rather than changing to what I needed to. Is there any way to have the server process the php code stored within the mysql database?

Creating dynamic next and previous button with php and oracle?

How do you create a next and previous button using php and oracle as your database? For example, I have 100 records and I only want to show 30 records at a time. I really have no clue on how to do it. I know it can be done using php and mysql but our project requires us to use oracle as database.

Can I use a php file as a database to retrieve details from a form?

I am setting up a website and i want to find the easiest way to retrieve details from a POST form.

Can i do this using a php file, i tried submitting it to go directly to my email, but then decided i’d rather have a database.

Any suggestions?

How can I run a PHP environment on my windows desktop?

I’d like to be able to run/test my PHP programs on my desktop, instead of constantly uploading them to my server to run, and have to deal with constant use of phpMyAdmin. So how can I run a php environment and mySQL database on my Windows Vista desktop? (Free programs, if possible.)

How can I only return a certain number of results in PHP from a MySQL database?

I have a news system and I only want to display 4 or 5 posts when the script gets all the post information from the database. Is there a way I can do this right in the initial database query, or do I have to do it in php after the results are returned and how can I do this? Thanks.

How do I plan my php mysql database?

I have a fairly detailed plan of the content and features of a website project I will be doing. How do I plan my php mysql database layout?

How do I program in php to interact with my sql database to export the data to a new excel spreadsheet?

I have a MySql Database and I am looking for a good easy to understand script in php that will interact with my Database and pull the information to a new Microsoft Excel file.

Please attach any good links you know of. Thanks!

How to display 2 different database having the same table format and record format using PHP Mysql?

2 database called Database2009 and Database2010, How to display both with same record in one line having the same ID Name, Address but different columns in Year2009 & Year2010 in one row as comparative report using PHP MySql….

How can I use PHP to send emails to a database list?

Hello,

I’m new to PHP, and I’m setting up my website so that people can subscribe to a newsletter. I’ve successfully gotten to the point where a visitor can enter an email address, and it will be added to a table in my database.

Now, how do I make a page where the admin can type in a newsletter and have it be sent to all email addresses that are stored in that table?

Thanks!

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?