wishin4fishin on "[Plugin: Contextual Related Posts] filterable mySQL query...
My only hurdle in this is that our one of our custom post types isn't reliant on tags or categories. IS there a way to account for this with this plugin?
View Articlemedardo on "Create a PHP form in a page and populate it from a MySQL table"
Hi, I had worked before with wordpress, but mostly designing sites, little or no coding done so far. Currently I'm working in a site that requires to save and update data using a form, so it means to...
View ArticleRadices on "Create a PHP form in a page and populate it from a MySQL table"
I use Formidable Pro Forms to hold and retrieve user information. Users can login and return to the form and see / change the information. https://formidablepro.com/
View Articlehearvox on "Create a PHP form in a page and populate it from a MySQL table"
Have you confirmed that $result[0]->name has a non-empty value (when you echo $result[0]->name;)? You might also do a var_dump( $result ); to see what your SQL query is returning an array of...
View Articlemedardo on "Create a PHP form in a page and populate it from a MySQL table"
Thanks Radices, I'll check Formidable Pro Forms, but I would like to build my own stuff if possible. Thanks hearvox, answering your question: the echo I use after executing the query and before closing...
View Articlehearvox on "Create a PHP form in a page and populate it from a MySQL table"
Hmm, that really should work. The result should NOT be lost after closing the php block (as it's not scoped locally, like w/in a function). But you could make sure w/: <input type="text"...
View ArticleKrollebolle on "MySQL database gives blank page"
It turned out to be a series of small mistakes on my behalf. My solution is posted here, but I'll repost it here as well. This turned out to be a series of inaccuracies on my part. I'll post all the...
View ArticleRedoy on "This error is (MySQL said:) #1064 - You have an error in your SQL...
When i am importing this database showing this error.
View Articlecatacaustic on "This error is (MySQL said:) #1064 - You have an error in your...
That error tells me that your databases SQL export did not work corrctly. See the first line of the document that's causing the error? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleKenika on "[Plugin: Relevanssi - A Better Search] Relevanssi uses 16.5 of my...
Hi! I made a – for me – pretty strange discovery: Relevanssi ("blog_1_relevanssi") takes 16.5 of my 100 MB MySQL. I do not use Relevanssi, but I’m quite sure I did once. Or is Relevanssi integrated in...
View ArticleRedoy on "This error is (MySQL said:) #1064 - You have an error in your SQL...
I've exported this copy again and again but every time when i've importing showing this error. Please give me suggestions How can i solve this problem.
View ArticleCMSHelpLive on "This error is (MySQL said:) #1064 - You have an error in your...
Hi, Export your database again with gzip compression. Once i faced this problem and resolved by using gzip. So try it.
View ArticleAjay on "[Plugin: Contextual Related Posts] filterable mySQL query to fetch...
With the above plugin it doesn't help. But, you could write a function in your themes functions.php to filter the various clauses in the mySQL query based on what your custom post needs.
View Articlemedardo on "Create a PHP form in a page and populate it from a MySQL table"
Hi hearvox, I was using the Exec PHP plugin, to put PHP in the posts, but I followed your line of thought and moved it to a file and it worked. However I must admit that the plug in Formidable Pro...
View Articlehearvox on "Create a PHP form in a page and populate it from a MySQL table"
Glad it worked out, and that the plugin Radices suggested works well for you. If all is settled, please mark this as Resolved.
View Articleboblebad on "Import MySQL tables into WP from file ?"
Hi I have a database from another site, it's an sql file, it's not from a Wordpress site, it's pure php/html with a database that holds the data that is being displayed on the site. Is it possible for...
View ArticleRadices on "Create a PHP form in a page and populate it from a MySQL table"
Awesome ..Please just mark this as Resolved.
View Articlejack randall on "Import MySQL tables into WP from file ?"
take a look at some of these and see if they match up with what you're trying to do: http://codex.wordpress.org/Importing_Content#Excel.2FCSV_Spreadsheet
View Articlecatacaustic on "This error is (MySQL said:) #1064 - You have an error in your...
Open the file in your browser, and see what it says. It should give you an error message that you can work with. If you can't get this sorted out yourself then you need to contact your hosting company...
View ArticleMikko Saari on "[Plugin: Relevanssi - A Better Search] Relevanssi uses 16.5...
Relevanssi should clean up after it's installed, but if you have used an old version of Relevanssi or have just removed the files through FTP, it's possible there's still something left somewhere. See...
View Article