Posts Tagged ‘php mysql’
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?
How do I install the PHP and SQL for my website?
I am experimenting with how PHP and mySQL works. I’m using a free host to test it all (freehostia). There is an install php file in my website directory as well as an SQL file called db. How do I setup the database on the host and install the php so everything works with each other. Any input would be great.
How would i turn a GPS cord into a address with Php and Mysql?
I want to build a site similar to foursquare. I know with JavaScript on a iPhone i can get the GPS Cord and pass it to Php. I know i would need a database or api with the latitude and longitude with the address linked to it. Can i buy a database or any good api’s to get this data? Never messed with Location data before but wrote other web apps before.
Is it possible to develop using PHP /mysql offline without internet connection?
I am wondering if I can build PHP/mysql applications without internet connection? Can I do that offline? Will it run the code? ^Thx.
Anyone know of a zip code search script that works within a php/mysql results page?
I have a php script that delivers results according to category to a new page within my website (not live at this point, so I can’t show a sample).
I would like to place a header on this results page so the viewer can search by zip code only within the results of the category search. Is this possible? Can someone suggest where I might find one?
Thank you!
Hey where can i find php and mysql shopping cart full script on the internet ?
Hey where can i find php and mysql shopping cart full script on the internet ?
How do you install PHP and MySQL without additional software?
How do you install PHP and MySQL onto a computer without using things like WAMP? I am really desperate. I would REALLY appreciate you if you’d tell me how to do it step by step. Thanks.
I’m not trying to install LAMP. I’m trying to install PHP, Apache, phpmyadmin and MySQL individually without using software bundle.
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.
How do I add an administators approval link in my PHP scripts using mySql on my website?
I have a database full of adverts of stuff that people want to give away for free, however these ads needs to be vetted by an administrator now before publishing as some people advertise services and for sale stuff on their, I am really quite new to PHP and MySQL, so please give detaied instructions, please? Thanks
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.)