Question : i have (New post) as a title on my db table, how can i get it from the db using WHERE title = new-post

Hey experts,
Well i think the title don't explain enough, so...

If i have a db table that have 2 columns (id and title) and the title has 3 rows
(1, First post title), (2, Second post title), (3,Third post title)

i have a php code that skip the string and make it like the following:
(1, first-post-title), (2, second-post-title), (3, third-post-title)

So how can i use a mysql query to get the row by the title like this:
SELECT * FROM dbname WHERE title = "third-post-title";

so how can i make this query works and really find the title which have the title (Third post title), by using WHERE = "third-post-title";

Thanks if anyone want more information just ask?? Thanks so mush

Answer : i have (New post) as a title on my db table, how can i get it from the db using WHERE title = new-post

After your update about x86 & x64, looks like you are not running 32 bit on both.  Hence, the data guard set up is not possible.
Following is from Oracle documentation.
Ref: http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm#i72053
=============================================================================
All members of a Data Guard configuration must run an Oracle image that is built for the same platform.

For example, this means a Data Guard configuration with a primary database on a 32-bit Linux on Intel system can have a standby database that is configured on a 32-bit Linux on Intel system. However, a primary database on a 64-bit HP-UX system can also be configured with a standby database on a 32-bit HP-UX system, as long as both servers are running 32-bit images.
============================================================================
Random Solutions  
 
programming4us programming4us