i have 2 tables in mysql:
- countries (idCountry,nameCountry)
- cities (idCity,idCountry,nameCity)
i want to: display a listbox showing the countries (i've made this), and when the user sele...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Hello,
I'm trying to use the code below to evaluate HTML as it comes back from my sql db. I can evaluate php just fine. Now need HTML evaluated; and if possible, both! That is what I am tryin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24116282.htm...
Hi,
Trying to get the below code to pull out of sql and render properly. The way I'm currently doing it the <LI> code is simply displaying on the page rather than making a list.
Any thoughts?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24116676.htm...
Zones:
PHPDate Answered: 02/05/2009 Rating: 9.6 Views: 0
Greetings, I have a processing page that is receiving a text field filled with Item InternalID's that are separated by commas. I first think i need to place them into an array and then need to run ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24155774.htm...
hello
i have an interface which privide text boxes and submit button to insert book information into an SQL file on my server through a php file.
when i insert the information to send it to t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24727244.htm...
I am trying to use a simple form to return phonebook listings but cannot seem to be using the correct syntax to pass the form variables into the mySQL query properly. If I replace the "$last" with...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24795945.htm...
Zones:
PHP,
HTMLDate Answered: 10/08/2009 Rating: 9.1 Views: 0
I would like to update multiple records when i change the "priority field" of another record.
Basically, when I update a priority field of a record in a record set to, lets say "5", i need to upda...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Hello, i have a database for real estate website. i want to want to make a dynamic drop-down menu that will show the records from a feild in my database's table.
the feild name is PropertyName.
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24140579.htm...
I am using <input type=button onclick="window.print()" value='Print this page'> in a newsletter.
The html code for the newsletter is contained in a My SQL DB. The script seems to break the cell ...
http://www.experts-exchange.com/Database/MySQL/Q_24408783.html
What I'm trying to do is pull some data from a sql database and use that data to create links for me. Here is the code that I have. Any one tell me what is wrong?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_24476603.htm...