Dear experts,
If I have a sentence like the examples below:
example 1 - get me 5 home addresses, 2 business postcodes and 3 school telephone numbers
example 2 - i need postcodes from 5 com...
http://www.experts-exchange.com/Database/MySQL/Q_23072219.html
Hi Guys
I have a strange problem here, or maybe im just doing it wrong. I have a loop in SQL and it returns records for 12 months. but when i loop it out in PHP i only returns the first value? w...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23086720.html
I have a VB script that extracts data from an Exchange server and outputs it to a text file. I then need this file parsed and the relevant data extracted and inserted into a SQL table.
Here is t...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23088444.html
Hi
I have a problem inserting multi language through an sql query. I have a db called pwfinal and basically am trying to produce a multi language query to update a table with some Polish text. I...
http://www.experts-exchange.com/Database/MySQL/Q_23115945.html
Hi i have a quick question
I would like to know how to handle a error and do something if a insert for example returns an error
lets say i have this
$insert = "insert table (id,test) value...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
First time doing this from scratch and below is how far I have got and thought I would ask here because you guys always point me in right direction quickly!
Could you give me a quick example of ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I would like to do a SELECT DISTINCT query, and then sort the results by most repeated occurence first.
Example, if I do:
$citiesinfrance = mysql_query("SELECT DISTINCT city FROM hotels_mars...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
The first bracket is what causes an error however I cant see another way to do this code. Its using a variable in php to select a filename from database.
echo "<img src="/your/path/here/to/image...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
More of a theory question and advice than some code or a link to a tutorial wanted.
I've made some member only areas recently for the first time in PHP and so far the only difference on the user...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I've put together a page that should style by importing a file which is built using variables that are populated with a query to MSSQL. It does not work at the moment but its the first time I've t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...